Perform additional SCM checkout in stages

This commit is contained in:
Joe Schmitt
2018-02-20 18:27:20 -06:00
committed by GitHub
parent 84ac5f39b6
commit fcfa63807a

2
Jenkinsfile vendored
View File

@@ -13,6 +13,7 @@ pipeline {
}
stage('Build x86') {
steps {
checkout scm
parallel (
kernel: {
sh '/home/builder/fos/build.sh -kn -a x86'
@@ -25,6 +26,7 @@ pipeline {
}
stage('Build x64') {
steps {
checkout scm
parallel (
kernel: {
sh '/home/builder/fos/build.sh -kn -a x64'