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 {
agent none
stages {
stage('Checkout') {
stage('') {
steps {
ws(dir: 'C:/GITTEMP') {
script {
checkout scm
}
node(label: 'Stage Checkouts') {
sh 'checkout scm'
}
}