Skip to content

Commit a21b86f

Browse files
committed
In the release pipeline of the Silverpeas platform, enabled the build of
the docker image of Silverpeas for trial purpose.
1 parent 3179768 commit a21b86f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/releases/silverpeas/Jenkinsfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -388,10 +388,7 @@ pipeline {
388388
}
389389
}
390390

391-
stage('Publish Docker Image of Silverpeas for testing purpose') {
392-
when {
393-
expression { false }
394-
}
391+
stage('Publish Docker Image of Silverpeas for trial purpose') {
395392
steps {
396393
build job: 'Silverpeas Test Image', parameters: [
397394
string(name: 'SILVERPEAS_VERSION', value: buildToRelease.release),

0 commit comments

Comments
 (0)