diff --git a/Jenkinsfile b/Jenkinsfile index d352828..3af94a7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,8 +38,8 @@ pipeline { } stage('Second') { steps { - checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[url: 'https://git.wmi. amu.edu.pl/s478815/ium_478815.git']]]) - sh "chmod a+x ./skrypt.sh" + checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s478815/ium_478815.git']]]) + sh "chmod a+x ./skrypt.sh" archiveArtifacts 'data.csv' } }