Commit 88be4be2 authored by Boris Djalal's avatar Boris Djalal

Change based on Jenkins Snippet Generator.

Signed-off-by: default avatarBoris Djalal <boris.djalal@eurecom.fr>
parent 62cda3df
...@@ -12,7 +12,7 @@ pipeline { ...@@ -12,7 +12,7 @@ pipeline {
stage ('Retrieve latest from branch') { stage ('Retrieve latest from branch') {
steps { steps {
script { script {
checkout([$class: 'GitSCM', branches: [[name: '*/scheduled_pipeline']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://gitlab.eurecom.fr/oai/openairinterface5g.git']]]) checkout([$class: 'GitSCM', branches: [[name: '*/gNB-nrUE-USRP']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://gitlab.eurecom.fr/oai/openairinterface5g.git']]])
sh "git clean -x -d -ff" sh "git clean -x -d -ff"
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