diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2016-11-10 15:54:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-10 15:54:05 +0000 |
commit | 26ccce219a8b83fee33246e0526965ed94f5e41f (patch) | |
tree | c88b768876108dcdc5e807117d770567d8c9e663 /jjb/opnfv/test-sign.yml | |
parent | 64d9e6f6c2a8700e23eb2d992a411bd54ed9c83e (diff) | |
parent | 31524f49baa376c3fa227eb4d67138035e60789b (diff) |
Merge "Remove Old 'test-sign-daily-master' Job and Script"
Diffstat (limited to 'jjb/opnfv/test-sign.yml')
-rw-r--r-- | jjb/opnfv/test-sign.yml | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/jjb/opnfv/test-sign.yml b/jjb/opnfv/test-sign.yml deleted file mode 100644 index b27d75777..000000000 --- a/jjb/opnfv/test-sign.yml +++ /dev/null @@ -1,42 +0,0 @@ -- project: - name: test-sign - - project: 'releng' - - jobs: - - 'test-sign-daily-{stream}' - - stream: - - master: - branch: '{stream}' - gs-pathname: '' - - -- job-template: - name: 'test-sign-daily-{stream}' - - # Job template for daily builders - # - # Required Variables: - # stream: branch with - in place of / (eg. stable) - # branch: branch (eg. stable) - node: master - - disabled: false - - parameters: - - project-parameter: - project: '{project}' - - scm: - - git-scm: - credentials-id: '{ssh-credentials}' - refspec: '' - branch: '{branch}' - - triggers: - - timed: 'H H * * *' - - builders: - - shell: | - $WORKSPACE/utils/test-sign-artifact.sh |