create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
| import hudson.model.StreamBuildListener | |
| import hudson.plugins.emailext.ExtendedEmailPublisher | |
| import java.io.ByteArrayOutputStream | |
| def projectName = "your-project-name-here" | |
| Jenkins.instance.copy(Jenkins.instance.getItem(projectName), "$projectName-Testing"); | |
| def project = Jenkins.instance.getItem(projectName) | |
| try { | |
| def testing = Jenkins.instance.getItem("$projectName-Testing") |
| <!DOCTYPE html> | |
| <head> | |
| <title>Build report</title> | |
| <style type="text/css"> | |
| body | |
| { | |
| margin: 0px; | |
| padding: 15px; | |
| } | |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
| #!/bin/bash | |
| # Licence: GPLv3, MIT, BSD, Apache or whatever you prefer; FREE to use, modify, copy, no obligations | |
| # Description: Bash Script to Start the process with NOHUP and & - in background, pretend to be a Daemon | |
| # Author: Andrew Bikadorov | |
| # Script v1.5 | |
| # For debugging purposes uncomment next line | |
| #set -x |