We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa80e20 commit b7165b4Copy full SHA for b7165b4
Jenkinsfile
@@ -3,7 +3,7 @@ import java.util.regex.Matcher
3
node {
4
catchError {
5
def version
6
- docker.image('silverpeas/silverbuild:java-11')
+ docker.image('silverpeas/silverbuild')
7
.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') {
8
stage('Preparation') {
9
checkout scm
@@ -71,4 +71,4 @@ def isLockFileExisting(lockFilePath) {
71
return exitCode == 0
72
}
73
return false
74
-}
+}
0 commit comments