Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Create plugin for Bamboo version 7.1.3 instead of default 6.8.0

How I create a plugin for Bamboo version 7.1.3 instead of default 6.8.0?

When I run `atlas-create-bamboo-plugin` it says `using stable product version: 6.8.0`. My company's Bamboo is 7.1.3 and I want to develop my plugin for that version.

I changed pom.xml and plugin.iml file but with no result. When I run `atlas-run` I see Bamboo 6.8.0 on localhost.

Please help

1 answer

0 votes
Gonchik Tsymzhitov
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Jan 07, 2021

So did you changed to the  <bamboo.version>7.1.0</bamboo.version> in pom.xml?

Then you can run with next parameters

atlas-run --product bamboo  --version 7.1.3

Yes, my pom looks like this

<properties>
<bamboo.version>7.1.3</bamboo.version>
<bamboo.data.version>7.1.3</bamboo.data.version>
<amps.version>8.0.2</amps.version>
<plugin.testrunner.version>2.0.1</plugin.testrunner.version>
<atlassian.spring.scanner.version>1.2.13</atlassian.spring.scanner.version>
<!-- This property ensures consistency between the key in atlassian-plugin.xml and the OSGi bundle's key. -->
<atlassian.plugin.key>${project.groupId}.${project.artifactId}</atlassian.plugin.key>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

I used also

atlas-run --product bamboo  --version 7.1.3

but still, my Bamboo runs in 6.8.0, look at the screenshot

Firefox_2021-01-08 10-04-23@2x.jpg

Is this a bug?

Solved: I needed to run `atlas-clean` because something was cached.

Like Gonchik Tsymzhitov likes this
Gonchik Tsymzhitov
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Jan 10, 2021

Excellent

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events