Zaktualizuj 'JenkinsfileTrain'

This commit is contained in:
Bartosz Maślanka 2023-06-28 23:20:00 +02:00
parent 94eea3ace9
commit 096f12939d

View File

@ -17,7 +17,7 @@ pipeline {
steps {
script {
copyArtifacts(
projectName: 'x1-create-dataset',
projectName: 'z-s487184-create-dataset',
selector: buildParameter('BUILD_SELECTOR'),
target: './'
)
@ -39,7 +39,7 @@ pipeline {
}
post {
success {
build job: 'x1-evaluation.eg/main', wait: false
build job: 'z-s487184-evaluation.eg/main', wait: false
}
}
}