Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Witold Woch 2023-03-28 23:54:00 +02:00
parent e4d8a5712c
commit 011ab01b50

2
Jenkinsfile vendored
View File

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