This commit is contained in:
ulaniuk 2022-05-04 19:28:20 +02:00
parent 4acf40d3d7
commit 1054eb339b

7
Jenkinsfile vendored
View File

@ -29,12 +29,7 @@ pipeline {
stages { stages {
stage('Checkout') { stage('Checkout') {
steps { steps {
script { checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[credentialsId: 's478855', url: 'https://git.wmi.amu.edu.pl/s478855/ium_478855.git']]])
git credentialsId: 'jenkins-user-github', url: 'https://git.wmi.amu.edu.pl/s478855/ium_478855.git'
sh "ls -lart ./*"
sh "git branch -a"
sh "git checkout master"
}
} }
} }
stage("Preparation") { stage("Preparation") {