-
Notifications
You must be signed in to change notification settings - Fork 74
Continuous Integration and Build
Ivar Grimstad edited this page Jan 10, 2023
·
2 revisions
Pointers and tips for the Eclipse CI Environment.
- Release jobs for api, tck
a. If they are separate using the following name
-
1_SHORTNAME-api-build-and-stagingfor staging api and spec -
1_SHORTNAME-tck-build-and-stagingfor staging tck 2_SHORTNAME-run-tck-against-staged-build-
3_SHORTNAME-api-staging-to-releasefor releasing api and spec b. If the api and tck are together -
release-all: release API, spec and TCK. c. Create a tab “Release” and move the above jobs under that tab
-
- Nightly build using the name convention but replace
releasewithnightly, so the job will have the namesnightly-api,nightly-tckornightly-all