I just checked and confirmed what you reported. A Unix based agent does
not kill the process that was created by the XShell plugin, even though the
Jenkins job stops.
A shell step does kill the process that was created.
Process did seem to be killed on a Windows agent with XShell.
Work around i
Xshell plugin, or cross-platform shell plugin, 0.10 is not stopping jobs on
the clients under jenkins 2.289.2 when the job is aborted from the jenkins
dashboard.
There are some previous posts about Xshell where it worked in 1.586 (is
this the jenkins version?), and in 1.565.2-1.586.
This worke
I want to setup a Jenkins pipeline job that has 2 extensible choice
parameters.
The first parameter, GIT_BRANCH, lets the user choose a certain branch from
a multi-pipline branch job.
Then I want the second extensible choice parameter take the value from
GIT_BRANCH, and present the. user with
And see
also
https://javadoc.jenkins.io/component/jenkins-test-harness/org/jvnet/hudson/test/HudsonTestCase.html#useLocalPluginManager
Björn Pedersen schrieb am Freitag, 6. August 2021 um 09:38:13 UTC+2:
> And take a look at
> https://javadoc.jenkins.io/component/jenkins-test-harness/org/jvnet
Is there anybody out there still using CVS?
My IT from time to time changes passwords of the user used by jenkins to
access CVS and at the moment I have to modify a lot of jobs to make that
work.
Isn't there a way to combine the use of jenkins' own password storage with
CVS even though I can't
And take a look
at
https://javadoc.jenkins.io/component/jenkins-test-harness/org/jvnet/hudson/test/RestartableJenkinsRule.html
, especially the info about
UnitTestSupportingPluginManager.
Björn
Björn Pedersen schrieb am Freitag, 6. August 2021 um 09:32:14 UTC+2:
> I guess this question i
I guess this question is better suited
for https://groups.google.com/g/jenkinsci-dev
matthi...@outlook.com schrieb am Donnerstag, 5. August 2021 um 16:48:48
UTC+2:
> Thanks for the reply. It looks like your repo is similar to
> https://github.com/sheehan/job-dsl-gradle-example/, which is the e