gitflow | git |
---|---|
git flow init |
git init |
git commit --allow-empty -m "Initial commit" |
|
git checkout -b develop master |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# source this file and use the functions, download the jenkins-cli.jar first | |
export JENKINS_SERVER=localhost | |
export JENKINS_PORT=8080 | |
export JENKINS_USER='admin' | |
export JENKINS_PASS='admin' | |
export JENKINS_PROTO='http' | |
export JENKINS_JOBDIR="jenkins-jobs" | |
jenkins_urlhelp() { | |
echo "copy, change and paste for customization" |