Fix change directory Jenkinsfile.

This commit is contained in:
s487179 2023-04-14 19:24:34 +02:00
parent 298320f9b3
commit 4d4bb24e54

View File

@ -35,7 +35,9 @@ pipeline {
}
stage('Archive file') {
steps {
archiveArtifacts artifacts: 'loan_sanction_shuffled.csv', fingerprint: true
dir ('./createDataset') {
archiveArtifacts artifacts: 'loan_sanction_shuffled.csv', fingerprint: true\
}
}
}
}