×
Jan 30, 2024 · We have another environment with the old nodes and the same jenkins version and it works here. It doesn't seem to be a connectivity issue since ...
Feb 6, 2023 · Hi Team, Maven builds (JDK 8) are failing with the below error after upgrading to Jenkins(JDK 11) version 2.332.3.
Sep 28, 2022 · First off, I'm relatively new to DevOps in General as well as Java. Which makes debugging maven and Jenkins all the more difficult for me.
Aug 5, 2023 · ERROR: Use the Maven JDK Toolchains (plugin) to build your maven project with an older JDK. ERROR: Retrying with agent Java and setting ...
maven-plugin and swarm plugin icw maven is not working due to a log4j dependency error ... maven core extensions not working on maven-job ... (maven2/3 project) and ...
Dec 23, 2021 · I'm working on a plugin and I don't know what could've possibly triggered this issue, but I was building a new hpi to hand off to a QA ...
Mar 22, 2024 · This plugin provides integration with Pipeline, configures maven environment to use within a pipeline job by calling sh mvn or bat mvn.
Nov 14, 2022 · I'm creating a new plugin using HelloWorld plugin as base. I'm using JDK 11, Eclipse IDE and. Maven 3.8.6. However, I get 2 errors in pom.xml ...
Missing: maven2 | Show results with:maven2
Jul 1, 2022 · I have a problem with running a Jenkins pipeline on my local machine. This is the error I get: + mvn -Dspring.profiles.active=test -Djasypt.
Nov 28, 2023 · I am trying to build a Jenkins plugin. What I already did was creating a Maven project from the hello-world-plugin archetype.