Git checkout change

This commit is contained in:
Michał Ulaniuk 2022-03-27 22:58:00 +02:00
parent 3ade3d7ff0
commit e01d111888

8
Jenkinsfile vendored
View File

@ -24,12 +24,8 @@ node {
stage('Checkout') {
steps {
script {
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"
}
checkout([$class: 'GitSCM', branches: [[name: '*/master']],
userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s478855/ium_478855.git']]])
}
}