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

Commit

Permalink
answer yes to yum install
Browse files Browse the repository at this point in the history
  • Loading branch information
chambridge committed Aug 8, 2017
1 parent 596cb21 commit ae2fcff
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 @@ -5,7 +5,7 @@ node('rhel7-np') {
sh 'sudo cp ${RHEL7_REPO} /etc/yum.repos.d/rcm-internal.repo'
}
sh "sudo cat /etc/yum.repos.d/rcm-internal.repo"
sh "sudo yum install rpm-build"
sh "sudo yum -y install rpm-build"
}
stage('Install') {
checkout scm
Expand Down

0 comments on commit ae2fcff

Please sign in to comment.