fix Jenkinsfile
All checks were successful
444507-training/pipeline/head This commit looks good

This commit is contained in:
Adam Wojdyla 2022-05-01 18:20:25 +02:00
parent 886991d7a3
commit 8eafef1468

View File

@ -5,7 +5,7 @@ pipeline {
stages { stages {
stage('Get arifacts') { stage('Get arifacts') {
steps { steps {
copyArtifacts fingerprintArtifacts: true, projectName: 's444507-create-dataset/master/', selector: lastSuccessful() copyArtifacts fingerprintArtifacts: true, projectName: 's444507-create-dataset', selector: lastSuccessful()
} }
} }
stage('Show stats') { stage('Show stats') {