checkmarx plugin installation

2020-07-13 Thread Ramanathan Muthaiah
>From the update center, it is possible to install checkmarx plugin, the plugin version available is 8.90.4. However, checkmarx releases page (https://github.com/jenkinsci/checkmarx-plugin/releases) shows many versions later than 8.90.4; however, there is no hpi files to download. Has anything

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

2020-07-13 Thread Mark Waite
If the operation you're performing is a checkout, why use the ssh-agent wrapper? Why not use the same credentials ID as an argument to checkout rather than wrapping checkout in ssh-agent? On Mon, Jul 13, 2020 at 8:45 AM Randall Becker wrote: > I wish it was that simple. The issue definitely app

Create default admin user on Jenkins own user database

2020-07-13 Thread Siva Bagavathy
Dear Team, As part of automation, I need to create and invoke Jobs using Jenkins API. I have deployed jenkins container on Kubernetes cluster using helm chart. Hence I need Jenkins to have at least one admin user in its own database (Jenkins' own user database) after install. By default, its D

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

2020-07-13 Thread Randall Becker
I wish it was that simple. The issue definitely appears to be the encoding of the private key during a key exchange. When using SSH-Agent and git commands from within a shell in the pipeline, the authentication works fine. So this is likely an interaction with the GitSCM plugin not being aware

How to get hudson.security.ArtifactsPermission work properly.

2020-07-13 Thread shivam pokhriyal
I set this permission from the jenkins scripts console as : System.setProperty("hudson.security.ArtifactsPermission", "true") But after doing this I'm not able to see any artifacts in any of the jenkins jobs(even with authenticated user). I thought that after adding this permission a new secur

Re: Jenkins - Docker login doesn't seem to persist

2020-07-13 Thread 'Sven Hüßner' via Jenkins Users
I was able to produce a correct behaviour starting from centos:centos7 base image and installing Docker only (no Jenkins yet) via the steps provided in the official Docker docu: https://docs.docker.com/engine/install/centos/ Seen here: [root@d8d441ae6a7a /]# history 2 yum remove docker