Hi,
I am new to bamboo. I am trying to set up following.
development branch ---> release branch(snapshot) ---> release package.
- I created a plan with build process to build development branch all the time.
- Once we decide to create a release branch, I added another stage and wrote a script using git commands to create new release branch and updated all versions to release-snapshot version
Now we have two branches, once for development(Poms version with development) and one for release(poms with -snapshot version)
- I created another stage with a script to update all poms versions in release branch without snapshot and trying to build the package.
I have an issue issue here, with these stages
Stage one is for building development-- no issues
Stage two is for create release branch with snapshot poms. --no issues.
Stage three when I change snapshot to release, bamboo is still referencing snapshot version and building snapshot package even after changing the version.
I am trying to automate these three steps with maven and bamboo. Could you please advise on this?
I am trying to set version from snapshot to release and build package for me. Also, these stages, I have to add a condition to ignore these step 1 and step 2 or disable then incase of building release package.
Any example links and other information is helpful
Appreciate your help on this.
Maddy
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.