Skip to content

Commit

Permalink
Skip docker image creation on Jenkins
Browse files Browse the repository at this point in the history
As we are moving that functionality to GH actions...
  • Loading branch information
andreaceccanti committed Jul 31, 2020
1 parent dbd6720 commit da0cb3b
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 @@ -26,7 +26,7 @@ pipeline {
parameters {
booleanParam(name: 'SKIP_TESTS', defaultValue: false, description: 'Skip tests')
booleanParam(name: 'RUN_SONAR', defaultValue: false, description: 'Runs SONAR analysis')
booleanParam(name: 'SKIP_DOCKER', defaultValue: false, description: 'Skip docker image creation')
booleanParam(name: 'SKIP_DOCKER', defaultValue: true, description: 'Skip docker image creation')
booleanParam(name: 'PUSH_TO_DOCKERHUB', defaultValue: false, description: 'Push to Dockerhub')
}

Expand Down

0 comments on commit da0cb3b

Please sign in to comment.