experiment 1

This commit is contained in:
vbawol 2017-04-05 20:23:31 -07:00
parent dbb8381174
commit d1055f2c33

5
Jenkinsfile vendored
View File

@ -3,7 +3,10 @@ pipeline {
stages {
stage('') {
steps {
echo 'test'
ws(dir: 'C:/GITTEMP') {
readFile 'build.txt'
}
}
}
}