Re: Create default admin user on Jenkins own user database

2020-07-16 Thread Siva Bagavathy
Hi Ram, The jenkins image version is jenkins-master:2.176.3 I am using a helm chart for deployment. Thanks, Siva On Wednesday, July 15, 2020 at 8:04:22 PM UTC+5:30, Ramanathan Muthaiah wrote: > > On Monday, July 13, 2020 at 10:45:23 PM UTC+5:30, Siva Bagavathy wrote: >> >> Dear Team, >> >>

Re: SSH Agent, z/OS USS, and git authentication problems

2020-07-16 Thread Randall Becker
That's what we were trying to do originally. There is a problem. When GitSCM creates the GIT_SSH content on z/OS agent the file name is encoded as an IBM1047 EBCDIC regardless of the -Dfile.encoding argument, even though the original private key and passphrase are coming from a UTF8/US-ASCII co

Error running docker workflow plugin demo

2020-07-16 Thread Robert Hafner
I'm seeing the following error when attempting to run the docker workflow plugin demo. Can you tell me how to resolve the dependency issue? make -C demo run … [INFO] [INFO] BUILD FAILURE [INFO]

Docker workflow plugin - volume leak

2020-07-16 Thread Robert Hafner
In our use of the docker workflow plugin we are seeing that volumes are being leaked when the container is removed. Is there an option that can be specified in a pipeline script that will result in the docker workflow plugin running the docker rm command with the -v option? The problem that we

Re: How to pull parameters from excel sheet and pass it to job

2020-07-16 Thread Braj Mohan
Hi All, You can pull the parameter from excel using shell script below is the code please check here i am using a google spreadsheet and fetch the particular field, you can fetch multiple fields also #URL= https://docs.google.com/spreadsheets/d/e/2PACX-1vTSkSdNFjtRjZGzsf5NO3TJdaMeBNTYplU8EdN0iXUQX

Need help - build "Execute Shell"

2020-07-16 Thread Shrikant Nayak
Jenkins ver. 2.190.3 on RHEL-7.7 Hello Jenkins Gurus / Users, Has anyone come across similar issues as me & resolved? ssh password less connection works fine (using rsa public key). my shell script works fine if I run from command prompt in Jenkins system; However the same

Need Help - Build "Execution Shell - scp failing"

2020-07-16 Thread shrik...@gmail.com
Environment: Jenkins ver. 2.190.3 on RHEL7.7 SSH password less connection works fine using rsa public key and the shell script works fine as expected from command prompt from Jenkins system. However the script fails through Jenkins job. Please see part of the console output (for the error) as b