fix Jenkinsfile
444507-training/pipeline/head This commit looks good Details

This commit is contained in:
Adam Wojdyla 2022-05-01 18:20:25 +02:00
parent 886991d7a3
commit 8eafef1468
1 changed files with 1 additions and 1 deletions

View File

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