Monday, April 16, 2018

Jenkins Blueocean and integration with JIRA

docker run -u root -d --rm -p 8090:8080 --name jenkins-blueocean -v jenkins-data:/var/jenkins_home -v /var/run/docker.sock:/var/run/docker.sock jenkinsci/blueocean

http://localhost:8080 and finish configuring admin user and install all recommended plugins

docker ps (note the containerid)
docker commit $containerid myjenkinsblueocean

sudo docker run --detach --publish 8080:8080 cptactionhank/atlassian-jira:latest
(for some reason, jira in docker needs 8080:8080... I tried 8090:8080 and it tries internally to connect to 8080 which fails)



See also http://www.javamonamour.org/2017/11/jira-on-docker-and-integration-with.html



No comments: