Re: Jenkins Pipelines: Use jx-release-version

2019-05-31 Thread Baptiste Mathus
Note that Jenkins-X generally uses different community channels than Jenkins. >From a cursory reading, it looks to me running the Maven release plugin (for Java projects like in the article from Jose) in batch mode would achieve this too. But again, cursory read so I might have missed specifics.

Re: Jenkins Pipelines: Use jx-release-version

2019-05-20 Thread Sverre Moe
I created a number of Issues on jx-release-version in GitHub. https://github.com/jenkins-x/jx-release-version/issues Just submitted a PR for an issue I reported: https://github.com/jenkins-x/jx-release-version/pull/32 I also started to implement support for CMake, Automake and Gradle. The first

Jenkins Pipelines: Use jx-release-version

2019-03-07 Thread Sverre Moe
I read the CloudBees blog on jx-release-version. > > x-release-version calculates the next version number based on the current > Git tag, or current specified version on pom.xml/Makefile https://www.cloudbees.com/blog/automatically-versioning-your-application-jenkins-x It looks interesting to de