开发者

Jenkins manual Trigger for successful build

开发者 https://www.devze.com 2023-04-03 15:49 出处:网络
I need help with Jenkins. I want trigger over an button in the already successful builded \'build\' page (where the testresults, artefacts etc. are listed) one target in an ant script.

I need help with Jenkins.

I want trigger over an button in the already successful builded 'build' page (where the testresults, artefacts etc. are listed) one target in an ant script.

Is 开发者_开发百科that possible over an plugin or do I have there to do more?


This is the closest I can see you can get at the moment.

A combination of the Jenkins Batch Task Plugin:

This plugin adds batch tasks that are not regularly executed to projects, such as releases, integration, archiving, etc. In this way, anyone in the project team can execute them in a way that leaves a record.

and Sidebar-Link Plugin:

This simple plugin adds an Additional Sidebar Links section in the main Jenkins configuration page, with settings for link URLs, texts and icons. These links will be shown in the top-level Jenkins pages (main page, user list, build history, My Projects and other project view tabs). Sidebar links for particular jobs may also be added in the job configuration pages.

You can use the Sidebar-Link Plugin to add these to the project page, but it doesn't appear to support adding it to the build page as of yet - might be worth raising a JIRA ticket and requesting this as it was part of the original ticket.

In the Batch Task Plugin you can define a task - that might well be an Ant invocation - this example is called 'release'.

Jenkins manual Trigger for successful build

Then you can run the task from the web interface:

Jenkins manual Trigger for successful build

And records of these post-build tasks are kept and accessible:

Jenkins manual Trigger for successful build

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号