Skip to content

Commit b7165b4

Browse files
committed
Fix the version of the Docker image for build
1 parent fa80e20 commit b7165b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import java.util.regex.Matcher
33
node {
44
catchError {
55
def version
6-
docker.image('silverpeas/silverbuild:java-11')
6+
docker.image('silverpeas/silverbuild')
77
.inside('-v $HOME/.m2:/home/silverbuild/.m2 -v $HOME/.gitconfig:/home/silverbuild/.gitconfig -v $HOME/.ssh:/home/silverbuild/.ssh -v $HOME/.gnupg:/home/silverbuild/.gnupg') {
88
stage('Preparation') {
99
checkout scm
@@ -71,4 +71,4 @@ def isLockFileExisting(lockFilePath) {
7171
return exitCode == 0
7272
}
7373
return false
74-
}
74+
}

0 commit comments

Comments
 (0)