2018-12-27 08:57:56,641 INFO [BambooServer] Publishing plan PRJ-PLANKEY
2018-12-27 08:57:57,245 INFO [BambooServer] An error occurred while publishing plan PRJ-PLANKEY: The Bamboo Server version of Bamboo Specs (6.5.0) is different from the one used for creating these Bamboo Specs (6.2.1). Align your versions of Bamboo Specs to proceed. More information available here: https://confluence.atlassian.com/display/BAMBOO/Common+problems
2018-12-27 08:57:57,246 INFO [BambooServer] (for more information, enable more detailed logging with system property -Dbamboo.specs.log.level=DEBUG)
Exception in thread "main" com.atlassian.bamboo.specs.api.exceptions.BambooSpecsPublishingException: An error occurred while publishing plan PRJ-PLANKEY: The Bamboo Server version of Bamboo Specs (6.5.0) is different from the one used for creating these Bamboo Specs (6.2.1). Align your versions of Bamboo Specs to proceed. More information available here: https://confluence.atlassian.com/display/BAMBOO/Common+problems
at com.atlassian.bamboo.specs.util.BambooServer.translateRestException(BambooServer.java:178)
at com.atlassian.bamboo.specs.util.BambooServer.translateException(BambooServer.java:148)
at com.atlassian.bamboo.specs.util.BambooServer.publish(BambooServer.java:101)
at tutorial.PlanSpec.main(PlanSpec.java:31)
Caused by: com.atlassian.bamboo.specs.exceptions.BambooSpecsRestRequestException: The Bamboo Server version of Bamboo Specs (6.5.0) is different from the one used for creating these Bamboo Specs (6.2.1). Align your versions of Bamboo Specs to proceed. More information available here: https://confluence.atlassian.com/display/BAMBOO/Common+problems
at com.atlassian.bamboo.specs.util.RestHelper.lambda$sendRequest$2(RestHelper.java:89)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:222)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:164)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:139)
at com.atlassian.bamboo.specs.util.RestHelper.sendRequest(RestHelper.java:92)
at com.atlassian.bamboo.specs.util.RestHelper.post(RestHelper.java:201)
at com.atlassian.bamboo.specs.util.SendQueue$1.run(SendQueue.java:23)
Hello @sravani,
Yes, the version should be changed in the pom.xml.
As you've found the answer, I'm only including more information here for future reference of other people who might encounter the same trouble:
Bamboo Specs depends on the version of the Bamboo you are running and you will may get Specs ready to run in a different version. To fix that, you will need to change the version of Bamboo in your pom.xml, as @sravani pointed out.
The location of this change is
And it should be changed to the exactly version pointed out by the error, in your case, 6.5.0.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.