Update Jenkinsfile

This commit is contained in:
Alicja Szulecka 2024-05-04 16:48:31 +02:00
parent c84935dd0f
commit 52aa376edb
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

@ -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 {