Update 'Jenkinsfile_dataset_stats'
This commit is contained in:
parent
0fb8665763
commit
ae746da3ae
@ -25,5 +25,13 @@ pipeline {
|
||||
copyArtifacts filter: 'dataset.csv', fingerprintArtifacts: true, projectName: 'z-s434686-create-dataset', selector: workspace()
|
||||
}
|
||||
}
|
||||
stage('Goodbye!') {
|
||||
steps {
|
||||
echo 'Goodbye!'
|
||||
//Zarchiwizuj wynik
|
||||
archiveArtifacts 'dataset.csv'
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user