jenkinsci / xlrelease-plugin

https://plugins.jenkins.io/xlrelease-plugin/
Other
2 stars 16 forks source link

XL Release Plugin Compatibility with Jenkins Pipeline #15

Open alanranciato opened 8 years ago

alanranciato commented 8 years ago

Can the XL release plugin be used with Jenkins pipeline? Not seeing support for it in the release notes.

zarkara commented 8 years ago

I did use it with both the cloudbees workflow and basic build pipelines. In the case of workflow it required minor update to the code but the xlrelease support engine was able to direct me to the java code in the jar very quickly. Both the create release and trigger release were automated from Jenkins.

Kenneth Dick

On Oct 3, 2016 5:36 PM, "alanranciato" notifications@github.com wrote:

Can the XL release plugin be used with Jenkins pipeline? Not seeing support for it in the release notes.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jenkinsci/xlrelease-plugin/issues/15, or mute the thread https://github.com/notifications/unsubscribe-auth/AA6GciAdbS-SPAk2oW-CIrvuRhW6al8Kks5qwXV1gaJpZM4KNEhJ .

sushant-pradhan commented 6 years ago

@zarkara Can you share the sample pipeline script which worked with community jenkins?