s
This commit is contained in:
parent
f04d64dc20
commit
fea2fe4780
@ -18,7 +18,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Pobierz model') {
|
stage('Pobierz model') {
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts(projectName: 's487187-training/master', selector: lastSuccessful())
|
copyArtifacts(projectName: 's487187-training/master', selector: specific("${params.BUILD_NUMBER}"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Przygotowanie') {
|
stage('Przygotowanie') {
|
||||||
|
Loading…
Reference in New Issue
Block a user