experiment 2

This commit is contained in:
vbawol 2017-04-05 20:28:57 -07:00
parent d1055f2c33
commit bd806fc820

7
Jenkinsfile vendored
View File

@ -1,10 +1,13 @@
pipeline { pipeline {
agent none agent none
stages { stages {
stage('') { stage('Checkout') {
steps { steps {
ws(dir: 'C:/GITTEMP') { ws(dir: 'C:/GITTEMP') {
readFile 'build.txt' script {
checkout scm
}
} }
} }