diff options
author | Simo Fรคlt <simo.falt@digia.com> | 2013-11-15 09:14:09 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-11-18 13:53:29 +0100 |
commit | 54e7452f23e58457bf04d2ae91e9f0a5168fbd91 (patch) | |
tree | e3106e4a2380ccb5d28f204267260eff0d588f1d | |
parent | a9813c3465a147ffbe25761bb830c1d08a5bec47 (diff) |
Jenkins: Install extended read permission plugin
Extended read permission plugin allows everyone to view th job
configurations.
Task-number: QTQAINFRA-784
Change-Id: Ib3cce56b722c4f21eaa0e3731cfbbfe6621dae38
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
-rw-r--r-- | puppet/modules/jenkins_server/manifests/debian.pp | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/puppet/modules/jenkins_server/manifests/debian.pp b/puppet/modules/jenkins_server/manifests/debian.pp index 0b5124f..c39296c 100644 --- a/puppet/modules/jenkins_server/manifests/debian.pp +++ b/puppet/modules/jenkins_server/manifests/debian.pp @@ -44,18 +44,19 @@ class jenkins_server::debian inherits jenkins_server } jenkins_server::plugin { - "git":; # git SCM support - "build-publisher":; # publish build results to another Jenkins - "conditional-buildstep":; # make commands conditional on OS or on master vs slave - "envfile":; # send CI-related env vars from master to slave - "groovy-postbuild":; # offline / reboot hook - "next-build-number":; # allow manual set of build numbers - "postbuildscript":; # CI post-build task - "preSCMbuildstep":; # CI pre-build task - "project-health-report":; # shows how many build failed, and which testcases are the top breakers - "run-condition":; # conditional-buildstep prereq - "timestamper":; # timestamps in build logs - "token-macro":; # expand macros in various places + "git":; # git SCM support + "build-publisher":; # publish build results to another Jenkins + "conditional-buildstep":; # make commands conditional on OS or on master vs slave + "envfile":; # send CI-related env vars from master to slave + "extended-read-permission":; # enables the extended read permission + "groovy-postbuild":; # offline / reboot hook + "next-build-number":; # allow manual set of build numbers + "postbuildscript":; # CI post-build task + "preSCMbuildstep":; # CI pre-build task + "project-health-report":; # shows how many build failed, and which testcases are the top breakers + "run-condition":; # conditional-buildstep prereq + "timestamper":; # timestamps in build logs + "token-macro":; # expand macros in various places } |