This commit is contained in:
wojciechbatruszewicz 2023-06-26 20:08:25 +02:00
parent afa27941e0
commit 59ef737fa1

20
Jenkinsfile vendored
View File

@ -46,19 +46,11 @@ pipeline {
} }
} }
} }
} }
// stage('Archive file') {
// steps {
// dir ('./createDataset') {
// archiveArtifacts artifacts: 'loan_sanction_shuffled.csv', fingerprint: true\
// }
// }
// }
} }
// post { post {
// success { success {
// build job: 'z-s487179-training/main', wait: false build job: 'x1/main', wait: false
// } }
// } }
} }