Switch back to native build

This commit is contained in:
Joe Schmitt
2018-02-20 18:31:28 -06:00
committed by GitHub
parent 1c44f8ee54
commit 690a27be85

7
Jenkinsfile vendored
View File

@@ -1,15 +1,13 @@
pipeline {
agent {
docker {
image 'fogproject/fos-builder'
args '-v $PWD:/home/builder/fos:Z -u builder'
node {
label 'fos'
}
}
stages {
stage('SCM') {
steps {
checkout scm
echo $PWD
}
}
stage('Build x86') {
@@ -26,7 +24,6 @@ pipeline {
}
stage('Build x64') {
steps {
checkout scm
parallel (
kernel: {
sh '/home/builder/fos/build.sh -kn -a x64'