Fix change directory Jenkinsfile.
This commit is contained in:
parent
298320f9b3
commit
4d4bb24e54
4
createDataset/Jenkinsfile
vendored
4
createDataset/Jenkinsfile
vendored
@ -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\
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user