Skip to content

Instantly share code, notes, and snippets.

@grimrose
Last active June 12, 2016 06:21
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 grimrose/2df51cd24e7ec47f71affca482dc93d6 to your computer and use it in GitHub Desktop.
Save grimrose/2df51cd24e7ec47f71affca482dc93d6 to your computer and use it in GitHub Desktop.
#yokohamagroovy #41
version: "2"
services:
jenkins:
image: jenkinsci/jenkins
ports:
- "8080:8080"
- "50000:50000"
volumes:
- "./jenkins_home:/var/jenkins_home"
@grimrose
Copy link
Author

gradle 実行時にエラーが出たので、公式のイメージへ変更

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment