Removed downstream build stage.

This commit is contained in:
Harrison Deng 2022-05-21 15:38:26 -05:00
parent c01823b41d
commit 4b54271ee3

8
Jenkinsfile vendored
View File

@ -32,13 +32,5 @@ pipeline {
zip archive: true, dir: 'server', exclude: '', glob: '', overwrite: true, zipFile: 'publish/RSEMCM_server.zip'
}
}
stage("build downstream") {
when {
branch "**/master"
}
steps {
build wait: false, job: '../rsemcs/develop'
}
}
}
}