mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
Merge remote-tracking branch 'jfiedler/ci-clone-repo-3' into integration_2026_w22 (!4142)
CI: Cleanup of Jenkinsfiles and parameters - pass pre-computed branch from orchestrator to downstream jobs - pass repository from orchestrator to downstream jobs, repository is now configurable via ciRepositoryURL parameter of RAN-Container-Parent - remove eNB_/ran-prefixed Jenkinsfile parameters - address !4129 (comment 221898) and !4129 (comment 221900) and !4129 (comment 221927) Reviewed-By: Robert Schmidt <robert.schmidt@openairinterface.org>
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
#/bin/bash
|
||||
#!/bin/bash
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
branch=$(git rev-parse --abbrev-ref HEAD)
|
||||
commit=$(git rev-parse HEAD)
|
||||
file=../../test_results.html
|
||||
rm -f ${file}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user