Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
Local docker run disabled.
  • Loading branch information
helijunky authored Aug 23, 2022
1 parent 56b5303 commit 0cf4196
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 @@ -34,7 +34,7 @@ pipeline {
steps {
echo "Build Docker image ${params.IMAGE}"
sh "docker build -t ${params.ARTIFACTORY_URL}/${params.IMAGE} ."
sh "docker run --rm ${params.ARTIFACTORY_URL}/${params.IMAGE}"
//sh "docker run --rm ${params.ARTIFACTORY_URL}/${params.IMAGE}"
}
}
stage('Push Docker image to jFrog') {
Expand Down

0 comments on commit 0cf4196

Please sign in to comment.