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 {
agent none
stages {
stage('') {
stage('Checkout') {
steps {
ws(dir: 'C:/GITTEMP') {
readFile 'build.txt'
script {
checkout scm
}
}
}