Update Jenkinsfile

This commit is contained in:
vbawol 2017-04-06 12:06:58 -05:00 committed by GitHub
parent 5202188c40
commit 02dc966615

2
Jenkinsfile vendored
View File

@ -18,7 +18,7 @@ pipeline {
stage('release') {
steps {
node (label: 'testing') {
fileExists 'README.md'
bat 'C:\GITTEMP\Hello.cmd'
}
}
}