Browse Source

De-parallelized Jenkinsfile for debugging

pull/1/head
Joseph Henry 9 years ago
parent
commit
1d42c5b764
  1. 7
      Jenkinsfile

7
Jenkinsfile vendored

@ -6,7 +6,6 @@ node('master') {
mattermostSend "Building ${env.JOB_NAME} #${env.BUILD_NUMBER} \n Change Log: \n ${changelog}"
}
//parallel 'centos7': {
node('centos7') {
// ------------------------------------------------------------------------------
@ -248,10 +247,8 @@ node('master') {
throw err
}
},
//},
}
'macOS': {
node('macOS') {
unlockKeychainMac "~/Library/Keychains/login.keychain-db"
@ -519,6 +516,6 @@ node('master') {
throw err
}
}
}
mattermostSend color: "#00ff00", message: "${env.JOB_NAME} #${env.BUILD_NUMBER} Complete (<${env.BUILD_URL}|Show More...>)"
Loading…
Cancel
Save