Skip to content

Commit

Permalink
#207 Change Maven build image back
Browse files Browse the repository at this point in the history
Changed the image back to maven 3.6 because the
buildfrontend-maven-plugin doesn't support 3.9.

Signed-off-by: Jeremias Weber <jeremias.weber@cloudogu.com>
  • Loading branch information
jelemux committed Mar 30, 2023
1 parent 1505466 commit b58600d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ parallel(
node() { // No specific label
timestamps {

def mvnDockerName = '3.9-eclipse-temurin-17'
def mvnDockerName = '3.6-openjdk-17'
Maven mvn = new MavenInDocker(this, mvnDockerName)

stage('Checkout') {
Expand Down

0 comments on commit b58600d

Please sign in to comment.