From 78570e8bc5d1aa58d5a2adebb349aae06a209d78 Mon Sep 17 00:00:00 2001 From: jmoore Date: Wed, 19 Aug 2020 14:22:24 +0100 Subject: [PATCH] Add job for merging OMERO guides --- home/jobs/OMERO-guides-push/config.xml | 57 ++++++++++++++++++++++++++ home/jobs/Trigger/config.xml | 1 + 2 files changed, 58 insertions(+) create mode 100644 home/jobs/OMERO-guides-push/config.xml diff --git a/home/jobs/OMERO-guides-push/config.xml b/home/jobs/OMERO-guides-push/config.xml new file mode 100644 index 00000000..892b2f0c --- /dev/null +++ b/home/jobs/OMERO-guides-push/config.xml @@ -0,0 +1,57 @@ + + + + + + + + + STATUS + MERGE_OPTIONS + + + + + Run scc merge and bump versions on omero-plugins + false + + + + + STATUS + PR check status + + + success-only + no-error + none + + + + + MERGE_OPTIONS + scc merge options + -vvv --no-ask --reset --comment + false + + + + + + + true + + + false + \ No newline at end of file diff --git a/home/jobs/Trigger/config.xml b/home/jobs/Trigger/config.xml index 90cdec97..6cca5159 100644 --- a/home/jobs/Trigger/config.xml +++ b/home/jobs/Trigger/config.xml @@ -93,6 +93,7 @@ stage("OMERO Docs") { steps { build job: 'OMERO-docs', wait: false + build job: 'OMERO-guides-push', wait: false } }