Am Montag, dem 05.12.2022 um 11:28 -0600 schrieb M.Madhusudana Reddy:
My java version was jdk-11.0.16+8 and I updated this to the latest one in JAVA
11 this morning which is jdk-11.0.17+8 and I still see the same error.
Tomcat is of version 9.0.0.0
Ah, I see. We have different conditions, then.
Hi Mark -
Looks like the Tomcat upgrade from 9.0.0 to 9.0.70 fixed the issue. I am no
longer seeing that error/Jenkins controller getting crashed.
Thanks all for all your help.
Regards,
M.Madhu
On Mon, Dec 5, 2022 at 2:14 PM Mark Waite wrote:
>
>
> On Monday, December 5, 2022 at 1:02:18 PM U
On Monday, December 5, 2022 at 1:02:18 PM UTC-7 Madhu Muchukota wrote:
> Thanks Mark
>
> All I'm doing is just triggering/running a multi branch pipeline job from
> the controller UI.
>
> I will be happy to share more information needed from my end.
>
>
Unfortunately, somehow you have a failu
Thanks Mark
All I'm doing is just triggering/running a multi branch pipeline job from
the controller UI.
I will be happy to share more information needed from my end.
I also looked at the compute resources of my controller node and don't see
any issues over there.
##
On Monday, December 5, 2022 at 10:29:49 AM UTC-7 Madhu Muchukota wrote:
> Thanks Ivan and Dirk.
>
> My java version was jdk-11.0.16+8 and I updated this to the latest one in
> JAVA 11 this morning which is jdk-11.0.17+8 and I still see the same error.
>
> Tomcat is of version 9.0.0.0
> Jenkins
Thanks Ivan and Dirk.
My java version was jdk-11.0.16+8 and I updated this to the latest one in
JAVA 11 this morning which is jdk-11.0.17+8 and I still see the same error.
Tomcat is of version 9.0.0.0
Jenkins is of version 2.375.1
Thanks
M.Madhu
On Mon, Dec 5, 2022 at 12:32 AM 'Dirk Heinrich
Not sure changing the home directory is the answer. I think the true
answer resides in how to allow the jenkins service to run in SELINUX...
On Monday, December 5, 2022 at 8:45:42 AM UTC-7 slide wrote:
> Jenkins switched to systemd "recently" check this page for how to change
> env variables a
I had this issue, and found the workaround was to run 'ssh-keyscan' and add
_all_ the keys to the '.ssh/known_hosts' file.
On Mon, 5 Dec 2022 at 12:45, 'Dirk Heinrichs' via Jenkins Users <
jenkinsci-users@googlegroups.com> wrote:
> Am Montag, dem 05.12.2022 um 18:03 +0530 schrieb Ram R:
>
> you
Jenkins switched to systemd "recently" check this page for how to change
env variables and such
https://www.jenkins.io/doc/book/system-administration/systemd-services/
On Mon, Dec 5, 2022 at 8:40 AM eric@gmail.com
wrote:
> Changing the JENKINS_HOME directory in that config file didn't work.
Changing the JENKINS_HOME directory in that config file didn't work. I got
the same error some it's using that link somewhere else...
Thanks,
Eric
On Monday, December 5, 2022 at 8:09:31 AM UTC-7 eric@gmail.com wrote:
> Hi All,
>
> I'm running into an issue running Jenkins as a service in R
Hi All,
I'm running into an issue running Jenkins as a service in RHEL 8 with
SELINUX running (I don't have a choice). It seems since /var/lib/jenkins
is a symbolic link to /opt/jenkins, SELINUX doesn't want to allow running
the service from there. Would it be acceptable to just change the va
On Mon, Dec 5, 2022 at 1:55 PM ekambaram varathan
wrote:
> I am using jenkins 2.361.2 version and i have "Copy to Slave" plugin
> version 1.4.4 .
> …
> FATAL: hudson/org/apache/tools/tar/TarInputStream
> java.lang.ClassNotFoundException:
> hudson.org.apache.tools.tar.TarInputStream…
> Please let
Hi,
you could check if a Conditional Build Step helps you (you might need to
install the corresponding plugin): Jenkins sets an environment variable with
the trigger cause, you might be able to use that.
On 5 December 2022 09:37:36 CET, Praju wrote:
>Hi,
>To achieve (Re trigger if the Jenkins
Hello All,
Getting below error while executing .exe from Jenkins pipeline where as i
am able to execute the same command from cmd console from the agent.
Error Message:
Cannot read keys when either application does not have a console or when
console input has been redirected. Try Console.Read.
I am using jenkins 2.361.2 version and i have "Copy to Slave" plugin
version 1.4.4 .
Currently i have problem with copy files slave host. my jenkins job always
fails with below error:
Building remotely on slave_linux01 in workspace
/var/jenkins/slave/workspace/Copy_to_Slave
[copy-to-slave] Copy
Am Montag, dem 05.12.2022 um 18:03 +0530 schrieb Ram R:
you need to check in the ssh plugin username and password
Why? The error message clearly says "HOST key verification failed".
Bye...
Dirk
--
Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone
Am Montag, dem 05.12.2022 um 17:55 +0530 schrieb pooja pooja:
While executing my job am getting below error can anyone help me on this issue?
No screenshots, please. Copy/paste is far anyway.
The problem seems to be in the script that is called. It seems to try to make
an SSH connection to a re
I think you need to check in the ssh plugin username and password in
jenkins, there should be a connection issue.
Ramkrishna
9652540292
On Mon, Dec 5, 2022 at 5:55 PM pooja pooja wrote:
> Hi all,
> While executing my job am getting below error can anyone help me on this
> issue?
>
> --
> You
Hi,
So many ways to do the same:
- have credentials name with branch name in (my personal choise)
- define a pipeline method to switch/read map
- imbrication of ternary operator
Arnaud
Le lun. 5 déc. 2022, 10:11, Victor Sudakov a écrit :
> What would you do if you needed multiple branches with
What would you do if you needed multiple branches with multiple choices
of variables, like a "case" or "if ... else ... elif" operators?
On 02.12.2022 13:33, Arnaud bourree wrote:
environment {
SERVICE_KEY = credentials("${env.BRANCH_NAME.equals('master') ?
'PROD_SERVICE_KEY' : 'SERVICE_KE
Hi,
To achieve (Re trigger if the Jenkins job fail when it is scheduled job )
this one I am Enabling *Retry build after failure in *post build action but
it will re trigger if we run manually also. Can any one suggest how to re
trigger job if fail when it is scheduler.
Thank you
--
You re
21 matches
Mail list logo