Update Jenkinsfile

This commit is contained in:
Joe Schmitt
2018-02-19 18:45:01 -06:00
committed by GitHub
parent 4c4535e64a
commit 1b4f21048e

2
Jenkinsfile vendored
View File

@@ -19,7 +19,7 @@ stage('Build') {
sh './build.sh -fn -a x86'
}
},
x86Filesystem: {
x64Filesystem: {
node {
checkout scm
sh './build.sh -fn -a x64'