This commit is contained in:
vbawol 2017-04-05 20:47:05 -07:00
parent bd806fc820
commit 1839e2af10

9
Jenkinsfile vendored
View File

@ -1,13 +1,10 @@
pipeline { pipeline {
agent none agent none
stages { stages {
stage('Checkout') { stage('') {
steps { steps {
ws(dir: 'C:/GITTEMP') { node(label: 'Stage Checkouts') {
script { sh 'checkout scm'
checkout scm
}
} }
} }