We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b35ed60 commit b67aad0Copy full SHA for b67aad0
vars/railsInstallDepsDocker.groovy
@@ -10,7 +10,7 @@ def call(Map config) {
10
stage('Install Dependancies') {
11
milestone label: 'Install Dependancies'
12
retry(2) {
13
- sh "${config.container} bundle install --quiet --clean --jobs=4"
+ sh "${config.container} bundle install --quiet --clean --force --jobs=4"
14
}
15
currentBuild.result = 'SUCCESS'
16
0 commit comments