[helm chart] [ssl] how to add ca cert file for accessing https page

2018-12-20 Thread Hokwang
Hello. I am in corporate proxy environment. I can't access https page by default. Simple fix solution is add cert to jenkins docker image and run update-ca-certificates command, but I want to fix in helm chart. I think I need to run below commands mkdir $JENKINS_HOME/.cacerts/ cp

issue with Poll Mailbox Trigger plugin

2018-12-20 Thread raju penumatsa
Hi Team, I am having issue with Pool Mailbox trigger, can you please help me. Jenkins Version: Jenkins ver. 2.138.1 Plugin Version : Plain Credentials Plugin Allows use of plain strings and files as

issue with Poll Mailbox Trigger

2018-12-20 Thread taruni bangara raju penumatsa
Hi Team, I am having issue with Pool Mailbox trigger, can you please help me. Jenkins Version: Jenkins ver. 2.138.1 Plugin Version : Plain Credentials Plugin Allows use of plain strings and files as

Re: Install specific version of plugins with Groovy script

2018-12-20 Thread RAJENDRA PRASAD
Hi Philip, I waiting for your mail with solutions for configuring matrix authentication Thanks Rajendra On Thu, 20 Dec, 2018, 11:33 RAJENDRA PRASAD One point ,Forgot to mention in my previous mail. > It just installs the plugins restart you need to do manually. > I tried thorough script it

[Matrix-auth & Folders] How to properly restrict a user to get access only to a job in a (sub)folder

2018-12-20 Thread geoffroy . jabouley
Hello i'm a bit struggling for one use case i have, maybe someone could share its experience on such scenario. *Jobs structure:* - FolderA - SubFolderA - jobA1 - jobA2 - SubFolderB - jobB1 *Use caseq:* 1. user1 has read access to all jobs

RE: How to add a secret file?

2018-12-20 Thread Benjamin Primrose
Found it, when I installed a couple months ago locking down credentials under Manage Jenkins->Configure Credentials must have seemed like a good idea. Once I unlocked it, I can use it. Thanks for the response, it put me on the right track. From: jenkinsci-users@googlegroups.com On Behalf

Re: How to add a secret file?

2018-12-20 Thread Mark Waite
I think you want the "plain credentials " plugin. On Thu, Dec 20, 2018 at 8:27 AM Benjamin Primrose wrote: > Hi everyone, noob here. I’ve got a functioning install, and need a secret > file to provide passwords to a build. When I access >

How to add a secret file?

2018-12-20 Thread Benjamin Primrose
Hi everyone, noob here. I’ve got a functioning install, and need a secret file to provide passwords to a build. When I access Credentials->System->Global credentials->Add Credentials, the “Kind” drop-down only lists “Username with password” and “SSH Username with private key”. Searching

Strange mismatched quote problem trying to run a shell command from script console

2018-12-20 Thread Adam von Nieda
Hi folks, I’m trying to run a local shell command from the script console, and a mismatched quote error is kicking my butt. The entire command is surrounded by double quotes, and the command executed from the “-c” is surrounded by single quotes. There’s not a typo, I swear! Any ideas?

Can not connect to jenkins using jenkins-cli

2018-12-20 Thread Smahane EL BAZ
Hello , I can not connect to jenkins using these commands even if the option Enable CLI over Remoting is activated in Configure Global Security: 1-java -jar jenkins-cli.jar -s jenkinsUrl help 2-java -jar jenkins-cli.jar -http -auth myusername:mypassword -s JenkinsUrl get-job jobName >

Re: Jenkins as a render farm

2018-12-20 Thread 'Mark Raynsford' via Jenkins Users
On 2018-12-19T11:58:28 + "'Mark Raynsford' via Jenkins Users" wrote: > > If I make the assumption that all offline nodes with the correct label > are participating in rendering, then I think I could implement this > using the pipeline-utility-steps plugin [0]. It has a step that can > list