Commit 56387d23 authored by Raphael Defosseux's avatar Raphael Defosseux

CI: try to modify the Git Env vars

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 054f0b8c
...@@ -84,6 +84,8 @@ pipeline { ...@@ -84,6 +84,8 @@ pipeline {
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"
env.GIT_BRANCH = ReplayGitSrcBranch
env.GIT_COMMIT = ReplayGitSrcCommit
} }
} }
post { post {
......
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