Started by user unknown or anonymous [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /var/jenkins_home/workspace/test [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Not Ok) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] withMaven [withMaven] Options: [] [withMaven] Available options: [withMaven] using JDK installation provided by the build agent [withMaven] using Maven global settings.xml '4a3dd40e-13fa-4d56-9a7d-6c2390e85aa2' with NO Maven servers credentials provided by Jenkins $ /bin/sh -c "which mvn" [withMaven] Maven installation not specified in the 'withMaven()' step and not found on the build agent [Pipeline] { [Pipeline] sh + mvn help:effective-settings Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/var/jenkins_home/workspace/test@tmp/withMavena80dbdf9/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/var/jenkins_home/workspace/test@tmp/withMavena80dbdf9" [INFO] [jenkins-event-spy] Generate /var/jenkins_home/workspace/test@tmp/withMavena80dbdf9/maven-spy-20220409-161729-8728962790775918105253.log.tmp ... [INFO] Scanning for projects... [INFO] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [INFO] Building Maven Stub Project (No POM) 1 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-help-plugin:3.2.0:effective-settings (default-cli) @ standalone-pom --- [INFO] Effective user-specific configuration settings: <?xml version="1.0" encoding="UTF-8"?> <!-- ====================================================================== --> <!-- --> <!-- Generated by Maven Help Plugin on 2022-04-09T16:17:30Z --> <!-- See: http://maven.apache.org/plugins/maven-help-plugin/ --> <!-- --> <!-- ====================================================================== --> <!-- ====================================================================== --> <!-- --> <!-- Effective Settings for 'jenkins' on '34b36ed601c3' --> <!-- --> <!-- ====================================================================== --> <settings xmlns="http://maven.apache.org/SETTINGS/1.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.2.0 http://maven.apache.org/xsd/settings-1.2.0.xsd"> <localRepository>/var/jenkins_home/.m2/repository</localRepository> <mirrors> <mirror> <mirrorOf>external:http:*</mirrorOf> <name>Pseudo repository to mirror external repositories initially using HTTP.</name> <url>http://0.0.0.0/</url> <blocked>true</blocked> <id>maven-default-http-blocker</id> </mirror> </mirrors> <pluginGroups> <pluginGroup>org.apache.maven.plugins</pluginGroup> <pluginGroup>org.codehaus.mojo</pluginGroup> </pluginGroups> </settings> [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.807 s [INFO] Finished at: 2022-04-09T16:17:30Z [INFO] ------------------------------------------------------------------------ [INFO] [jenkins-event-spy] Generated /var/jenkins_home/workspace/test@tmp/withMavena80dbdf9/maven-spy-20220409-161729-8728962790775918105253.log [Pipeline] } [withMaven] Jenkins Task Scanner Plugin not found, don't display results of source code scanning for 'TODO' and 'FIXME' in pipeline screen. [withMaven] Publishers: Pipeline Graph Publisher: 3 ms, Generated Artifacts Publisher: 2 ms [Pipeline] // withMaven [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Ok) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] withMaven [withMaven] Options: [] [withMaven] Available options: [withMaven] using JDK installation provided by the build agent [withMaven] using Maven global settings.xml '4a3dd40e-13fa-4d56-9a7d-6c2390e85aa2' with NO Maven servers credentials provided by Jenkins [withMaven] using Maven installation 'maven3' [Pipeline] { [Pipeline] sh + mvn help:effective-settings ----- withMaven Wrapper script ----- Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/var/jenkins_home/workspace/test@tmp/withMavenca8156f0/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/var/jenkins_home/workspace/test@tmp/withMavenca8156f0" Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537) Maven home: /var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/maven3 Java version: 11, vendor: Oracle Corporation, runtime: /var/jenkins_home/tools/hudson.model.JDK/openjdk-11/jdk-11 Default locale: en, platform encoding: UTF-8 OS name: "linux", version: "4.19.128-microsoft-standard", arch: "amd64", family: "unix" [INFO] [jenkins-event-spy] Generate /var/jenkins_home/workspace/test@tmp/withMavenca8156f0/maven-spy-20220409-161732-1428239021509871299761.log.tmp ... [INFO] Scanning for projects... [INFO] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [INFO] Building Maven Stub Project (No POM) 1 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-help-plugin:3.2.0:effective-settings (default-cli) @ standalone-pom --- [INFO] Effective user-specific configuration settings: <?xml version="1.0" encoding="UTF-8"?> <!-- ====================================================================== --> <!-- --> <!-- Generated by Maven Help Plugin on 2022-04-09T16:17:33Z --> <!-- See: http://maven.apache.org/plugins/maven-help-plugin/ --> <!-- --> <!-- ====================================================================== --> <!-- ====================================================================== --> <!-- --> <!-- Effective Settings for 'jenkins' on '34b36ed601c3' --> <!-- --> <!-- ====================================================================== --> <settings xmlns="http://maven.apache.org/SETTINGS/1.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.2.0 http://maven.apache.org/xsd/settings-1.2.0.xsd"> <localRepository>/var/jenkins_home/.m2/repository</localRepository> <interactiveMode>false</interactiveMode> <servers> <server> <username>maven</username> <password>***</password> <id>my-m2</id> </server> </servers> <profiles> <profile> <activation> <activeByDefault>true</activeByDefault> </activation> <properties> <my-m2.url>ftp://my.url.com/maven</my-m2.url> </properties> <id>my-m2</id> </profile> </profiles> <pluginGroups> <pluginGroup>org.apache.maven.plugins</pluginGroup> <pluginGroup>org.codehaus.mojo</pluginGroup> </pluginGroups> </settings> [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.857 s [INFO] Finished at: 2022-04-09T16:17:33Z [INFO] ------------------------------------------------------------------------ [INFO] [jenkins-event-spy] Generated /var/jenkins_home/workspace/test@tmp/withMavenca8156f0/maven-spy-20220409-161732-1428239021509871299761.log [Pipeline] } [withMaven] Jenkins Task Scanner Plugin not found, don't display results of source code scanning for 'TODO' and 'FIXME' in pipeline screen. [withMaven] Publishers: [Pipeline] // withMaven [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS