Zaktualizuj 'Jenkinsfile_training'
Some checks failed
s430705-training/pipeline/head There was a failure building this commit

This commit is contained in:
Michał Zaręba 2021-05-26 09:58:43 +02:00
parent 2ad8d61689
commit f02b4c9b4f

View File

@ -26,7 +26,7 @@ pipeline {
stage('Archive artifacts') {
steps{
archiveArtifacts 'movies_imdb/**'
archiveArtifacts 'movies_imdb2/**'
}
}
}