Updated Jenkinsfile

This commit is contained in:
vbawol 2017-04-09 13:59:47 -07:00
parent acc341666b
commit 85096a977d

7
Jenkinsfile vendored
View File

@ -7,12 +7,9 @@ pipeline {
fileExists 'README.md' fileExists 'README.md'
} }
} }
stage('release') { stage('Release') {
steps { steps {
node(label: 'testing') { bat 'C:/GITTEMP/release.cmd'
bat 'C:/GITTEMP/release.cmd'
}
} }
} }
} }