Re: Installing Artifactory and Blue Ocean plugins offline

2018-10-10 Thread Stuart Rowe
Does anyone know if juseppe works with an existing artifactory instance? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Pipeline bat stdout redirection

2018-10-10 Thread JAY D SHAH
I am Facing the same issue, Does anyone got something on it For me, Std_err gets called by Clean_up With Jenkins file due to which I can't get the correct error message -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this

Best Way to Sandbox Test Jenkins & Jenkins Plugin Updates?

2018-10-10 Thread jambihosting
Bit of a broad question here... But i run 3 separate Jenkins environments across diff regions on AWS, because I prefer segregation. As my Jenkins servers are tightly locked down, I generally dont need to update continuously but like to do so every 1-2 months at least. When it comes to Jenkins

call pzinskey (pega) file from jenkins and execute the unit test suites

2018-10-10 Thread panneerrselvam natarajan
Hi All, I need to integrate the Unit Test cases using Jenkins, They will provide the pzinskey (pega) which containts the list of test suites. I need to execute whether pass or fail and provide the result. Please can i have any suggestion on this. Regards Panneer -- You received this

Re: Best Way to Sandbox Test Jenkins & Jenkins Plugin Updates?

2018-10-10 Thread Qiang
We create a docker image with master and latest versions of plugins for each upgrade. If the upgrade ends up broken (master itself or pipeline jobs), we roll back to the previous image. Then we can spend time to figure out what's wrong (e.g downgrade the bad plugin version), then create a new

Re: How can I find the plugin name to use with install-plugins.sh?

2018-10-10 Thread dave.bender
Is there an API call that could be used to retrieve that and other tidbits about the plugin? We're looking for a way to effectively audit and automate our plugin management. I suppose we could call that page and screen scrape the data, but I was wondering if the data displayed is already

Programmatically find security advisories by plugin identifier

2018-10-10 Thread dave.bender
Is there an API or URL or something we could call via a script to get current or recent security advisories by plugin shortName or other identifier? We're trying to automate a means to keep our plugins current or at least be able to get alerts on vulnerabilities in plugins used by specific

Jenkins docker with NIS user

2018-10-10 Thread Quang Truong
Hi, I'm using jenkins docker to spin up a jenkins master, however, we're using NIS user to manage the access to jenkins. I have tried to search around but I can't see how to integrate the PAM NIS user for jenkins docker. I walk through this discussion