Skip to content

Commit

Permalink
#207 Update Maven build image
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremias Weber <jeremias.weber@cloudogu.com>
  • Loading branch information
jelemux committed Mar 30, 2023
1 parent 9266700 commit 1505466
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.6-openjdk-11'
def mvnDockerName = '3.9-eclipse-temurin-17'
Maven mvn = new MavenInDocker(this, mvnDockerName)

stage('Checkout') {
Expand Down

0 comments on commit 1505466

Please sign in to comment.