Skip to content

Instantly share code, notes, and snippets.

@kozy4324
Created June 28, 2013 05:10
Show Gist options
  • Save kozy4324/5882599 to your computer and use it in GitHub Desktop.
Save kozy4324/5882599 to your computer and use it in GitHub Desktop.
Jenkinsのメモ

$JENKINS_HOME

ビルドの実行、アーカイブ、ジョブなど実行後に書き込みされるファイルのディレクトリ. デフォルトでは~/.jenkins.

https://wiki.jenkins-ci.org/display/JA/Administering+Jenkins

Tomcatでの設定例は公式ドキュメントを参考に.

https://wiki.jenkins-ci.org/display/JENKINS/Tomcat#Tomcat-SettingJENKINSHOME

シェル実行時にJenkinsが設定する環境変数

ビルド番号など含まれる.

https://wiki.jenkins-ci.org/display/JENKINS/Building+a+software+project#Buildingasoftwareproject-JenkinsSetEnvironmentVariables

ビルド実行するWeb-IF

delayパラメータでビルド実行を遅延できる.

http://YOURHOST/jenkins/job/PROJECTNAME/build?delay=0sec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment