I'm finding that simply moving the entire jenkinsfile into a single vars
method works well enough, but they've taken this another step further by
moving all the separate "def" methods called from the main method into
separate vars methods. I wouldn't think there'd be any technical reason
why t
It seems that some of the build jobs are hanging at the end. My job
normally finishes up like this:
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving ...
[JENKINS] Archiving ...
[CHECKSTYLE] Plug-in Result: Success - no threshold has been exceeded
[CHECKSTYLE] Plug-in Result:
Any update on the API to get the published artifacts url into a variable?
I want to use the generated URL in mail description.
This topic has a similar
need, https://groups.google.com/forum/#!topic/jenkinsci-users/sPAYLh1W1cM
Thanks.
On Monday, August 13, 2018 at 6:03:19 PM UTC-7, Bernardo Val
Hi,
I just upgraded from 2.79 to 2.164.2 and am seeing a few issues:
1. I can't load job configuration pages. When I click on the job
"configure" link, the browser just sits there spinning and the page never
loads. There are no errors/warnings in the log to indicate any problems.
I've scanned t
The template is a pretty standard template like this
https://wiki.jenkins.io/download/attachments/3604514/jenkins-matrix-email-html.template?version=1&modificationDate=1332562186000&api=v2
I am trying to get maven artifacts urls
Build Artifacts
${m
Hi,
I want to run a job after every 35 days in jenkins. How do i schedule the
job in jenkins. Could you please give the schedule in jenkins.
Thanks,
Sid.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and sto
do you have examples of integrations of the email ext plugin with other
plugins?
Is the integration based on environment variables?
Cyrille
On Friday, April 19, 2019 at 2:15:11 AM UTC+2, Harsh Shah wrote:
>
> Hi,
> We have been using pipeline maven plugin and maven artifact publisher to
> dis