El día lunes, agosto 07, 2023 a las 02:55:39 +0200, Thomas Markus escribió:
> > What could be the reason for this and where I could find any messages
> > from jenkins about this problem.
> >
> > matthias
> >
> >
> have you checked your tools configuration? Are mvn and ant available at
> specified location on slave node and executable? I'm sure you checked this
> but to be sure ...
> For automatic download they should appear in $HOME/tools/
The tools configuration in Jenkins is fine. ant and mvn are installed as
packages with 'yum .... install' and are these versions:
root@srrp02dxr1:/appdata/sisis/jenkins# which mvn
/usr/bin/mvn
root@srrp02dxr1:/appdata/sisis/jenkins# /usr/bin/mvn -version
Apache Maven 3.5.4 (Red Hat 3.5.4-5)
Maven home: /usr/share/maven
Java version: 1.8.0_382, vendor: Red Hat, Inc., runtime: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.382.b05-2.el8.x86_64/jre
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "4.18.0-425.19.2.el8_7.x86_64", arch: "amd64", family: "unix"
root@srrp02dxr1:/appdata/sisis/jenkins# which ant
/usr/bin/ant
root@srrp02dxr1:/appdata/sisis/jenkins# /usr/bin/ant -version
Apache Ant(TM) version 1.10.5 compiled on December 13 2018
In jenkins HOME tools is only this:
root@srrp02dxr1:/appdata/sisis/jenkins# ls -l tools
total 4
drwxr-xr-x 3 jenkins jenkins 4096 Jul 31 10:27 hudson.tasks.Ant_AntInstallation
As I said, they worked fine last week and again after a jenkins restart,
without any config change.
Thanks for your feedback.