Re: How can I tail the console output for a failed pipeline build?

2017-09-04 Thread xwyxw
Blueoncean, split your script in functions and stages and you will get a good understanding of what is actually happening on every stage (clone, build, fail, etc). Also using groovy and try/catch will help too On Friday, September 1, 2017 at 2:25:05 AM UTC+10, Dallas Clement wrote: > > I am wo

Re: How execute parallel tests

2017-09-04 Thread xwyxw
Use Pipelines it will give you : More flexibility, groovy scripting as well as parallel capabilities. On Monday, September 4, 2017 at 4:57:11 PM UTC+10, Ana MB wrote: > > Hi guys! > > Any idea about this issue? I don't find solution... > > Thanks so much!! > > > El viernes, 1 de septiembre de

Extended choice parameter plugin + Scripted Pipeline (Parallel) issue

2017-09-03 Thread xwyxw
I am having a rough time findout what is going on with weird behavior, when I use Scripted Pipeline (Parallel) and Extended choice parameter plugin. Everything seams okay as long as I do not select *Yes *on *"Save Artifacts Externally*?" option. If that happen I endup getting nonsense errors

Re: which plugin will help me run my tests

2016-12-07 Thread xwyxw
On your job need to enable Build Triggers -> Build periodically. This will allow you to trigger the job at a particular time(s)/date(s). I am not sure but I think that feature does not require any additional plugin. You can use one job as the entry point and that one will kick the other jobs. .

Re: Email reports for passing builds

2016-12-07 Thread xwyxw
are you using pipelines or standard jobs? On Tuesday, December 6, 2016 at 6:49:54 AM UTC+11, Narayana Prasad wrote: > > I need to send emails reports after build is successful along with results > ( not just failure) possibly attaching some cucumber reports. > > Has anyone done similar thing ?

Re: Need pipeline script help

2016-12-07 Thread xwyxw
This may enlight your way https://github.com/jenkinsci/pipeline-examples/tree/master/pipeline-examples On Tuesday, December 6, 2016 at 5:47:41 PM UTC+11, Venkat S wrote: > > I am very new for Jenkins. i am try to create Jenkins pipeline script. > Please help me out develop pipeline script. if yo

Re: JUnit test result report

2016-12-07 Thread xwyxw
this plugin check the time stamp of the JUnit file and it is not the latest one it will complain about it. Try to manually remove the file before the build and check if your system regenerate the file if not well there is the issue. On Thursday, December 8, 2016 at 8:27:17 AM UTC+11, GBANE FETI

Jenkins pipeline and Gitlab webhooks does not work

2016-12-07 Thread xwyxw
Hi, Just for reference I am using the latest Jenkins 2.35 with all the latest Gitlab/Pipeline plugins. My Gitlab (Hosted on our own servers) version is 8.13.2. I have been using webhooks to start other non-pipeline Jenkins jobs and it works ok. I tried to do the same thing using a pipeline J

HELP :-( Job freez Jekins (v2.30)

2016-11-09 Thread xwyxw
Hi, I migrate to my existent Jenkins 1.9 ver to 2.30 and everything seems working find, but if I build a job that is calling other local Jenkins projects (serial) will stop responding, and the only way to bring it back to life is by restarting the machine. This is my environment: •