This commit is contained in:
Paweł Skórzewski 2024-03-20 14:52:59 +01:00
parent 89798a1db0
commit ee328f82d7
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -26,7 +26,7 @@ pipeline {
}
stage('Archive') {
steps {
archiveArtifacts artifacts: 'iris.csv', followSymlinks: false
archiveArtifacts artifacts: 'data.csv', followSymlinks: false
}
}
}