This commit is contained in:
Dominik 2021-03-25 12:30:07 +01:00
parent f8ce557273
commit 8f4d9b7d73

1
Jenkinsfile vendored
View File

@ -14,6 +14,7 @@ pipeline {
steps {
// Get some code from a GitHub repository
git 'https://git.wmi.amu.edu.pl/s434788/ium_434788'
}
stage('Run shell script') {
sh './test.sh'
archiveArtifacts 'train.csv'