Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Sebastian Wałęsa 2022-03-27 21:30:19 +02:00
parent 2159e95d07
commit cf7a98e939

2
Jenkinsfile vendored
View File

@ -21,7 +21,7 @@ pipeline {
} }
stage('Checkout') { stage('Checkout') {
steps { steps {
git 'https://git.wmi.amu.edu.pl/s478839/ium_478839.git' git branch: 'feature', url: 'https://git.wmi.amu.edu.pl/s478839/ium_478839.git'
} }
} }
stage('Shell Script') { stage('Shell Script') {