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
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
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
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.
.
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 ?
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
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
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
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:
•