diff --git a/Jenkinsfile b/Jenkinsfile index 63f4055c0f..35e402b5cf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1594,6 +1594,15 @@ pipeline { } parallel { + stage("Build Coordination") { + agent{ label rocmnode("nogpu") } + steps { + script { + echo "Coordinating Build CK and run Tests stage execution" + echo "CI execution status: ${env.SHOULD_RUN_CI}" + } + } + } stage("Build CK with RHEL8") { when {