diff --git a/Jenkinsfile b/Jenkinsfile index fe9fea4..a9d20f8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {