Archive artifacts

This commit is contained in:
Paweł Skórzewski 2024-03-20 14:46:59 +01:00
parent 29ddeaba9f
commit b401f4ae63

5
Jenkinsfile vendored
View File

@ -14,5 +14,10 @@ pipeline {
sh './create-dataset.sh'
}
}
stage('Archive') {
steps {
archiveArtifacts artifacts: 'iris.csv', followSymlinks: false
}
}
}
}