This commit is contained in:
Witold Woch 2023-05-12 20:23:44 +02:00
parent 5e4e95dc60
commit 16bf607f00

View File

@ -9,7 +9,7 @@ pipeline {
}
stages {
stage('checkout: Check out from version control') {
checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[credentialsId: 's487194', url: 'https://git.wmi.amu.edu.pl/s487197/ium_487194']]])
checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[credentialsId: 's487194', url: 'https://git.wmi.amu.edu.pl/s487194/ium_487194']]])
}
}
stage('Pull Docker image') {