RE: Blank HTML report in Jenkin's left hand side bar for Performance Center Reports

2018-09-04 Thread Reinhold Füreder
Hi Mukesh, I guess according to e.g. https://jenkins.io/doc/pipeline/steps/htmlpublisher/ * “reportDir” should not be an empty string and be relative to workspace * “reportFiles” should not be an absolute path, but relative to “reportDir” So maybe try this: publishHTML([…, reportDir:

Don't Use GitHub API For GitHub Organization Job

2018-09-04 Thread apeleg
We switched over to checking out our projects with SSH credentials because we are constantly butting up against the github API quota. When a build begins the first thing you see is the job checking in with the GitHub API to see the rate limit. If we are checking out w/ SSH what is the

Re: Get list of Jobs in a View

2018-09-04 Thread C Neal
Hi! I am trying to get these scripts to work (#3 or #4). The problem is that I have "folders" between my views. And since I don't know what the expected output is, or where the hudson function starts, I can't get any output other than "null" as a response. I have a "project" folder,

Lost My Login Info.

2018-09-04 Thread Steve Burrus
Can someone simply tell me how I can retrieve my login information, i.e., name and password, to get into Jenkins? Thanx in advance for anyone's help. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop

Re: ConfigFiles 3.0 appears to be mangling config.xml

2018-09-04 Thread 'Björn Pedersen' via Jenkins Users
Just for reference:A jira issue exists: https://issues.jenkins-ci.org/browse/JENKINS-53399 Am Dienstag, 4. September 2018 14:29:34 UTC+2 schrieb Benjamin Brummer: > > I also had to reconfigure one jenkins job, after this update. > Configuration was gone almost completely. All provided maven

RE: Jenkins plugin for invoking external async jobs and polling their results

2018-09-04 Thread Gardell, Steven
We accomplish this by polling within an imperative pipeline script. It isn't all that complicated. The downside is that completion of the Jenkins script now becomes less deterministic so we have wound up with the Jenkins build hanging (and blocking downstream builds) as a result of problems in

Re: ConfigFiles 3.0 appears to be mangling config.xml

2018-09-04 Thread Benjamin Brummer
I also had to reconfigure one jenkins job, after this update. Configuration was gone almost completely. All provided maven settings.xml files where gone and but i could set them up again with identical id's. Am Montag, 3. September 2018 20:14:28 UTC+2 schrieb Michael Weigle: > > Upgraded from