Jenkinsfile

This commit is contained in:
Kornelia Girejko 2022-03-27 22:43:05 +02:00
parent f1a9cf44eb
commit 00b4f2fc99

1
Jenkinsfile vendored
View File

@ -41,7 +41,6 @@ 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"
}
}
stage('Archive') {