This commit is contained in:
Mikołaj Pokrywka 2022-05-03 16:01:17 +02:00
parent 9d3a9e5a6b
commit 3150b5bfae

2
Jenkinsfile vendored
View File

@ -26,7 +26,7 @@ pipeline {
stages {
stage('checkout: Check out from version control') {
steps {
checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[credentialsId: 's444463', url: 'https://git.wmi.amu.edu.pl/s444463/ium_444463.git']]])
checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[credentialsId: 's444463', url: 'https://git.wmi.amu.edu.pl/s444463/ium-repo-create-dataset.git']]])
}
}
stage('bash script') {