You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
I am using a bamboo build pipeline using maven release to build a spring boot application. Build is working fine, creating the artifact, pushing it to nexus and updating the snapshot version in pom.xml. I have shared this artifact and trying to deploy this shared artifact to PCF (Cloud Foundry) using Command task but I am not aware of how to use this shared artifact after using "Artifact Download" task. Any help on this would be greatly appreciated.
I am trying to fetch the shared file using target/*.war in the deploy step (Command task - Argument field) but guess bamboo is not able to execute the regex. If I give the correct name such as target/appname-0.0.1-snapshot.war bamboo is able to find the war file and deploying it successfully. But since maven release always updates the version, I am trying to fetch it using regular expression.
Hi!
I hope you are covered by **/*..war
https://confluence.atlassian.com/bamkb/bamboo-artifact-definition-syntax-examples-815581285.html
Cheers,
Gonchik Tsymzhitov
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.