Left some garbage from my vim chopping in the Jenkinsfile, oops

This commit is contained in:
R. Tyler Croy 2016-08-03 21:41:17 -07:00
parent 38df410a37
commit ceafa2a914
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -18,7 +18,6 @@ node('docker') {
stepsForParallel[ruby] = {
node {
sh "./build-rubies.sh ${ruby}"
sh './pu
/* Using credentials with the ID 'dockerhub' from the Jenkins installation */
withCredentials([[$class: 'UsernamePasswordMultiBinding',
credentialsId: 'dockerhub',