With Puppet:
puppet module install rtyler-jenkins
puppet apply -v -e "include jenkins"
<?xml version='1.0' encoding='UTF-8'?> | |
<project> | |
<actions/> | |
<description></description> | |
<keepDependencies>false</keepDependencies> | |
<properties> | |
<com.cloudbees.jenkins.plugins.securecopy.ExportsJobProperty> | |
<exports/> | |
</com.cloudbees.jenkins.plugins.securecopy.ExportsJobProperty> | |
<hudson.model.ParametersDefinitionProperty> |
44a45,47 | |
> <!-- uploads done using webdav, need to register --> | |
> <artifact:install-provider artifactId="wagon-webdav" version="1.0-beta-1" /> | |
> | |
47c50 | |
< url="https://nexus.codehaus.org/service/local/staging/deploy/maven2/" | |
--- | |
> url="dav:https://dav.codehaus.org/repository/jackson" | |
55c58 | |
< url="https://nexus.codehaus.org/content/repositories/snapshots/" |
#!/bin/bash | |
################################################################################ | |
# Copyright (c) 2012, by Michael Neale. All rights reserved. | |
# | |
# THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MICHAEL NEALE | |
# | |
# The copyright notice above does not evidence any | |
# actual or intended publication of such source code. | |
################################################################################ |
<settings> | |
<servers> | |
<server> | |
<id>apache.snapshots.https</id> | |
<username><!-- your apache ldap username --></username> | |
<password><!-- your apache ldap password --></password> | |
</server> | |
<server> | |
<id>apache.releases.https</id> | |
<username><!-- your apache ldap username --></username> |