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 great so far!). We're

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. Also

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 crash of Jenkins altogeth

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 either, though it didn'

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 we can't figure out wha

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 at 11:27 AM Slide wrot

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 wrote: > >> I'd be willing to try whatever

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 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 Sat, Sep 2, 2017 at 12:0

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 ('test

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 onl

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 Tools at Microsoft. I'm wor

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 variables and it was wor

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 Con

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 docker-p

Re: Information requested to understand usage of Jenkins for Informatica || ETL tool

2017-09-02 Thread suresh kumar
Hi Neha, Just went through the link provided and from that it is clearly stating that they done Informatica integration with Jenkins using pmrep command line utility. First you need to get hands-on of the pmrep command utility of the Informatica PowerCenter. And there is no need of direct plugin