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

Commit

Permalink
Rename "Install Mesos" stage to "Provision Jenkins Node". (#4995)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeschkies authored Jan 20, 2017
1 parent 5b71298 commit 3ecccde
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 @@ -43,7 +43,7 @@ node('JenkinsMarathonCI-Debian8') {
shortCommit = gitCommit.take(8)
currentBuild.displayName = "#${env.BUILD_NUMBER}: ${shortCommit}"
}
stage("Install Mesos") {
stage("Provision Jenkins Node") {
sh "sudo apt-get -y clean"
sh "sudo apt-get -y update"
sh "sudo apt-get install -y --force-yes --no-install-recommends curl"
Expand Down

0 comments on commit 3ecccde

Please sign in to comment.