This commit is contained in:
Dominik 2021-03-25 12:38:00 +01:00
parent a783c4b616
commit a20817b98a

1
Jenkinsfile vendored
View File

@ -18,6 +18,7 @@ pipeline {
}
stage('Run shell script') {
steps {
sh 'chmod +x test.sh'
sh './test.sh'
archiveArtifacts 'train.csv'
}