Re: Declarative pipeline docker executeable TCP supported?

2017-09-02 Thread nicolas de loof
docker agent in declarative pipeline actually translate into docker.inside (see

Re: Declarative pipeline docker executeable TCP supported?

2017-09-02 Thread 'Peter Teichner' via Jenkins Users
That doesn't really work as I haven't got docker or have no intention of running docker on the node of the jenkins master. So is there a way to use a remote docker machine or no? On Saturday, 2 September 2017 00:00:25 UTC+1, Reza Etezal wrote: > > You need to either set it in the Global Tool

Re: What would help you most when using Jenkins?

2017-09-02 Thread Baptiste Mathus
Please don't repost. If you want to try and draw attention, answer to your first email a few days ago, but please never resend the same email. Thanks Le 1 sept. 2017 8:53 PM, "Nicole [MSFT]" a écrit : My name is Nicole and I work on the engineering team for Developer

Re: withEnv on parallel jobs

2017-09-02 Thread Baptiste Mathus
withEnv takes an array parameter. So something like: withEnv(['AAA=blah', 'BBB=bill]) { sh 'echo $AAA and $BBB' } Should work. Can't check easily now from the phone. My 2 cents Le 1 sept. 2017 10:09 AM, "Esdras Neto" a écrit : Hi there, I was using load to set my

Re: Jenkins pipeline and MSBuild 2017

2017-09-02 Thread rezaetezal
Thank you for your reply. This was caused by the interdependent projects not referencing the DLL files they were using (which were the output of other projects) directly. A change was made to the references that has made the builds succeed. I am still not sure why the same commands would fail

Jenkins pipeline with multiple conditions

2017-09-02 Thread 'Anand Dasari' via Jenkins Users
Hi I have a pipeline which evaluates a variable to true or false, based on this I need to execute my next stage. I'm struggling to achieve this, please somebody help me as this is urgent I'm getting either pipeline failure or can't use when condition properly here is my snippet stage

Re: Publish over CIFS configuration

2017-09-02 Thread Slide
I and on the jenkins irc channel, though not at the moment or today most likely. If you get on there look for slide-o-mix On Sat, Sep 2, 2017, 09:11 Ted wrote: > is there a live chat we can do? irc or something? I'd even be willing to > screen share if necessary. > > On

Re: withEnv on parallel jobs

2017-09-02 Thread Esdras Neto
Still stuck here, is there a way to reuse blocks of code as variable in the pipeline? I can see in the logs that the variable is passed, but we get errors like: java.lang.NoSuchMethodError: No such DSL method 'withEnv([' This time I tried to make a variable with the whole thing (not only the

Re: Publish over CIFS configuration

2017-09-02 Thread Ted
is there a live chat we can do? irc or something? I'd even be willing to screen share if necessary. On Sat, Sep 2, 2017 at 12:09 PM Slide wrote: > Ok, I'll try and get something up soon with some additional logging. > > On Sat, Sep 2, 2017, 08:43 Ted

Re: Publish over CIFS configuration

2017-09-02 Thread Slide
Ok, I'll try and get something up soon with some additional logging. On Sat, Sep 2, 2017, 08:43 Ted wrote: > I'd be willing to try whatever you need. I am unable to track down the > logs from the crash last time. As I said, it's not doing it now. > > On Sat, Sep 2, 2017

Re: Publish over CIFS configuration

2017-09-02 Thread Ted
I'd be willing to try whatever you need. I am unable to track down the logs from the crash last time. As I said, it's not doing it now. On Sat, Sep 2, 2017 at 11:27 AM Slide wrote: > If you are willing, I can provide a plugin hpi file with additional > logging to see if

Re: Publish over CIFS configuration

2017-09-02 Thread Slide
If you are willing, I can provide a plugin hpi file with additional logging to see if we can't figure out what the problem is. Would you be willing to do that? What is in the logs when Jenkins crashes completely? On Sat, Sep 2, 2017, 08:11 Ted wrote: > nothing on that log

Re: Publish over CIFS configuration

2017-09-02 Thread Ted
nothing on that log either, though it didn't crash this time. On Sat, Sep 2, 2017 at 10:57 AM Ted Winslow wrote: > Nope. Nada. I can tell you that I have tested a bit more. When I add the > functionality anyway (in spite of the errors) running the build results in > a

Re: Publish over CIFS configuration

2017-09-02 Thread Ted Winslow
Nope. Nada. I can tell you that I have tested a bit more. When I add the functionality anyway (in spite of the errors) running the build results in a crash of Jenkins altogether. I can check if that logs anything if that will help. I'm working with samba shares, in case you're curious.

Re: Pipeline Won't Abort ---- Windows

2017-09-02 Thread Baptiste Mathus
I think I would start with identifying (with specific windows system tooling/app) what process exactly is blocking that file. Le 31 août 2017 12:11, "Bryan Jones" a écrit : Hi, we're deploying our Windows app via Jenkins. We're leaning heavily on pipelines (which have been

Re: Jenkins pipeline and MSBuild 2017

2017-09-02 Thread Ivo Bellin Salarin
You describe the problem as a Jenkins problem. Fine. But the level of logs you have doesn't tell you anything, because that's not the tools which is failing. Don't take me wrong, but you should get the msbuild logs at a debug level, and find out what's different between the executions. The