I'm starting to experiment with Jenkinsfile configuration and its mostly coming together. Probably the hardest thing is sorting out which instructions are for the old script syntax and which for the new declarative syntax. Probably a few years from now stackoverflow will have more correct answers than wrong ones.
Anyhow, I'm stuck on understanding how we are supposed to perform a release. Today we use the release plugin so there is a 'release' button directly in the UI which performs different (additional) gradle steps after the build is successful. In addition, there is a field to type in a version number for this release. All that works well, so something similar would be great. I'm also open to other ideas like committing a tag in svn, but I can't see how that would work either since I'm only tracking one branch in jenkins. Checking out every branch would be horrendous. Thanks for any pointers. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/0abf55b1-a2b5-41d4-8eb7-b974120f66f6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
