This commit is contained in:
Dominik 2021-03-25 12:28:31 +01:00
parent 97e55e529c
commit f8ce557273

2
Jenkinsfile vendored
View File

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