aboutsummaryrefslogtreecommitdiffstats
path: root/jobs/gerrit-verifications.yml
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-10-11 13:28:06 +0200
committerOliver Smith <osmith@sysmocom.de>2022-10-13 10:51:52 +0200
commitb4dca82f8318af77a6ded4f8780918e7fc14efff (patch)
tree9795b6b60219149651d838beed1062d203c2076a /jobs/gerrit-verifications.yml
parent5354547dff62c4996c4cf82f0ceede5491da7069 (diff)
jobs/gerrit-verifications: add approvals comment
Diffstat (limited to 'jobs/gerrit-verifications.yml')
-rw-r--r--jobs/gerrit-verifications.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml
index 0e64ff3..8331096 100644
--- a/jobs/gerrit-verifications.yml
+++ b/jobs/gerrit-verifications.yml
@@ -17,6 +17,11 @@
# By default the matrix results in only one job, however for some projects we
# use the matrix to build for multiple CPU architectures (x86_64, arm) or use
# it to build multiple configurations of the same project (see osmo-bts).
+#
+# NOTE: after updating the job with Jenkins Job Builder as usual, check if a
+# new pipeline script was generated and approve it here:
+# https://jenkins.osmocom.org/jenkins/scriptApproval/
+# This happens when changing the pipeline script, when adding new projects etc.
- project:
name: gerrit
@@ -364,6 +369,11 @@
name: PIPELINE_BINPKGS
description: Enable the binpkgs job (build deb/rpm packages)
default: '{obj:pipeline_binpkgs}'
+ # NOTE: jenkins pipelines don't run unless the dsl-script was approved.
+ # Sadly this doesn't happen automatically when updating the job with
+ # Jenkins Job Builder. So if you change the pipeline script, update the job
+ # as usually with JJB and then approve the scripts here:
+ # https://jenkins.osmocom.org/jenkins/scriptApproval/
dsl: |
pipeline {{
agent {{ label "osmocom-gerrit" }}