diff --git a/home/jobs/Trigger/config.xml b/home/jobs/Trigger/config.xml
index 424fa6b8..0e97e049 100644
--- a/home/jobs/Trigger/config.xml
+++ b/home/jobs/Trigger/config.xml
@@ -19,10 +19,12 @@
STATUS
scc status flag
-
- success-only
- no-error
- none
+
+
+ success-only
+ no-error
+ none
+
@@ -119,6 +121,11 @@
}
}
+ stage("Website") {
+ steps {
+ build job: 'WEBSITE-push', wait: false
+ }
+ }
}
}
true
diff --git a/home/jobs/WEBSITE-push/config.xml b/home/jobs/WEBSITE-push/config.xml
new file mode 100644
index 00000000..cd00fc5c
--- /dev/null
+++ b/home/jobs/WEBSITE-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