This commit is contained in:
Dominik 2021-03-25 12:31:40 +01:00
parent 8f4d9b7d73
commit 740d4a59f1

3
Jenkinsfile vendored
View File

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