diff --git a/Jenkinsfile b/Jenkinsfile index 8628282..9b31840 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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'