Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Hernan Meydac committed May 15, 2018
1 parent 953daa9 commit 2e04f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -15,7 +15,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh "docker build . -t auth0brokkr/node-xvfb:${params.NODE_VERSION} --build-arg NODE_VERSION=${params.NODE_VERSION}"
sh "docker build . --no-cache -t auth0brokkr/node-xvfb:${params.NODE_VERSION} --build-arg NODE_VERSION=${params.NODE_VERSION}"
}
}

Expand Down

0 comments on commit 2e04f0d

Please sign in to comment.