Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Witold Woch 2023-03-28 23:46:36 +02:00
parent b688726a0a
commit d5ae9033ba

2
Jenkinsfile vendored
View File

@ -32,7 +32,7 @@ stage('Build') {
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
sh 'chmod u+x ./create_dataset.sh'
sh './create_dataset.sh'
archiveArtifacts artifacts: 'Sales.csv'
}
}
}