Re: A recent change (or bug) in either Docker and/or Jenkins is breaking most tutorials in the Jenkins User Documentation.

2018-01-31 Thread desmond . lim
Hi All, Thanks for everyone's help. I made a big mistake. So it was my problem. Thank you. Desmond On Thursday, February 1, 2018 at 11:18:39 AM UTC+8, desmo...@docdoc.com wrote: > > Thanks Giles for the update. > > Hi All, > > I have another issue, I'm doing the deliver (from the tutorial)

Re: A recent change (or bug) in either Docker and/or Jenkins is breaking most tutorials in the Jenkins User Documentation.

2018-01-31 Thread desmond . lim
Thanks Giles for the update. Hi All, I have another issue, I'm doing the deliver (from the tutorial) and I'm getting this error ./jenkins/scripts/deliver.sh: not found Do I need to put the file in? Desmond On Thursday, February 1, 2018 at 6:59:55 AM UTC+8, Giles Gaskell wrote: > > Hi all

Re: A recent change (or bug) in either Docker and/or Jenkins is breaking most tutorials in the Jenkins User Documentation.

2018-01-31 Thread Giles Gaskell
Hi all and thanks Damien, Just letting everyone know that a new version of the Docker Pipeline plugin (i.e. version 1.15) was released yesterday (https://plugins.jenkins.io/docker-workflow) and so if you update this plugin on your Jenkins instances (via Manage Jenkins > Manage Plugins) to

Re: A recent change (or bug) in either Docker and/or Jenkins is breaking most tutorials in the Jenkins User Documentation.

2018-01-30 Thread Damien Duportal
Hi, you did everything good, it is just that the plugin had not been released yet with the fix (it is "merged" on the master branch, but not released yet). The releases at the "Code" level can be found here: https://github.com/jenkinsci/docker-workflow-plugin/releases . => The last one is 1.1.4.

Re: A recent change (or bug) in either Docker and/or Jenkins is breaking most tutorials in the Jenkins User Documentation.

2018-01-30 Thread Carlos Sanchez
This is biting a lot of users and reporting it as a bug https://github.com/jenkinsci/docker/issues/626 On Tue, Jan 30, 2018 at 2:27 AM, wrote: > Hi All, > > I've updated all the plug-in for jenkins but I still can't get the > tutorial to work. I'm getting this error

Re: A recent change (or bug) in either Docker and/or Jenkins is breaking most tutorials in the Jenkins User Documentation.

2018-01-29 Thread desmond . lim
Hi All, I've updated all the plug-in for jenkins but I still can't get the tutorial to work. I'm getting this error when it runs [simple-java-maven-app] Running shell script sh: can't create /var/jenkins_home/workspace/simple-java-maven-app@tmp/durable-3b228035/jenkins-log.txt: nonexistent

Re: A recent change (or bug) in either Docker and/or Jenkins is breaking most tutorials in the Jenkins User Documentation.

2018-01-23 Thread Giles Gaskell
Hi everyone, Just a quick follow-up ... It's possible that this issue may have resulted from recent changes in Docker behavior (i.e. in recent Docker versions) which were no longer being handled correctly by the Jenkins Docker Pipeline plugin. Once this PR

Re: A recent change (or bug) in either Docker and/or Jenkins is breaking most tutorials in the Jenkins User Documentation.

2018-01-23 Thread Giles Gaskell
Thanks so much for all the sleuthing work Damien - you've hit the nail on the head with this one. Cheers, Giles. On 24 January 2018 at 00:43, Damien Duportal wrote: > This issue is related to the "Docker Pipeline" plugin ("docker-workflow") > which has an issue when

Re: A recent change (or bug) in either Docker and/or Jenkins is breaking most tutorials in the Jenkins User Documentation.

2018-01-23 Thread Damien Duportal
This issue is related to the "Docker Pipeline" plugin ("docker-workflow") which has an issue when trying to determine if the executor (master or agent) is running inside a container. See issue/PR #120 of "docker-workflow-plugin", in particular

Re: A recent change (or bug) in either Docker and/or Jenkins is breaking most tutorials in the Jenkins User Documentation.

2018-01-21 Thread Giles Gaskell
Thanks for your speedy reply Mark, I ended up raising a bug report here: https://issues.jenkins-ci.org/browse/JENKINS-49063 This behavior is definitely manifesting itself through the Jenkins LTS release 2.89.3. In fact, I'm using a recent update of the "jenkinsci/blueocean" Docker image - see

Re: A recent change (or bug) in either Docker and/or Jenkins is breaking most tutorials in the Jenkins User Documentation.

2018-01-21 Thread Mark Waite
That sounds like a bug. Is this with the long-term support release (2.89.3) or with a weekly release (like 2.102). If it is a weekly release, is the same problem visible in a weekly release prior to 2.102? The 2.102 release includes a security improvement (JEP-200) which detected several places

A recent change (or bug) in either Docker and/or Jenkins is breaking most tutorials in the Jenkins User Documentation.

2018-01-21 Thread Giles Gaskell
Hi all, I recently saw someone raise this issue in the GitHub repository that the Build a Java app with Maven tutorial uses. This issue shows the output of the