X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fakraino-templates%2Fakraino-jjb-docker.yaml;h=8e068d5bb858ce161a2e05c75c01bfafded60d62;hb=3369e2099a04824a0e3b7c9046e334e0fdae05c4;hp=340659a9e435f7c7bd3bfd9d61ad1fc720b19916;hpb=064241b3382bbf1b5b4591c898718d6c6db7d4b1;p=ci-management.git diff --git a/jjb/akraino-templates/akraino-jjb-docker.yaml b/jjb/akraino-templates/akraino-jjb-docker.yaml index 340659a..8e068d5 100644 --- a/jjb/akraino-templates/akraino-jjb-docker.yaml +++ b/jjb/akraino-templates/akraino-jjb-docker.yaml @@ -31,8 +31,8 @@ - lf-infra-gerrit-scm: jenkins-ssh-credential: '{jenkins-ssh-credential}' git-url: '{git-url}/{project}.git' - refspec: '' - branch: '{branch}' + refspec: '$GERRIT_REFSPEC' + branch: '$GERRIT_BRANCH' submodule-recursive: '{submodule-recursive}' submodule-timeout: '{submodule-timeout}' submodule-disable: false @@ -51,7 +51,10 @@ - ../shell/build-docker.sh triggers: - - timed: '@hourly' + - timed: '@daily' + + publishers: + - lf-infra-publish - job-template: id: 'akraino-project-stream-stage-docker' @@ -74,8 +77,8 @@ - lf-infra-gerrit-scm: jenkins-ssh-credential: '{jenkins-ssh-credential}' git-url: '{git-url}/{project}.git' - refspec: '' - branch: '{branch}' + refspec: '$GERRIT_REFSPEC' + branch: '$GERRIT_BRANCH' submodule-recursive: '{submodule-recursive}' submodule-timeout: '{submodule-timeout}' submodule-disable: false @@ -99,3 +102,6 @@ jobs: - '{project}-maven-stage-{stream}' - 'yaml_builds-{stream}-stage-config' + + publishers: + - lf-infra-publish