Updated Jenkinsfile

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

5
Jenkinsfile vendored
View File

@ -7,13 +7,10 @@ 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'
} }
}
} }
} }
} }