Re: Declarative pipelien DOA after upgrading to 1.3.5 (from 1.3.4.1)

2019-03-05 Thread Dan Tran
found this https://issues.jenkins-ci.org/browse/JENKINS-56405 -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To

Re: Declarative pipelien DOA after upgrading to 1.3.5 (from 1.3.4.1)

2019-03-05 Thread Mark Waite
I've been running those versions of declarative pipeline plugins on my Jenkins instance without any issues. However, I'm not pulling docker images from shell steps in my pipeline. Since the message shows that the failure is inside an 'sh' step, I suspect there is some infrastructure change that i

Re: Declarative pipelien DOA after upgrading to 1.3.5 (from 1.3.4.1)

2019-03-05 Thread Dan Tran
all my Jenkins masters facing this issue. Sounds very serious but so far have not heard any complaints yet from external Jenkins users :( -D On Monday, March 4, 2019 at 11:02:04 PM UTC-8, Dan Tran wrote: > > > > My declarative pipeline errors out with > > [Pipeline] sh >

Declarative pipelien DOA after upgrading to 1.3.5 (from 1.3.4.1)

2019-03-04 Thread Dan Tran
My declarative pipeline errors out with [Pipeline] sh + docker pull : Error response from daemon: pull access denied for xxx/yyy, repository does not exist or may require 'docker login' Wonder if this