Commit 1e3e695f authored by Robert Schmidt's avatar Robert Schmidt

Merge remote-tracking branch 'origin/nu-ci-colosseum-jenkins-update' into...

Merge remote-tracking branch 'origin/nu-ci-colosseum-jenkins-update' into integration_2025_w05 (!3235)

Parametrized JenkinsNode and JenkinsResource

Parametrized variables in Jenkinsfile for automated tests on Colosseum
after update of OAI Jenkins server.
parents e0865421 474c004f
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
* contact@openairinterface.org * contact@openairinterface.org
*/ */
def node = "porcepix" def node = "${params.JenkinsNode}"
def resource = "CI-NEU-CI" def resource = "${params.JenkinsResource}"
pipeline { pipeline {
agent { agent {
......
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