Testing Pipeline

Setting default run ci state.
This commit is contained in:
andrew clark
2025-10-07 15:26:35 -06:00
parent d6cb0fee3f
commit 4363826a1d

2
Jenkinsfile vendored
View File

@@ -1160,7 +1160,7 @@ pipeline {
ck_git_creds = "${ck_git_creds}"
gerrit_cred="${gerrit_cred}"
DOCKER_BUILDKIT = "1"
SHOULD_RUN_CI = "true"
SHOULD_RUN_CI = "false"
}
stages{
stage("Determine CI Execution") {