Commit 054f0b8c authored by Raphael Defosseux's avatar Raphael Defosseux
parent e4e99e18
...@@ -81,7 +81,7 @@ pipeline { ...@@ -81,7 +81,7 @@ pipeline {
stage ("Retrieve Git Code") { stage ("Retrieve Git Code") {
steps { steps {
script { script {
checkout changelog: false, poll: false, scm: [$class: 'GitSCM', branches: [[name: "${ReplayGitSrcBranch}]], doGenerateSubmoduleConfigurations: false, extensions: [[$class: 'CleanBeforeCheckout']], submoduleCfg: [], userRemoteConfigs: [[url: 'https://gitlab.eurecom.fr/oai/openairinterface5g.git']]] checkout changelog: false, poll: false, scm: [$class: 'GitSCM', branches: [[name: "${ReplayGitSrcBranch}"]], doGenerateSubmoduleConfigurations: false, extensions: [[$class: 'CleanBeforeCheckout']], submoduleCfg: [], userRemoteConfigs: [[url: 'https://gitlab.eurecom.fr/oai/openairinterface5g.git']]]
sh "git checkout -f ${ReplayGitSrcCommit}" sh "git checkout -f ${ReplayGitSrcCommit}"
sh "git log -n1" sh "git log -n1"
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment