diff options
author | Simo Fรคlt <simo.falt@digia.com> | 2014-04-16 11:33:14 +0300 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-04-22 05:54:45 +0200 |
commit | 3303062d9cad25b8ce9fa0a046e2509c007caaec (patch) | |
tree | 0c2a9cdb22cfc89a73d5203179c413e9e4f6b5bc | |
parent | 9ceb01346bb8f44f7fcb909632c5e087b82c98e5 (diff) |
Jenkins: Install Publish over SSH plugin
This plugins enables copying artifacts over ssh to remote server.
Change-Id: Ibc36d060ee62da4451cfa93be3e1691d6c9c5b5a
Reviewed-by: Sergio Ahumada <sahumada@blackberry.com>
-rw-r--r-- | puppet/modules/jenkins_server/manifests/debian.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/modules/jenkins_server/manifests/debian.pp b/puppet/modules/jenkins_server/manifests/debian.pp index c39296c..05fa7fe 100644 --- a/puppet/modules/jenkins_server/manifests/debian.pp +++ b/puppet/modules/jenkins_server/manifests/debian.pp @@ -54,6 +54,7 @@ class jenkins_server::debian inherits jenkins_server "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 + "publish-over-ssh":; # enables artifact uploading to remote server "run-condition":; # conditional-buildstep prereq "timestamper":; # timestamps in build logs "token-macro":; # expand macros in various places |