Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
Disable Gradle Enterprise scan for build of Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Aug 9, 2020
1 parent 672644c commit dc5c75d
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 @@ -45,7 +45,7 @@ pipeline {
withMaven {
script {
if (env.BRANCH_NAME == "develop") {
sh './mvnw -Pdocker docker:push'
sh './mvnw -Pdocker docker:push -Dscan=false'
build 'docker_restart_develop_latest'
build 'docker_restart_latest-static'
} else {
Expand Down

0 comments on commit dc5c75d

Please sign in to comment.