We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We now have CI run for CDI porting kit with Glassfish 6.1 and JDK 11, CI run for the porting kit can be found here - https://ci.eclipse.org/jakartaee-tck/job/cditck-porting/job/master/115/
You can find glassfish server logs with artifacts archive(https://ci.eclipse.org/jakartaee-tck/job/cditck-porting/job/master/115/artifact/cdi-tck-results.tar.gz), at dir "/home/jenkins/agent/workspace/cditck-porting_master/glassfish6/glassfish/domains/domain1/logs/".
Steps to reproduce the issue:
--------------------------------------------------- git clone https://github.com/eclipse-ee4j/cditck-porting cd cditck-porting export WORKSPACE=$PWD export CDI_TCK_BUNDLE_URL=https://download.eclipse.org/ee4j/cdi/3.0/cdi-tck-3.0.2-dist.zip export CDI_TCK_VERSION=3.0.2 wget https://downloads.apache.org/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.zip unzip apache-maven-3.6.3-bin.zip export M2_HOME=$PWD/apache-maven-3.6.3 export PATH=$M2_HOME/bin:$PATH export MAVEN_HOME=$M2_HOME echo using $M2_HOME wget https://ci.eclipse.org/jakartaee-tck/job/build-glassfish/lastSuccessfulBuild/artifact/appserver/distributions/glassfish/target/glassfish.zip mv glassfish.zip latest-glassfish.zip bash -x docker/build_cditck.sh 2>&1 | tee build.log bash -x docker/run_cditck.sh 2>&1 | tee run.log ---------------------------------------------------
The text was updated successfully, but these errors were encountered:
@starksm64 - Please provide input on above issue.
Sorry, something went wrong.
CI runs with latest GF 6.1 build (https://ci.eclipse.org/jakartaee-tck/job/build-glassfish/115/) are passing -
No branches or pull requests
We now have CI run for CDI porting kit with Glassfish 6.1 and JDK 11, CI run for the porting kit can be found here - https://ci.eclipse.org/jakartaee-tck/job/cditck-porting/job/master/115/
You can find glassfish server logs with artifacts archive(https://ci.eclipse.org/jakartaee-tck/job/cditck-porting/job/master/115/artifact/cdi-tck-results.tar.gz), at dir "/home/jenkins/agent/workspace/cditck-porting_master/glassfish6/glassfish/domains/domain1/logs/".
Steps to reproduce the issue:
The text was updated successfully, but these errors were encountered: