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

3
Jenkinsfile vendored
View File

@ -15,10 +15,13 @@ 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 {
//Wypisz wartość parametru w konsoli (To nie jest polecenie bash, tylko groovy!)