Removed downstream build stage.
This commit is contained in:
parent
c01823b41d
commit
4b54271ee3
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user