summaryrefslogtreecommitdiffstats
path: root/jjb/global-templates-c.yaml
diff options
context:
space:
mode:
authorMichal Ptacek <m.ptacek@partner.samsung.com>2019-05-20 18:25:56 +0000
committerMichal Ptacek <m.ptacek@partner.samsung.com>2019-05-29 10:30:46 +0000
commit8ce05f245e9638ecdb69cc707f4f1ffbf3d3d47f (patch)
tree29e151233122249499902fdd8544132c1cf4d1ac /jjb/global-templates-c.yaml
parent9e1575db2f1f976ec618bee959c05fd52648558a (diff)
Adding aio job for multicloud
This basic job is triggering All-in-One k8s deployment for k8s PoC. Change-Id: I6afff0c0d073dfbbb9e37e0f0b81e28c706db6be Issue-ID: MULTICLOUD-635 Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
Diffstat (limited to 'jjb/global-templates-c.yaml')
-rw-r--r--jjb/global-templates-c.yaml23
1 files changed, 19 insertions, 4 deletions
diff --git a/jjb/global-templates-c.yaml b/jjb/global-templates-c.yaml
index 40c517063..50952b393 100644
--- a/jjb/global-templates-c.yaml
+++ b/jjb/global-templates-c.yaml
@@ -52,10 +52,6 @@
publishers:
- lf-infra-publish
-#################
-# JOB TEMPLATES #
-#################
-
- job-template:
#
# job template for build C/C++ project
@@ -105,3 +101,22 @@
settings-file: '{mvn-settings}'
- docker-login
- shell: '{script}'
+
+- job-template:
+ #
+ # job template for build project executed every 6hrs
+ #
+ # Required Variables:
+ # script: build script to execute
+ name: '{name}-{stream}-shell-6hrs'
+ node: '{build-node}'
+ type: freestyle
+
+ triggers:
+ - timed: '00 */6 * * *'
+
+ builders:
+ - shell: '{script}'
+
+ publishers:
+ - lf-infra-publish