Update Jenkinsfile

This commit is contained in:
vbawol 2017-04-06 12:10:05 -05:00 committed by GitHub
parent 02dc966615
commit 6c0d03e08d

2
Jenkinsfile vendored
View File

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