Checking pwd

Jenkins
Rachel Fae Fox 2019-07-22 10:07:10 -04:00
parent 30cd64d942
commit 138600bf36
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -10,7 +10,8 @@ rm Makefile || true'''
}
stage('qmake') {
steps {
sh 'qmake'
sh '''cd xybrid
qmake'''
}
}
stage('Make') {