Jenkinsfile

This commit is contained in:
Kornelia Girejko 2022-03-27 21:36:21 +02:00
parent 130a50c5c5
commit aefdb2bbee

4
Jenkinsfile vendored
View File

@ -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'
}
}