]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
allow some jobs to use globally configured variables 159/head
authorAndrew Schoen <aschoen@redhat.com>
Tue, 27 Oct 2015 14:15:06 +0000 (09:15 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 27 Oct 2015 14:15:06 +0000 (09:15 -0500)
Thes variables are defined on the jenkins master using the web UI.

http://jenkins.ceph.com/configure

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
ceph-build-next/config/definitions/ceph-build-next.yml
ceph-next/config/definitions/ceph-next.yml
ceph-setup-next/config/definitions/ceph-setup-next.yml
jenkins-job-builder/config/definitions/jjb.yml

index ee05f59e6bbf9c05a1311434e540165d31625aa5..5636ed30fb46ae7873fe20c083baecab1df1bbb2 100644 (file)
@@ -51,3 +51,8 @@
           artifacts: 'dist/**'
           allow-empty: false
           latest-only: false
+
+    wrappers:
+      - inject-passwords:
+          global: true
+          mask-password-params: true
index 02cdb6edd4f60845851fe3c8c364996dcf2dd335..d3d1d9ec50ab0fcf1bfd7dceacca8e8bf7747d41 100644 (file)
@@ -54,3 +54,8 @@ If this is checked, then the builds will be pushed to chacra under the 'test' re
             - name: ceph-build-next
               current-parameters: true
               exposed-scm: false
+
+    wrappers:
+      - inject-passwords:
+          global: true
+          mask-password-params: true
index 9074fb2bd9e746c2611a6e7f2306b6deec8db814..a445543e0a94c5e569f197e04ab2e3b3cebe7b1a 100644 (file)
@@ -40,3 +40,8 @@
           artifacts: 'dist/**'
           allow-empty: false
           latest-only: false
+
+    wrappers:
+      - inject-passwords:
+          global: true
+          mask-password-params: true
index 8bfc7fb5a9eaf7240837018481154af0a6040021..40c6decf2f7d63aeedd30aaccf9e2fc4c0ccb8f5 100644 (file)
       - pollscm: "H */3 * * *"
       - github
 
+    wrappers:
+      - inject-passwords:
+          global: true
+          mask-password-params: true
+
     scm:
       - git:
           url: https://github.com/ceph/ceph-build.git