mirror of
https://github.com/FOGProject/fos.git
synced 2026-04-29 03:10:31 -05:00
Perform additional SCM checkout in stages
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user