-
Notifications
You must be signed in to change notification settings - Fork 109
Project Specific JakartaEE TCK Run
Anand Francis J edited this page Nov 12, 2018
·
1 revision
- CJE instance specific for the project.
- BlueOcean plugin.
- Required access for creating a new pipeline.
- Go to the project specific CI instance URL provided by Eclipse foundation team. For eg: JMS project CI instance is hosted here - https://jenkins.eclipse.org/jms/.
- Open the BlueOcean plugin and create a new pipeline. If you have configured the github key already, you should be able to select the Organization as eclipse-ee4j and for repository, you can select
"jakartaee-tck"
- Once the pipeline is created, go to the master branch and click the build with parameters option. Provide the values for the following parameters.
- GF_BUNDLE_URL - The custom build of GlassFish with the development version of the project artifacts integrated.
- PROFILE - Select full/web profile. Default value is full and can be left as it is.
- BUILD_TYPE - Whether to build and run JakartaEE TCK (
CTS
) bundle or the technology specific StandaloneTCK bundle (STANDALONE-TCK
) - test_suites - This parameter is used only when
BUILD_TYPE
selected isCTS
. This text field contains the space separated values of test suites within the JakartaEE TCK to run. By default all test suites are run. - standalone_tcks - This parameter is used only when the
BUILD_TYPE
is selected asSTANDALONE_TCK
.