From b6bb0a798333b70d0a7e5c1f123b666dfa40822c Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Mon, 18 Sep 2017 02:00:23 +0200 Subject: Convert doc site job to jjb MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I87700e558dc20705f85a2ed78f8fe9df057e95e4 Signed-off-by: Jan-Simon Möller --- jjb/daily-jjb-doc-update/daily-jjb-doc-update.yaml | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 jjb/daily-jjb-doc-update/daily-jjb-doc-update.yaml (limited to 'jjb/daily-jjb-doc-update/daily-jjb-doc-update.yaml') diff --git a/jjb/daily-jjb-doc-update/daily-jjb-doc-update.yaml b/jjb/daily-jjb-doc-update/daily-jjb-doc-update.yaml new file mode 100644 index 00000000..55186891 --- /dev/null +++ b/jjb/daily-jjb-doc-update/daily-jjb-doc-update.yaml @@ -0,0 +1,32 @@ +--- +- project: + name: daily-jjb-doc + jobs: + - daily-jjb-doc-update + +- job-template: + name: 'daily-jjb-doc-update' + project-type: freestyle + concurrent: false + node: agl-test-slave + description: "Managed by JJB. Do not Edit. \ +
Build time graph:
" + + build-discarder: + days-to-keep: 30 + num-to-keep: 40 + artifact-days-to-keep: -1 + artifact-num-to-keep: 5 + + triggers: + - timed: '@daily' + + wrappers: + - agl-infra-wrappers: + build-timeout: '{build-timeout}' + + builders: + - shell: + !include-raw-escape: include-doc-update.sh + - shell: + !include-raw-escape: include-doc-upload.sh -- cgit 1.2.3-korg