Skip to content
Success

Console Output

[INFO] 
[INFO] ----------< org.glassfish.jersey.examples:helloworld-webapp >-----------
[INFO] Building jersey-examples-helloworld-webapp 3.1.0-SNAPSHOT      [181/281]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-impl/3.0.2/jaxb-impl-3.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-impl/3.0.2/jaxb-impl-3.0.2.pom (13 kB at 109 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-core/3.0.2/jaxb-core-3.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-core/3.0.2/jaxb-core-3.0.2.pom (13 kB at 169 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-impl/3.0.2/jaxb-impl-3.0.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-core/3.0.2/jaxb-core-3.0.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-impl/3.0.2/jaxb-impl-3.0.2.jar (917 kB at 7.5 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-core/3.0.2/jaxb-core-3.0.2.jar (238 kB at 1.4 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ helloworld-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ helloworld-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ helloworld-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ helloworld-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/buildPRbranch
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ helloworld-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ helloworld-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/buildPRbranch/examples/helloworld-webapp/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ helloworld-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/buildPRbranch/examples/helloworld-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ helloworld-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/buildPRbranch/examples/helloworld-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ helloworld-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/buildPRbranch/examples/helloworld-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ helloworld-webapp ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.examples.helloworld.webapp.HelloWorldTest
May 06, 2022 9:27:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/helloworld-webapp
May 06, 2022 9:27:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 9:27:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
May 06, 2022 9:27:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.733 s - in org.glassfish.jersey.examples.helloworld.webapp.HelloWorldTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-war-plugin:3.3.1:war (default-war) @ helloworld-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [helloworld-webapp] in [/home/jenkins/agent/workspace/buildPRbranch/examples/helloworld-webapp/target/helloworld-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/buildPRbranch/examples/helloworld-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/buildPRbranch/examples/helloworld-webapp/target/helloworld-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ helloworld-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/buildPRbranch/examples/helloworld-webapp/target/helloworld-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ helloworld-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/buildPRbranch/examples/helloworld-webapp/target/helloworld-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-webapp/3.1.0-SNAPSHOT/helloworld-webapp-3.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/buildPRbranch/examples/helloworld-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-webapp/3.1.0-SNAPSHOT/helloworld-webapp-3.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/buildPRbranch/examples/helloworld-webapp/target/helloworld-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-webapp/3.1.0-SNAPSHOT/helloworld-webapp-3.1.0-SNAPSHOT-sources.jar