forked from s464914/ium_464914
Update Jenkinsfile
This commit is contained in:
parent
c84935dd0f
commit
52aa376edb
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -8,6 +8,9 @@ pipeline {
|
||||
)
|
||||
gitParameter branchFilter: 'origin/(.*)', defaultValue: 'model', name: 'BRANCH', type: 'PT_BRANCH'
|
||||
}
|
||||
triggers {
|
||||
upstream(upstreamProjects: 's464914-training/' + params.BRANCH + '/', threshold: hudson.model.Result.SUCCESS)
|
||||
}
|
||||
stages {
|
||||
stage('Git Checkout') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user