>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
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
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
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
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
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