dir directive appears to create a tmpdir rather than just cd

This commit is contained in:
Grant Limberg 2016-10-25 13:14:28 -07:00
parent b01c551197
commit af2bdfc421

4
Jenkinsfile vendored
View File

@ -25,9 +25,7 @@ parallel 'centos7': {
}
stage('Build macOS UI') {
dir('macui') {
sh 'xcodebuild -scheme "ZeroTier One" -configuration Debug'
}
sh 'cd macui && xcodebuild -scheme "ZeroTier One" -configuration Debug'
}
}
}