diff options
Diffstat (limited to 'jjb/global-templates-script.yaml')
-rw-r--r-- | jjb/global-templates-script.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/jjb/global-templates-script.yaml b/jjb/global-templates-script.yaml index 62d5d4b3a..00b143d4e 100644 --- a/jjb/global-templates-script.yaml +++ b/jjb/global-templates-script.yaml @@ -723,7 +723,7 @@ # build-node: what build node to run on # script: build script to execute - name: '{project-name}-{stream}-release-docker-script-daily' + name: '{project-name}-{stream}-release-docker-script-manual' project-type: freestyle concurrent: true @@ -762,8 +762,6 @@ build-timeout: '{build-timeout}' triggers: - # 12 AM UTC - - timed: 'H 12 * * *' - gerrit-trigger-release-manually: server: '{server-name}' project: '{project}' |