Skip to content

Commit 6434034

Browse files
committed
Remove trigger-cloud-gitlab job and callsides
CMK-31453 Change-Id: I28f0051134f1026003c015838a76dbaeed3454dd
1 parent 77711c2 commit 6434034

File tree

2 files changed

+0
-58
lines changed

2 files changed

+0
-58
lines changed

buildscripts/scripts/trigger-cloud-gitlab.groovy

Lines changed: 0 additions & 45 deletions
This file was deleted.

buildscripts/scripts/trigger-cmk-build-chain.groovy

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -206,19 +206,6 @@ void main() {
206206
);
207207
}[0]
208208

209-
success &= smart_stage(
210-
name: "Trigger Cloud Gitlab jobs",
211-
condition: false,
212-
raiseOnError: false,) {
213-
smart_build(
214-
use_upstream_build: true,
215-
relative_job_name: "${edition_base_folder}/trigger-cloud-gitlab",
216-
build_params: job_parameters,
217-
build_params_no_check: job_parameters_no_check,
218-
download: false,
219-
);
220-
}[0]
221-
222209
currentBuild.result = success ? "SUCCESS" : "FAILURE";
223210
}
224211
}

0 commit comments

Comments
 (0)