Skip to content

Instantly share code, notes, and snippets.

@oehme
Last active December 26, 2015 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oehme/7183271 to your computer and use it in GitHub Desktop.
Save oehme/7183271 to your computer and use it in GitHub Desktop.
Cloudbees jar signing
<?xml version="1.0" encoding="UTF-8"?>
<settings>
<profiles>
<profile>
<id>default</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<gpg.homedir>/private/${cloudbees account name}/gpg</gpg.homedir>
<gpg.passphrase>Your gpg passphrase goes here</gpg.passphrase>
</properties>
</profile>
</profiles>
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment