Skip to content

Commit

Permalink
Try adding sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
dtwaddle2-r7 committed Nov 17, 2023
1 parent 217e3e9 commit 6257875
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 @@ -14,7 +14,7 @@ pipeline {
stages {
stage('Install dependencies') {
steps {
sh 'apt-get install ruby'
sh 'sudo apt-get install ruby'
sh 'gem install rake'
sh 'wget -O semver https://raw.githubusercontent.com/fsaintjacques/semver-tool/3.3.0/src/semver && chmod +x semver'
}
Expand Down

0 comments on commit 6257875

Please sign in to comment.