dockerscript

This commit is contained in:
s487179 2023-04-20 19:53:26 +02:00
parent 0886da9f55
commit 465259aba4

View File

@ -43,7 +43,7 @@ pipeline {
sh 'ls -l'
dir ('./createDataset') {
sh 'ls -l'
sh 'python ./createDataset.py'
sh 'python3 ./createDataset.py'
archiveArtifacts 'home_loan_train.csv'
archiveArtifacts 'home_loan_test.csv'
archiveArtifacts 'home_loan_val.csv'