jenkins-docs/simple-java-maven-app

Build Failure

krishnabachu opened this issue · 1 comments

Started by user Admin
Running as SYSTEM
Building in workspace /var/jenkins_home/workspace/maven-job
No credentials specified

git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
git config remote.origin.url https://github.com/jenkins-docs/simple-java-maven-app.git # timeout=10
Fetching upstream changes from https://github.com/jenkins-docs/simple-java-maven-app.git
git --version # timeout=10
git fetch --tags --progress -- https://github.com/jenkins-docs/simple-java-maven-app.git +refs/heads/:refs/remotes/origin/
git rev-parse refs/remotes/origin/master^{commit} # timeout=10
git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 0d85b7e (refs/remotes/origin/master)
git config core.sparsecheckout # timeout=10
git checkout -f 0d85b7e
Commit message: "Amend README.md"
git rev-list --no-walk 0d85b7e # timeout=10
Unpacking https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.0/apache-maven-3.6.0-bin.zip to /var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/Maven-3.6.0 on Jenkins
[maven-job] $ /var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/Maven-3.6.0/bin/mvn -B -DskipTests clean package
[INFO] Scanning for projects...
[INFO]
[INFO] ----------------------< com.mycompany.app:my-app >----------------------
[INFO] Building my-app 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ my-app ---
[INFO] Deleting /var/jenkins_home/workspace/maven-job/target
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ my-app ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/jenkins_home/workspace/maven-job/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ my-app ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 1 source file to /var/jenkins_home/workspace/maven-job/target/classes
Build step 'Invoke top-level Maven targets' marked build as failure
Finished: FAILURE

Please ignore, there was an issue on the server.