Jenkinsfile
This commit is contained in:
parent
f1a9cf44eb
commit
00b4f2fc99
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -41,7 +41,6 @@ pipeline {
|
|||||||
stage('Second') {
|
stage('Second') {
|
||||||
steps {
|
steps {
|
||||||
checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s478815/ium_478815.git']]])
|
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') {
|
stage('Archive') {
|
||||||
|
Loading…
Reference in New Issue
Block a user