Skip to content
Success

Console Output

Started by GitHub push by GermanCoding
Running as SYSTEM
Building in workspace /var/jenkins_home/workspace/FritzCerts
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/jenkins_home/workspace/FritzCerts/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/GermanCoding/FritzCerts.git # timeout=10
Fetching upstream changes from https://github.com/GermanCoding/FritzCerts.git
 > git --version # timeout=10
 > git --version # 'git version 2.30.2'
 > git fetch --tags --force --progress -- https://github.com/GermanCoding/FritzCerts.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision ef6125277940d86df22016d32f18b989ea0d61f2 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ef6125277940d86df22016d32f18b989ea0d61f2 # timeout=10
Commit message: "Add basic status checking"
 > git rev-list --no-walk 455574e6f1caab811c5aabdfbff5acb8c7acd520 # timeout=10
[FritzCerts] $ /var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/Maven-3.8.4/bin/mvn package
[INFO] Scanning for projects...
[INFO] 
[INFO] -----------------------< FritzCerts:FritzCerts >------------------------
[INFO] Building FritzCerts 0.0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ FritzCerts ---
[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/FritzCerts/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ FritzCerts ---
[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 2 source files to /var/jenkins_home/workspace/FritzCerts/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ FritzCerts ---
[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/FritzCerts/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ FritzCerts ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ FritzCerts ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ FritzCerts ---
[INFO] Building jar: /var/jenkins_home/workspace/FritzCerts/target/FritzCerts-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ FritzCerts ---
[INFO] Building jar: /var/jenkins_home/workspace/FritzCerts/target/FritzCerts-0.0.1-SNAPSHOT-jar-with-dependencies.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.139 s
[INFO] Finished at: 2022-05-13T18:25:16Z
[INFO] ------------------------------------------------------------------------
Archiving artifacts
Finished: SUCCESS