Closed staubesv closed 7 months ago
We've got same error after update to bamboo 9.6.0
As a workaround, we have manually added the missing dependency (com/jcraft/jsch/JSchException) directly to the JAR file - that way, the plugin works with 9.6.0 ;-)
ok - I added in the pom.xml file:
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
<version>0.1.55</version>
</dependency>
and build package. After that jar have had necessary dependencies.
Hi @staubesv @szymonbienkowski , Plugin version 3.3.4 was just released with support to Bamboo 9.6.0. We'd appreciate your feedback for it, thanks.
@RobiNino Thank you very much!
We will install 3.3.4 next week and report our findings back here.
Just testet version 3.3.4 with Bamboo Datacenter 9.6.1 - works like charm ;-)
Describe the bug After upgrading Bamboo Datacenter from version 9.5.1 to version 9.6.0 using the official Atlassian docker image, our build plans fail at the very end of the build (see stack trace below).
To Reproduce Upgrade Bamboo to 9.6.0 und run any build plan using the plugin version 3.3.3.
Expected behavior Plugin should work with Bamboo 9.6.0
Versions
Additional context According to the release notes of Bamboo 9.6.0 (https://confluence.atlassian.com/bambooreleases/bamboo-9-6-release-notes-1376026732.html), support for jgit has been removed:
The stack trace kind of suggests that this has become a problem: