To test this theory I've reconfigured the build to use maven 3.6.3 rather than maven_latest (probably 3.8.1?). This isn't the right long term fix, but wanted to quickly check if that was in fact that cause of the error.
On Mon, Jul 5, 2021 at 2:30 PM Joseph Bergmark <bergm...@gmail.com> wrote: > I think the key part of the error is: > > [ERROR] Failed to execute goal on project openwebbeans-tck: Could not > resolve dependencies for project > org.apache.openwebbeans:openwebbeans-tck:jar:2.0.24-SNAPSHOT: Failed to > collect dependencies at org.jboss.cdi.tck:cdi-tck-impl:jar:2.0.3.Final -> > org.jboss.test-audit:jboss-test-audit-impl:jar:1.1.4.Final: Failed to read > artifact descriptor for > org.jboss.test-audit:jboss-test-audit-impl:jar:1.1.4.Final: Could not > transfer artifact > org.jboss.test-audit:jboss-test-audit-impl:pom:1.1.4.Final from/to > maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for > repositories: [jboss-public-repository-group ( > http://repository.jboss.org/nexus/content/groups/public, default, > releases)] -> [Help 1] > > It may have been blocked for being an "http://" URL, rather than "https://". > This behavior might be dependent upon the version of Maven used. I don't > think it is related to your change at all. > > On Mon, Jul 5, 2021 at 8:35 AM Arne Limburg <arne.limb...@openknowledge.de> > wrote: > >> Hi, >> >> since my commit triggered this build, I'll take a look at it, but >> actually from the Stacktrace I have no clue about the problem. >> >> Can anyone help me out? >> >> >> Cheers, >> >> Arne >> >> >> -- >> >> Arne Limburg - Enterprise Architekt >> >> >> >> >> OPEN KNOWLEDGE GmbH >> Poststraße 1, 26122 Oldenburg >> Mobil: +49 151 - 108 22 942 >> Tel: +49 441 - 4082-154 >> Fax: +49 441 - 4082-111 >> arne.limb...@openknowledge.de >> www.openknowledge.de <https://www.openknowledge.de/> >> >> Registergericht: Amtsgericht Oldenburg, HRB 4670 >> Geschäftsführer: Lars Röwekamp, Jens Schumann >> >> Treffen Sie uns auf kommenden Konferenzen und Workshops: >> >> Zu unseren Events<https://www.openknowledge.de/event/> >> >> >> >> >> >> ________________________________ >> Von: Apache Jenkins Server <jenk...@builds.apache.org> >> Gesendet: Montag, 5. Juli 2021 12:02 >> An: dev@openwebbeans.apache.org >> Betreff: Build failed in Jenkins: OpenWebBeans » >> OpenWebBeans-trunk-deploy #35 >> >> See < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/35/display/redirect?page=changes >> > >> >> Changes: >> >> [Arne Limburg] OWB-1387: Don't throw Lifecycle events for inactive >> contexts >> >> >> ------------------------------------------ >> [...truncated 763.94 KB...] >> at >> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) >> at java.lang.Thread.run(Thread.java:748) >> Caused by: java.lang.NullPointerException >> ERROR: Asynchronous execution failure >> java.util.concurrent.ExecutionException: java.lang.NullPointerException >> at hudson.remoting.Channel$2.adapt(Channel.java:1039) >> at hudson.remoting.Channel$2.adapt(Channel.java:1033) >> at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59) >> at >> hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186) >> at hudson.maven.Maven3Builder.call(Maven3Builder.java:144) >> at hudson.maven.Maven3Builder.call(Maven3Builder.java:70) >> at hudson.remoting.UserRequest.perform(UserRequest.java:211) >> at hudson.remoting.UserRequest.perform(UserRequest.java:54) >> at hudson.remoting.Request$2.run(Request.java:375) >> at >> hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73) >> [ERROR] Failed to execute goal on project openwebbeans-tck: Could not >> resolve dependencies for project >> org.apache.openwebbeans:openwebbeans-tck:jar:2.0.24-SNAPSHOT: Failed to >> collect dependencies at org.jboss.cdi.tck:cdi-tck-impl:jar:2.0.3.Final -> >> org.jboss.test-audit:jboss-test-audit-impl:jar:1.1.4.Final: Failed to read >> artifact descriptor for >> org.jboss.test-audit:jboss-test-audit-impl:jar:1.1.4.Final: Could not >> transfer artifact >> org.jboss.test-audit:jboss-test-audit-impl:pom:1.1.4.Final from/to >> maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for >> repositories: [jboss-public-repository-group ( >> http://repository.jboss.org/nexus/content/groups/public, default, >> releases)] -> [Help 1] >> at java.util.concurrent.FutureTask.run(FutureTask.java:266) >> at >> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) >> [ERROR] >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) >> [ERROR] To see the full stack trace of the errors, re-run Maven with the >> -e switch. >> at java.lang.Thread.run(Thread.java:748) >> [ERROR] Re-run Maven using the -X switch to enable full debug logging. >> Caused by: java.lang.NullPointerException >> [ERROR] >> ERROR: [ERROR] For more information about the errors and possible >> solutions, please read the following articles: >> Asynchronous execution failure >> [ERROR] [Help 1] >> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException >> [ERROR] >> java.util.concurrent.ExecutionException: java.io.IOException: Unexpected >> Fingerprint type. Expected class hudson.model.Fingerprint or subclass but >> got class hudson.model.Fingerprint$RangeSet >> at hudson.remoting.Channel$2.adapt(Channel.java:1039) >> at hudson.remoting.Channel$2.adapt(Channel.java:1033) >> [ERROR] After correcting the problems, you can resume the build with the >> command >> at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59) >> [ERROR] mvn <goals> -rf :openwebbeans-tck >> at >> hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186) >> at hudson.maven.Maven3Builder.call(Maven3Builder.java:144) >> at hudson.maven.Maven3Builder.call(Maven3Builder.java:70) >> at hudson.remoting.UserRequest.perform(UserRequest.java:211) >> at hudson.remoting.UserRequest.perform(UserRequest.java:54) >> at hudson.remoting.Request$2.run(Request.java:375) >> at >> hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73) >> at java.util.concurrent.FutureTask.run(FutureTask.java:266) >> at >> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) >> at java.lang.Thread.run(Thread.java:748) >> Caused by: java.io.IOException: Unexpected Fingerprint type. Expected >> class hudson.model.Fingerprint or subclass but got class >> hudson.model.Fingerprint$RangeSet >> at >> jenkins.fingerprints.FileFingerprintStorage.load(FileFingerprintStorage.java:98) >> at >> jenkins.fingerprints.FileFingerprintStorage.load(FileFingerprintStorage.java:82) >> at hudson.model.Fingerprint.load(Fingerprint.java:1357) >> at hudson.model.FingerprintMap.load(FingerprintMap.java:90) >> at hudson.model.FingerprintMap.load(FingerprintMap.java:47) >> at hudson.util.KeyedDataStorage.get(KeyedDataStorage.java:161) >> at hudson.model.FingerprintMap.get(FingerprintMap.java:82) >> at hudson.model.FingerprintMap.get(FingerprintMap.java:47) >> at >> hudson.util.KeyedDataStorage.getOrCreate(KeyedDataStorage.java:111) >> at hudson.model.FingerprintMap.getOrCreate(FingerprintMap.java:68) >> at >> hudson.maven.reporters.MavenFingerprinter$PostBuildCallable.call(MavenFingerprinter.java:246) >> at >> hudson.maven.reporters.MavenFingerprinter$PostBuildCallable.call(MavenFingerprinter.java:233) >> at hudson.maven.MavenBuild$ProxyImpl.execute(MavenBuild.java:454) >> at hudson.maven.MavenBuild$ProxyImpl2.execute(MavenBuild.java:586) >> at sun.reflect.GeneratedMethodAccessor1386.invoke(Unknown Source) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) >> at java.lang.reflect.Method.invoke(Method.java:498) >> at hudson.model.Executor$2.call(Executor.java:939) >> at >> hudson.util.InterceptingProxy$1.invoke(InterceptingProxy.java:23) >> at com.sun.proxy.$Proxy165.execute(Unknown Source) >> at >> hudson.maven.MavenBuildProxy$Filter$AsyncInvoker.call(MavenBuildProxy.java:294) >> at hudson.remoting.UserRequest.perform(UserRequest.java:211) >> at hudson.remoting.UserRequest.perform(UserRequest.java:54) >> at hudson.remoting.Request$2.run(Request.java:375) >> at >> hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73) >> at >> org.jenkinsci.remoting.CallableDecorator.call(CallableDecorator.java:18) >> at >> hudson.remoting.CallableDecoratorList$1.call(CallableDecoratorList.java:22) >> at >> jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) >> at >> jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:71) >> ... 4 more >> Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote >> call to channel >> at >> hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800) >> at >> hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357) >> at hudson.remoting.Channel$2.adapt(Channel.java:1037) >> at hudson.remoting.Channel$2.adapt(Channel.java:1033) >> at >> hudson.remoting.FutureAdapter.get(FutureAdapter.java:59) >> at >> hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186) >> at hudson.maven.Maven3Builder.call(Maven3Builder.java:144) >> at hudson.maven.Maven3Builder.call(Maven3Builder.java:70) >> at >> hudson.remoting.UserRequest.perform(UserRequest.java:211) >> at >> hudson.remoting.UserRequest.perform(UserRequest.java:54) >> at hudson.remoting.Request$2.run(Request.java:375) >> at >> hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73) >> ... 4 more >> ERROR: Asynchronous execution failure >> java.util.concurrent.ExecutionException: java.lang.NullPointerException >> at hudson.remoting.Channel$2.adapt(Channel.java:1039) >> at hudson.remoting.Channel$2.adapt(Channel.java:1033) >> at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59) >> at >> hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186) >> at hudson.maven.Maven3Builder.call(Maven3Builder.java:144) >> at hudson.maven.Maven3Builder.call(Maven3Builder.java:70) >> at hudson.remoting.UserRequest.perform(UserRequest.java:211) >> at hudson.remoting.UserRequest.perform(UserRequest.java:54) >> at hudson.remoting.Request$2.run(Request.java:375) >> at >> hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73) >> at java.util.concurrent.FutureTask.run(FutureTask.java:266) >> at >> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) >> at java.lang.Thread.run(Thread.java:748) >> Caused by: java.lang.NullPointerException >> ERROR: Asynchronous execution failure >> java.util.concurrent.ExecutionException: java.lang.NullPointerException >> at hudson.remoting.Channel$2.adapt(Channel.java:1039) >> at hudson.remoting.Channel$2.adapt(Channel.java:1033) >> at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59) >> at >> hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186) >> at hudson.maven.Maven3Builder.call(Maven3Builder.java:144) >> at hudson.maven.Maven3Builder.call(Maven3Builder.java:70) >> at hudson.remoting.UserRequest.perform(UserRequest.java:211) >> at hudson.remoting.UserRequest.perform(UserRequest.java:54) >> at hudson.remoting.Request$2.run(Request.java:375) >> at >> hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73) >> at java.util.concurrent.FutureTask.run(FutureTask.java:266) >> at >> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) >> at java.lang.Thread.run(Thread.java:748) >> Caused by: java.lang.NullPointerException >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-impl/pom.xml> >> to >> org.apache.openwebbeans/openwebbeans-impl/2.0.24-SNAPSHOT/openwebbeans-impl-2.0.24-SNAPSHOT.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-impl/target/openwebbeans-impl-2.0.24-SNAPSHOT.jar> >> to >> org.apache.openwebbeans/openwebbeans-impl/2.0.24-20210705.095215-2/openwebbeans-impl-2.0.24-20210705.095215-2.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-impl/target/openwebbeans-impl-2.0.24-SNAPSHOT-tests.jar> >> to >> org.apache.openwebbeans/openwebbeans-impl/2.0.24-20210705.095215-2/openwebbeans-impl-2.0.24-20210705.095215-2-tests.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-impl/target/openwebbeans-impl-2.0.24-SNAPSHOT-jakarta.jar> >> to >> org.apache.openwebbeans/openwebbeans-impl/2.0.24-20210705.095215-2/openwebbeans-impl-2.0.24-20210705.095215-2-jakarta.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-impl/target/openwebbeans-impl-2.0.24-SNAPSHOT-sources.jar> >> to >> org.apache.openwebbeans/openwebbeans-impl/2.0.24-20210705.095215-2/openwebbeans-impl-2.0.24-20210705.095215-2-sources.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/bom/openwebbeans-se-bom/pom.xml> >> to >> org.apache.openwebbeans.bom/openwebbeans-se-bom/2.0.24-SNAPSHOT/openwebbeans-se-bom-2.0.24-SNAPSHOT.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-ee-common/pom.xml> >> to >> org.apache.openwebbeans/openwebbeans-ee-common/2.0.24-SNAPSHOT/openwebbeans-ee-common-2.0.24-SNAPSHOT.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-ee-common/target/openwebbeans-ee-common-2.0.24-SNAPSHOT.jar> >> to >> org.apache.openwebbeans/openwebbeans-ee-common/2.0.24-20210705.095238-2/openwebbeans-ee-common-2.0.24-20210705.095238-2.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-ee-common/target/openwebbeans-ee-common-2.0.24-SNAPSHOT-jakarta.jar> >> to >> org.apache.openwebbeans/openwebbeans-ee-common/2.0.24-20210705.095238-2/openwebbeans-ee-common-2.0.24-20210705.095238-2-jakarta.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-ee-common/target/openwebbeans-ee-common-2.0.24-SNAPSHOT-sources.jar> >> to >> org.apache.openwebbeans/openwebbeans-ee-common/2.0.24-20210705.095238-2/openwebbeans-ee-common-2.0.24-20210705.095238-2-sources.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-jsf/pom.xml> >> to >> org.apache.openwebbeans/openwebbeans-jsf/2.0.24-SNAPSHOT/openwebbeans-jsf-2.0.24-SNAPSHOT.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-jsf/target/openwebbeans-jsf-2.0.24-SNAPSHOT.jar> >> to >> org.apache.openwebbeans/openwebbeans-jsf/2.0.24-20210705.095550-2/openwebbeans-jsf-2.0.24-20210705.095550-2.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-jsf/target/openwebbeans-jsf-2.0.24-SNAPSHOT-jakarta.jar> >> to >> org.apache.openwebbeans/openwebbeans-jsf/2.0.24-20210705.095550-2/openwebbeans-jsf-2.0.24-20210705.095550-2-jakarta.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-jsf/target/openwebbeans-jsf-2.0.24-SNAPSHOT-sources.jar> >> to >> org.apache.openwebbeans/openwebbeans-jsf/2.0.24-20210705.095550-2/openwebbeans-jsf-2.0.24-20210705.095550-2-sources.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-arquillian/pom.xml> >> to >> org.apache.openwebbeans.arquillian/owb-arquillian-parent/2.0.24-SNAPSHOT/owb-arquillian-parent-2.0.24-SNAPSHOT.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-arquillian/target/owb-arquillian-parent-2.0.24-SNAPSHOT-jakarta.pom> >> to >> org.apache.openwebbeans.arquillian/owb-arquillian-parent/2.0.24-20210705.095710-2/owb-arquillian-parent-2.0.24-20210705.095710-2-jakarta.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-el22/pom.xml> >> to >> org.apache.openwebbeans/openwebbeans-el22/2.0.24-SNAPSHOT/openwebbeans-el22-2.0.24-SNAPSHOT.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-el22/target/openwebbeans-el22-2.0.24-SNAPSHOT.jar> >> to >> org.apache.openwebbeans/openwebbeans-el22/2.0.24-20210705.095303-2/openwebbeans-el22-2.0.24-20210705.095303-2.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-el22/target/openwebbeans-el22-2.0.24-SNAPSHOT-jakarta.jar> >> to >> org.apache.openwebbeans/openwebbeans-el22/2.0.24-20210705.095303-2/openwebbeans-el22-2.0.24-20210705.095303-2-jakarta.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-el22/target/openwebbeans-el22-2.0.24-SNAPSHOT-sources.jar> >> to >> org.apache.openwebbeans/openwebbeans-el22/2.0.24-20210705.095303-2/openwebbeans-el22-2.0.24-20210705.095303-2-sources.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/samples/reservation/pom.xml> >> to >> org.apache.openwebbeans.samples/reservation/2.0.24-SNAPSHOT/reservation-2.0.24-SNAPSHOT.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/samples/reservation/target/reservation.war> >> to >> org.apache.openwebbeans.samples/reservation/2.0.24-SNAPSHOT/reservation-2.0.24-SNAPSHOT.war >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/samples/reservation/target/reservation-2.0.24-SNAPSHOT-jakarta.war> >> to >> org.apache.openwebbeans.samples/reservation/2.0.24-SNAPSHOT/reservation-2.0.24-SNAPSHOT-jakarta.war >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/samples/reservation/target/reservation-sources.jar> >> to >> org.apache.openwebbeans.samples/reservation/2.0.24-SNAPSHOT/reservation-2.0.24-SNAPSHOT-sources.jar >> [Fast Archiver] Compressed 23.35 MB of artifacts by 88.1% relative to #34 >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/samples/standalone-sample/pom.xml> >> to >> org.apache.openwebbeans/standalone-sample/2.0.24-SNAPSHOT/standalone-sample-2.0.24-SNAPSHOT.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/samples/standalone-sample/target/standalone-sample.jar> >> to >> org.apache.openwebbeans/standalone-sample/2.0.24-SNAPSHOT/standalone-sample-2.0.24-SNAPSHOT.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/samples/standalone-sample/target/standalone-sample-2.0.24-SNAPSHOT-jakarta.jar> >> to >> org.apache.openwebbeans/standalone-sample/2.0.24-SNAPSHOT/standalone-sample-2.0.24-SNAPSHOT-jakarta.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/samples/standalone-sample/target/standalone-sample-2.0.24-SNAPSHOT-sources.jar> >> to >> org.apache.openwebbeans/standalone-sample/2.0.24-SNAPSHOT/standalone-sample-2.0.24-SNAPSHOT-sources.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-gradle/pom.xml> >> to >> org.apache.openwebbeans/openwebbeans-gradle/2.0.24-SNAPSHOT/openwebbeans-gradle-2.0.24-SNAPSHOT.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/samples/pom.xml> >> to >> org.apache.openwebbeans/samples/2.0.24-SNAPSHOT/samples-2.0.24-SNAPSHOT.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/samples/target/samples-2.0.24-SNAPSHOT-jakarta.pom> >> to >> org.apache.openwebbeans/samples/2.0.24-20210705.095750-2/samples-2.0.24-20210705.095750-2-jakarta.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/samples/target/samples-2.0.24-SNAPSHOT-site.xml> >> to >> org.apache.openwebbeans/samples/2.0.24-20210705.095750-2/samples-2.0.24-20210705.095750-2-site.xml >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-spi/pom.xml> >> to >> org.apache.openwebbeans/openwebbeans-spi/2.0.24-SNAPSHOT/openwebbeans-spi-2.0.24-SNAPSHOT.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-spi/target/openwebbeans-spi-2.0.24-SNAPSHOT.jar> >> to >> org.apache.openwebbeans/openwebbeans-spi/2.0.24-20210705.095049-2/openwebbeans-spi-2.0.24-20210705.095049-2.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-spi/target/openwebbeans-spi-2.0.24-SNAPSHOT-jakarta.jar> >> to >> org.apache.openwebbeans/openwebbeans-spi/2.0.24-20210705.095049-2/openwebbeans-spi-2.0.24-20210705.095049-2-jakarta.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-spi/target/openwebbeans-spi-2.0.24-SNAPSHOT-sources.jar> >> to >> org.apache.openwebbeans/openwebbeans-spi/2.0.24-20210705.095049-2/openwebbeans-spi-2.0.24-20210705.095049-2-sources.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/samples/guess/pom.xml> >> to >> org.apache.openwebbeans.samples/guess/2.0.24-SNAPSHOT/guess-2.0.24-SNAPSHOT.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/samples/guess/target/guess.war> >> to >> org.apache.openwebbeans.samples/guess/2.0.24-SNAPSHOT/guess-2.0.24-SNAPSHOT.war >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/samples/guess/target/guess-2.0.24-SNAPSHOT-jakarta.war> >> to >> org.apache.openwebbeans.samples/guess/2.0.24-SNAPSHOT/guess-2.0.24-SNAPSHOT-jakarta.war >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/samples/guess/target/guess-sources.jar> >> to >> org.apache.openwebbeans.samples/guess/2.0.24-SNAPSHOT/guess-2.0.24-SNAPSHOT-sources.jar >> [Fast Archiver] Compressed 11.61 MB of artifacts by 80.8% relative to #34 >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-se/pom.xml> >> to >> org.apache.openwebbeans/openwebbeans-se/2.0.24-SNAPSHOT/openwebbeans-se-2.0.24-SNAPSHOT.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-osgi/pom.xml> >> to >> org.apache.openwebbeans/openwebbeans-osgi/2.0.24-SNAPSHOT/openwebbeans-osgi-2.0.24-SNAPSHOT.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-osgi/target/openwebbeans-osgi-2.0.24-SNAPSHOT.jar> >> to >> org.apache.openwebbeans/openwebbeans-osgi/2.0.24-20210705.095632-2/openwebbeans-osgi-2.0.24-20210705.095632-2.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-osgi/target/openwebbeans-osgi-2.0.24-SNAPSHOT-jakarta.jar> >> to >> org.apache.openwebbeans/openwebbeans-osgi/2.0.24-20210705.095632-2/openwebbeans-osgi-2.0.24-20210705.095632-2-jakarta.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-osgi/target/openwebbeans-osgi-2.0.24-SNAPSHOT-sources.jar> >> to >> org.apache.openwebbeans/openwebbeans-osgi/2.0.24-20210705.095632-2/openwebbeans-osgi-2.0.24-20210705.095632-2-sources.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/samples/jsf2sample/pom.xml> >> to >> org.apache.openwebbeans.samples/jsf2sample/2.0.24-SNAPSHOT/jsf2sample-2.0.24-SNAPSHOT.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/samples/jsf2sample/target/jsf2sample.war> >> to >> org.apache.openwebbeans.samples/jsf2sample/2.0.24-SNAPSHOT/jsf2sample-2.0.24-SNAPSHOT.war >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/samples/jsf2sample/target/jsf2sample-2.0.24-SNAPSHOT-jakarta.war> >> to >> org.apache.openwebbeans.samples/jsf2sample/2.0.24-SNAPSHOT/jsf2sample-2.0.24-SNAPSHOT-jakarta.war >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/samples/jsf2sample/target/jsf2sample-sources.jar> >> to >> org.apache.openwebbeans.samples/jsf2sample/2.0.24-SNAPSHOT/jsf2sample-2.0.24-SNAPSHOT-sources.jar >> [Fast Archiver] Compressed 12.29 MB of artifacts by 81.4% relative to #34 >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/pom.xml> >> to >> org.apache.openwebbeans/openwebbeans/2.0.24-SNAPSHOT/openwebbeans-2.0.24-SNAPSHOT.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/target/openwebbeans-2.0.24-SNAPSHOT-jakarta.pom> >> to >> org.apache.openwebbeans/openwebbeans/2.0.24-20210705.095019-2/openwebbeans-2.0.24-20210705.095019-2-jakarta.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/target/openwebbeans-2.0.24-SNAPSHOT-site.xml> >> to >> org.apache.openwebbeans/openwebbeans/2.0.24-20210705.095019-2/openwebbeans-2.0.24-20210705.095019-2-site.xml >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-tck/pom.xml> >> to >> org.apache.openwebbeans/openwebbeans-tck/2.0.24-SNAPSHOT/openwebbeans-tck-2.0.24-SNAPSHOT.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-ee/pom.xml> >> to >> org.apache.openwebbeans/openwebbeans-ee/2.0.24-SNAPSHOT/openwebbeans-ee-2.0.24-SNAPSHOT.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-ee/target/openwebbeans-ee-2.0.24-SNAPSHOT.jar> >> to >> org.apache.openwebbeans/openwebbeans-ee/2.0.24-20210705.095410-2/openwebbeans-ee-2.0.24-20210705.095410-2.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-ee/target/openwebbeans-ee-2.0.24-SNAPSHOT-jakarta.jar> >> to >> org.apache.openwebbeans/openwebbeans-ee/2.0.24-20210705.095410-2/openwebbeans-ee-2.0.24-20210705.095410-2-jakarta.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-ee/target/openwebbeans-ee-2.0.24-SNAPSHOT-sources.jar> >> to >> org.apache.openwebbeans/openwebbeans-ee/2.0.24-20210705.095410-2/openwebbeans-ee-2.0.24-20210705.095410-2-sources.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-slf4j/pom.xml> >> to >> org.apache.openwebbeans/openwebbeans-slf4j/2.0.24-SNAPSHOT/openwebbeans-slf4j-2.0.24-SNAPSHOT.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-ejb/pom.xml> >> to >> org.apache.openwebbeans/openwebbeans-ejb/2.0.24-SNAPSHOT/openwebbeans-ejb-2.0.24-SNAPSHOT.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-ejb/target/openwebbeans-ejb-2.0.24-SNAPSHOT.jar> >> to >> org.apache.openwebbeans/openwebbeans-ejb/2.0.24-20210705.095350-2/openwebbeans-ejb-2.0.24-20210705.095350-2.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-ejb/target/openwebbeans-ejb-2.0.24-SNAPSHOT-jakarta.jar> >> to >> org.apache.openwebbeans/openwebbeans-ejb/2.0.24-20210705.095350-2/openwebbeans-ejb-2.0.24-20210705.095350-2-jakarta.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-ejb/target/openwebbeans-ejb-2.0.24-SNAPSHOT-sources.jar> >> to >> org.apache.openwebbeans/openwebbeans-ejb/2.0.24-20210705.095350-2/openwebbeans-ejb-2.0.24-20210705.095350-2-sources.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-junit5/pom.xml> >> to >> org.apache.openwebbeans/openwebbeans-junit5/2.0.24-SNAPSHOT/openwebbeans-junit5-2.0.24-SNAPSHOT.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/samples/conversation-sample/pom.xml> >> to >> org.apache.openwebbeans.samples/conversation-sample/2.0.24-SNAPSHOT/conversation-sample-2.0.24-SNAPSHOT.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/samples/conversation-sample/target/conversation-sample.war> >> to >> org.apache.openwebbeans.samples/conversation-sample/2.0.24-SNAPSHOT/conversation-sample-2.0.24-SNAPSHOT.war >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/samples/conversation-sample/target/conversation-sample-2.0.24-SNAPSHOT-jakarta.war> >> to >> org.apache.openwebbeans.samples/conversation-sample/2.0.24-SNAPSHOT/conversation-sample-2.0.24-SNAPSHOT-jakarta.war >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/samples/conversation-sample/target/conversation-sample-sources.jar> >> to >> org.apache.openwebbeans.samples/conversation-sample/2.0.24-SNAPSHOT/conversation-sample-2.0.24-SNAPSHOT-sources.jar >> [Fast Archiver] Compressed 11.57 MB of artifacts by 81.0% relative to #34 >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/bom/pom.xml> >> to org.apache.openwebbeans.bom/bom/2.0.24-SNAPSHOT/bom-2.0.24-SNAPSHOT.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/samples/tomcat7-sample/pom.xml> >> to >> org.apache.openwebbeans.samples/tomcat7-sample/2.0.24-SNAPSHOT/tomcat7-sample-2.0.24-SNAPSHOT.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/samples/tomcat7-sample/target/tomcat-sample.war> >> to >> org.apache.openwebbeans.samples/tomcat7-sample/2.0.24-SNAPSHOT/tomcat7-sample-2.0.24-SNAPSHOT.war >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/samples/tomcat7-sample/target/tomcat7-sample-2.0.24-SNAPSHOT-jakarta.war> >> to >> org.apache.openwebbeans.samples/tomcat7-sample/2.0.24-SNAPSHOT/tomcat7-sample-2.0.24-SNAPSHOT-jakarta.war >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/samples/tomcat7-sample/target/tomcat-sample-sources.jar> >> to >> org.apache.openwebbeans.samples/tomcat7-sample/2.0.24-SNAPSHOT/tomcat7-sample-2.0.24-SNAPSHOT-sources.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-web/pom.xml> >> to >> org.apache.openwebbeans/openwebbeans-web/2.0.24-SNAPSHOT/openwebbeans-web-2.0.24-SNAPSHOT.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-web/target/openwebbeans-web-2.0.24-SNAPSHOT.jar> >> to >> org.apache.openwebbeans/openwebbeans-web/2.0.24-20210705.095329-2/openwebbeans-web-2.0.24-20210705.095329-2.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-web/target/openwebbeans-web-2.0.24-SNAPSHOT-jakarta.jar> >> to >> org.apache.openwebbeans/openwebbeans-web/2.0.24-20210705.095329-2/openwebbeans-web-2.0.24-20210705.095329-2-jakarta.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-web/target/openwebbeans-web-2.0.24-SNAPSHOT-sources.jar> >> to >> org.apache.openwebbeans/openwebbeans-web/2.0.24-20210705.095329-2/openwebbeans-web-2.0.24-20210705.095329-2-sources.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-jetty9/pom.xml> >> to >> org.apache.openwebbeans/openwebbeans-jetty9/2.0.24-SNAPSHOT/openwebbeans-jetty9-2.0.24-SNAPSHOT.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-jetty9/target/openwebbeans-jetty9-2.0.24-SNAPSHOT.jar> >> to >> org.apache.openwebbeans/openwebbeans-jetty9/2.0.24-20210705.095505-2/openwebbeans-jetty9-2.0.24-20210705.095505-2.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-jetty9/target/openwebbeans-jetty9-2.0.24-SNAPSHOT-jakarta.jar> >> to >> org.apache.openwebbeans/openwebbeans-jetty9/2.0.24-20210705.095505-2/openwebbeans-jetty9-2.0.24-20210705.095505-2-jakarta.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-jetty9/target/openwebbeans-jetty9-2.0.24-SNAPSHOT-sources.jar> >> to >> org.apache.openwebbeans/openwebbeans-jetty9/2.0.24-20210705.095505-2/openwebbeans-jetty9-2.0.24-20210705.095505-2-sources.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-jetty9/target/openwebbeans-jetty9-2.0.24-SNAPSHOT-config.jar> >> to >> org.apache.openwebbeans/openwebbeans-jetty9/2.0.24-20210705.095505-2/openwebbeans-jetty9-2.0.24-20210705.095505-2-config.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-porting/pom.xml> >> to >> org.apache.openwebbeans/openwebbeans-porting/2.0.24-SNAPSHOT/openwebbeans-porting-2.0.24-SNAPSHOT.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-porting/target/openwebbeans-porting-2.0.24-SNAPSHOT.jar> >> to >> org.apache.openwebbeans/openwebbeans-porting/2.0.24-20210705.095652-2/openwebbeans-porting-2.0.24-20210705.095652-2.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-porting/target/openwebbeans-porting-2.0.24-SNAPSHOT-jakarta.jar> >> to >> org.apache.openwebbeans/openwebbeans-porting/2.0.24-20210705.095652-2/openwebbeans-porting-2.0.24-20210705.095652-2-jakarta.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-porting/target/openwebbeans-porting-2.0.24-SNAPSHOT-sources.jar> >> to >> org.apache.openwebbeans/openwebbeans-porting/2.0.24-20210705.095652-2/openwebbeans-porting-2.0.24-20210705.095652-2-sources.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-tomcat7/pom.xml> >> to >> org.apache.openwebbeans/openwebbeans-tomcat7/2.0.24-SNAPSHOT/openwebbeans-tomcat7-2.0.24-SNAPSHOT.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-tomcat7/target/openwebbeans-tomcat7-2.0.24-SNAPSHOT.jar> >> to >> org.apache.openwebbeans/openwebbeans-tomcat7/2.0.24-20210705.095438-2/openwebbeans-tomcat7-2.0.24-20210705.095438-2.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-tomcat7/target/openwebbeans-tomcat7-2.0.24-SNAPSHOT-jakarta.jar> >> to >> org.apache.openwebbeans/openwebbeans-tomcat7/2.0.24-20210705.095438-2/openwebbeans-tomcat7-2.0.24-20210705.095438-2-jakarta.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-tomcat7/target/openwebbeans-tomcat7-2.0.24-SNAPSHOT-sources.jar> >> to >> org.apache.openwebbeans/openwebbeans-tomcat7/2.0.24-20210705.095438-2/openwebbeans-tomcat7-2.0.24-20210705.095438-2-sources.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-jms/pom.xml> >> to >> org.apache.openwebbeans/openwebbeans-jms/2.0.24-SNAPSHOT/openwebbeans-jms-2.0.24-SNAPSHOT.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-jms/target/openwebbeans-jms-2.0.24-SNAPSHOT.jar> >> to >> org.apache.openwebbeans/openwebbeans-jms/2.0.24-20210705.095527-2/openwebbeans-jms-2.0.24-20210705.095527-2.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-jms/target/openwebbeans-jms-2.0.24-SNAPSHOT-jakarta.jar> >> to >> org.apache.openwebbeans/openwebbeans-jms/2.0.24-20210705.095527-2/openwebbeans-jms-2.0.24-20210705.095527-2-jakarta.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-jms/target/openwebbeans-jms-2.0.24-SNAPSHOT-sources.jar> >> to >> org.apache.openwebbeans/openwebbeans-jms/2.0.24-20210705.095527-2/openwebbeans-jms-2.0.24-20210705.095527-2-sources.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/bom/openwebbeans-web-bom/pom.xml> >> to >> org.apache.openwebbeans.bom/openwebbeans-web-bom/2.0.24-SNAPSHOT/openwebbeans-web-bom-2.0.24-SNAPSHOT.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/atinject-tck/pom.xml> >> to >> org.apache.openwebbeans/atinject-tck/2.0.24-SNAPSHOT/atinject-tck-2.0.24-SNAPSHOT.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/atinject-tck/target/atinject-tck-2.0.24-SNAPSHOT.jar> >> to >> org.apache.openwebbeans/atinject-tck/2.0.24-20210705.095928-2/atinject-tck-2.0.24-20210705.095928-2.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/atinject-tck/target/atinject-tck-2.0.24-SNAPSHOT-jakarta.jar> >> to >> org.apache.openwebbeans/atinject-tck/2.0.24-20210705.095928-2/atinject-tck-2.0.24-20210705.095928-2-jakarta.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/atinject-tck/target/atinject-tck-2.0.24-SNAPSHOT-sources.jar> >> to >> org.apache.openwebbeans/atinject-tck/2.0.24-20210705.095928-2/atinject-tck-2.0.24-20210705.095928-2-sources.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-tck-jakarta/pom.xml> >> to >> org.apache.openwebbeans/openwebbeans-tck-jakarta/2.0.24-SNAPSHOT/openwebbeans-tck-jakarta-2.0.24-SNAPSHOT.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-resource/pom.xml> >> to >> org.apache.openwebbeans/openwebbeans-resource/2.0.24-SNAPSHOT/openwebbeans-resource-2.0.24-SNAPSHOT.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-resource/target/openwebbeans-resource-2.0.24-SNAPSHOT.jar> >> to >> org.apache.openwebbeans/openwebbeans-resource/2.0.24-20210705.095612-2/openwebbeans-resource-2.0.24-20210705.095612-2.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-resource/target/openwebbeans-resource-2.0.24-SNAPSHOT-jakarta.jar> >> to >> org.apache.openwebbeans/openwebbeans-resource/2.0.24-20210705.095612-2/openwebbeans-resource-2.0.24-20210705.095612-2-jakarta.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-resource/target/openwebbeans-resource-2.0.24-SNAPSHOT-sources.jar> >> to >> org.apache.openwebbeans/openwebbeans-resource/2.0.24-20210705.095612-2/openwebbeans-resource-2.0.24-20210705.095612-2-sources.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/distribution/pom.xml> >> to >> org.apache.openwebbeans/openwebbeans-distribution/2.0.24-SNAPSHOT/openwebbeans-distribution-2.0.24-SNAPSHOT.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-arquillian/owb-arquillian-standalone/pom.xml> >> to >> org.apache.openwebbeans.arquillian/owb-arquillian-standalone/2.0.24-SNAPSHOT/owb-arquillian-standalone-2.0.24-SNAPSHOT.pom >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-arquillian/owb-arquillian-standalone/target/owb-arquillian-standalone-2.0.24-SNAPSHOT.jar> >> to >> org.apache.openwebbeans.arquillian/owb-arquillian-standalone/2.0.24-20210705.095730-2/owb-arquillian-standalone-2.0.24-20210705.095730-2.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-arquillian/owb-arquillian-standalone/target/owb-arquillian-standalone-2.0.24-SNAPSHOT-jakarta.jar> >> to >> org.apache.openwebbeans.arquillian/owb-arquillian-standalone/2.0.24-20210705.095730-2/owb-arquillian-standalone-2.0.24-20210705.095730-2-jakarta.jar >> [JENKINS] Archiving < >> https://ci-builds.apache.org/job/OpenWebBeans/job/OpenWebBeans-trunk-deploy/ws/webbeans-arquillian/owb-arquillian-standalone/target/owb-arquillian-standalone-2.0.24-SNAPSHOT-sources.jar> >> to >> org.apache.openwebbeans.arquillian/owb-arquillian-standalone/2.0.24-20210705.095730-2/owb-arquillian-standalone-2.0.24-20210705.095730-2-sources.jar >> No mail will be sent out, as 'OpenWebBeans » OpenWebBeans-trunk-deploy >> » SE BOM #35' does not have a result yet. Please make sure you set a >> proper result in case of pipeline/build scripts. >> No mail will be sent out, as 'OpenWebBeans » OpenWebBeans-trunk-deploy >> » Gradle ShadowJar Plugin Integration #35' does not have a result yet. >> Please make sure you set a proper result in case of pipeline/build scripts. >> No mail will be sent out, as 'OpenWebBeans » OpenWebBeans-trunk-deploy >> » Apache OpenWebBeans CDI Java SE Implementation #35' does not have a >> result yet. Please make sure you set a proper result in case of >> pipeline/build scripts. >> Sending e-mails to: dev@openwebbeans.apache.org >> No mail will be sent out, as 'OpenWebBeans » OpenWebBeans-trunk-deploy >> » Slf4j Integration #35' does not have a result yet. Please make sure you >> set a proper result in case of pipeline/build scripts. >> No mail will be sent out, as 'OpenWebBeans » OpenWebBeans-trunk-deploy >> » OpenWebBeans JUnit5 #35' does not have a result yet. Please make sure >> you set a proper result in case of pipeline/build scripts. >> No mail will be sent out, as 'OpenWebBeans » OpenWebBeans-trunk-deploy >> » BOM #35' does not have a result yet. Please make sure you set a proper >> result in case of pipeline/build scripts. >> No mail will be sent out, as 'OpenWebBeans » OpenWebBeans-trunk-deploy >> » Web BOM #35' does not have a result yet. Please make sure you set a >> proper result in case of pipeline/build scripts. >> No mail will be sent out, as 'OpenWebBeans » OpenWebBeans-trunk-deploy >> » CDI TCK runner (Jakarta) #35' does not have a result yet. Please make >> sure you set a proper result in case of pipeline/build scripts. >> No mail will be sent out, as 'OpenWebBeans » OpenWebBeans-trunk-deploy >> » Distribution Pkg #35' does not have a result yet. Please make sure you >> set a proper result in case of pipeline/build scripts. >> channel stopped >> >>