below is the part of my script where i am doing ssh and it works fine in
local.
scp -i $SSHKEY_PATH $CERT_PATH ccpuser@10.32.141.35:/home/ccpuser
scp -i $SSHKEY_PATH $KEY_FILE ccpuser@10.32.141.35:/home/ccpuser
scp -i $SSHKEY_PATH $CRT_FILE ccpuser@10.32.141.35:/home/ccpuser
scp -i $SSHKEY_PATH ./
I tried a lot of things but my ssh connection is not working from jenkins
to ssh server.
One more thing my Jenkins and ssh server is hosting on same IP address is
there anyway i can resolve this issue?
On Mon, 27 Jul, 2020, 9:39 AM Sakshi Rathore,
wrote:
> thanks , i tried this as well but whil
Hi,
The configuration only allows one certificate, this is used for singing and
encryption, so it is not possible to use two different certificates.
El lunes, 27 de julio de 2020, 21:54:03 (UTC+2), Chris DW escribió:
>
> Hi ,
>
> When setting up the Jenkins SAML plugin, is it possible to config
Hi Team,
I am using opensource *Jenkins 2.235.3* version on *Centos 7.7* machine
with *Active Choices Plug-in Version 2.4*
The problem I am running into is very strange
I am using a groovy script to dynamically populate parameters and I am
using Active Choices Reactive Parameter. In that plugi
Hello,
We have a Jenkins running Jenkins LTS 2.222.4 on Kuberentes via the Jenkins
helm chart. We use Kubernetes agents on an EC2 autoscaling group. We have
2216 projects, each of which uses Jenkinsfile.Master is set to 0 executors
and no builds should execute there (except for branch indexing
You can use Jenkins to run tests written in a large variety of languages
with a large variety of test runners, so there's no way to answer your
question without more details about your tests and how you run them. I run
tests written in Python using a custom system that runs pytest concurrently
This has been going on since 2.233. We are getting pretty consistent
failures of Jenkins right after the "Listed all plugins" message is logged.
This just on the controller (there are no agents), running JRE 1.8.0_45. I
have wiped the configuration three times already. As soon as I add pipeline