所有Jenkins构建步骤和后期构建操作的列表

时间:2017-09-06 21:07:43

标签: jenkins jenkins-plugins

我一直在寻找一个包含所有“添加构建步骤”和“添加构建后操作”的列表。这是我到目前为止所做的:

添加构建步骤

Build a Visual Studio project or solution using MSBuild
Execute Windows batch command
Execute shell
Invoke Ant
Invoke Gradle script
Invoke top-level Maven targets
Run with timeout
Set build status to "pending" on GitHub commit

添加构建后操作

Aggregate downstream test results
Archive the artifacts
Build other projects
Publish JUnit test result report
Publish Javadoc
Publish MSTest test result report
Publish NUnit test result report
Record Emma coverage report
Record fingerprints of files to track usage
Git Publisher
Publish Cucumber reports generated with handlebars
Publish JUnit reports generated with handlebars
Publish RSpec reports generated with handlebars
Publish TestNG reports generated with handlebars
Copy files back to the job's workspace on the master node
E-mail Notification
Editable Email Notification
Publish to Subversion repository
Reverts commits that breaks the build
Set GitHub commit status (universal)
Set build status on GitHub commit [deprecated]
Delete workspace when build is done

我错过了吗?是否有一个列表以这种方式组织他们?

如果这是一个愚蠢的问题,请提前道歉......

0 个答案:

没有答案