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 { pipeline {
agent any agent any
stages { stages {
stage('checkout') {
steps {
pwd()
}
}
stage('Release') { stage('Release') {
steps { steps {
bat 'C:/GITTEMP/release.cmd' bat 'C:/GITTEMP/release.cmd'