update do zadania 2 z lab 06

This commit is contained in:
Norbert Walkowiak 2023-06-08 08:42:56 +02:00
parent 29728e8151
commit cf7a5b4369
2 changed files with 2 additions and 5 deletions

View File

@ -6,8 +6,7 @@ pipeline{
steps {
copyArtifacts(
projectName: 'z-s487175-training',
fingerprintArtifacts: true,
selector: buildParameter('BUILD_SELECTOR')
fingerprintArtifacts: true
)
}
}

View File

@ -38,9 +38,7 @@ pipeline{
post {
success {
build job: "z-s487175-evaluation.eg", parameters: [
string(name: 'BRANCH', value: params.BRANCH)
], wait: false
build job: "z-s487175-evaluation.eg", wait: false
}
}
}