Re: docker: command not found ( Mac mini + Jenkins )

2016-10-14 Thread 80Vikram
Thanks Victor. I got it working as mentioned in below ticket https://github.com/docker/for-mac/issues/799 Docker documentation wrt Jenkins and Mac setup , hardly has any info. Regards, Vikram On Thursday, October 13, 2016 at 5:13:20 PM UTC+2, Victor Martinez wrote: > > Environment variables wh

docker: command not found ( Mac mini + Jenkins )

2016-10-12 Thread 80Vikram
Hi All, I've mac mini with 10.X version and am trying to setup jenkins and docker when I tried running docker command as part of shell commands , getting error docker: command not found In unix I have to add jenkins user to docker group , not sure if this step needs to be done in mac as well.

getting error ERROR: Error fetching remote repo 'origin'

2016-05-09 Thread 80Vikram
Hi All, After upgrading to latest Jenkins 2.2 with Git client plugin 2.4.4 and Github plugin 1.19.0 getting below error ERROR: Error fetching remote repo 'origin'hudson.plugins.git.GitException : Failed to fetch

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". error on jenkins only

2016-05-02 Thread 80Vikram
Hi All, I'm trying to run jenkins job which works perfectly locally with below pom.xml UTF-8 1.1.31 1.1.31 1.1.6 org.slf4j slf4j-api 1.7.21 org.slf4j slf4j-simple 1.6.

Jenkins job -> docker run hello-world fails with error docker: Cannot connect to the Docker daemon.

2016-03-22 Thread 80Vikram
Hi All, I'm trying to setup jenkins on Linux VM I created a sample job with shell step as docker run hello-world Job is failing with error as below [Test-1-2] $ /bin/sh -xe /tmp/hudson643651586166715818.sh + docker run hello-world docker: Cannot connect to the Docker daemon. Is the docker daem

Jenkins in Linux VM + Docker related issue - Docker URL http://127.0.0.1:2375 not working

2016-03-21 Thread 80Vikram
Hi All, I've linux VM with Jenkins & docker installed. I logged into Jenkins with Linux sudo user and as per https://wiki.jenkins-ci.org/display/JENKINS/Docker+build+step+plugin , did the setup But getting below error *Something went wrong, cannot connect to http://127.0.0.1:2375, cause: o

Need Info - best book , blogs to follow , good practices wrt Jenkins

2016-03-20 Thread 80Vikram
Hi All, I've started using & learning Jenkins mainly to run automation on web and mobile with changes in respective code base from dev end. It will be helpful if you can please help with below queries 1. Good books to refer to understand Jenkins properly 2. Blogs to follow which teach from rea