diff options
Diffstat (limited to 'jjb/yaml/verizoncloudplatform.com')
| -rw-r--r-- | jjb/yaml/verizoncloudplatform.com/manage-pubkeys.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/jjb/yaml/verizoncloudplatform.com/manage-pubkeys.yaml b/jjb/yaml/verizoncloudplatform.com/manage-pubkeys.yaml new file mode 100644 index 0000000..e08e928 --- /dev/null +++ b/jjb/yaml/verizoncloudplatform.com/manage-pubkeys.yaml @@ -0,0 +1,20 @@ +--- +- job: + name: manage-pubkeys + project-type: freestyle + node: openbook_v4 + properties: + - build-discarder: + days-to-keep: 0 + num-to-keep: 1 + artifact-days-to-keep: 0 + triggers: + - github + scm: + - git: + url: git@github.vcp.vzwnet.com:konstca/openbook-ci-pubkey-manage.git + branches: + - master + builders: + - shell: | + ./manage-pubkeys.sh vzw |
