Bamboo Specs tutorial not running on Bamboo server 6.4

Kristoffer Granberg Cauchi February 26, 2018

Hello,

The bamboo specs tutorial fails against the 6.4 server.

https://confluence.atlassian.com/bamboo/tutorial-create-a-simple-plan-with-bamboo-java-specs-894743911.html

While I am very new to bamboo specs and java in general it seems like the java project in the tutorial is built against 6.2.1.

I would be happy to "hack" the projects but any of my attempts have been in vain.

 

Any pointers are welcome,

 

/Kristoffer 

1 answer

0 votes
rsperafico
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 26, 2018

Hello @Kristoffer Granberg Cauchi,

You could either:

  • recreate a new Maven project providing the Bamboo version you are running (e.g. 6.4)
    mvn archetype:generate -B \
        -DarchetypeGroupId=com.atlassian.bamboo -DarchetypeArtifactId=bamboo-specs-archetype \
        -DarchetypeVersion=6.4.0 \
        -DgroupId=com.atlassian.bamboo -DartifactId=bamboo-specs -Dversion=1.0.0-SNAPSHOT \
        -Dpackage=tutorial -Dtemplate=minimal
  • if using IDE (e.g Eclipse, NetBeans, Intellij IDEA), you can simply open up "pom.xml" and update version from 6.2.1 to 6.4, updating your project so new libraries can be downloaded and updated due to version changed.
    <parent>
    <groupId>com.atlassian.bamboo</groupId>
    <artifactId>bamboo-specs-parent</artifactId>
    <version>6.4.0</version>
    <relativePath/>
    </parent>

Kind regards,

Rafael

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events