Re: Opinions about aggressive reuse strategy for Jenkins pipelines

2019-04-19 Thread David Karr
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

Re: Issues after upgrade

2019-04-19 Thread Ryan Shoemaker
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:

Re: withMaven Artifacts URL

2019-04-19 Thread Harsh Shah
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

Issues after upgrade

2019-04-19 Thread Ryan Shoemaker
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

Re: Add Publisher Maven artifacts to mail template

2019-04-19 Thread Harsh Shah
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

How do i schedule a job to run every 35 days

2019-04-19 Thread sgudivad
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

Re: Add Publisher Maven artifacts to mail template

2019-04-19 Thread Cyrille Le Clerc
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