Jenkins Pipeline Docker Permissions

2017-07-07 Thread Dan Kinon
Hello, I'm running jenkins as a non-root user and am attempting to use a docker agent in my jenkinsfile. When I run the job, I get the following error: [VA_Build_containers_develop-NJECFMY5Y6Z5OKTQVWTCSYEZEVQKAXGGRGECV2LSFA2YZ2ALBWQQ] Running shell script + docker inspect -f . docker:1.12.

Re: Jenkins Pipeline Docker Permissions

2017-07-08 Thread Dan Kinon
inting me back in the docker group direction. On Friday, July 7, 2017 at 3:10:12 PM UTC-7, Richard Bywater wrote: > > I haven't checked for a while but it used to be that if you add a user to > the "docker" group they'll be able to access docker commands. > > Richard

Creating first pipeline in BlueOcean UI stalls

2017-07-08 Thread Dan Kinon
ut I tested my access token separately and was able read/write the repo so that wouldn't seem to be the issue. The process also shows that the access token is working as I'm able to list/select github organizations and repos. Any ideas what might be wrong here? -- *Dan Kinon *| *D

Creating first pipeline in BlueOcean UI stalls

2017-07-08 Thread Dan Kinon
I'm running the latest Jenkins docker image (2.60.1) with the latest BlueOcean plugin set (1.1.4) installed. I'm following a generic tutorial that walks you through setting up your first pipeline. Here are the steps I'm following: 1) Go to BlueOcean and click "Create a new Pipeline" > It's tim