Zaktualizuj 'Multibranch-Training'

This commit is contained in:
Patryk Łukasiewicz 2023-05-12 19:49:09 +02:00
parent 1988343c47
commit 75b1e7c3ab
1 changed files with 7 additions and 1 deletions

View File

@ -44,5 +44,11 @@ pipeline {
}
}
}
post {
always {
build job: 'z-s434743-evaluation/master', parameters: [
string(name: 'BRANCH', value: env.BRANCH_NAME),
]
}
}
}