Updated Jenkinsfile

This commit is contained in:
vbawol 2017-04-10 13:21:24 -07:00
parent ab6ab6e175
commit 321854124b

5
Jenkinsfile vendored
View File

@ -1,11 +1,6 @@
pipeline {
agent any
stages {
stage('checkout') {
steps {
pwd()
}
}
stage('Release') {
steps {
bat 'C:/GITTEMP/release.cmd'