Skip to content
New issue

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

Jenkins related changes #23702

Merged
merged 4 commits into from
Nov 9, 2021
Merged

Jenkins related changes #23702

merged 4 commits into from
Nov 9, 2021

Conversation

dmatej
Copy link
Contributor

@dmatej dmatej commented Nov 6, 2021

I started using docker-based jenkins, but I found some limitations blocking me. As I don't want affect Eclipse's Glassfish build, I had to find some compromise.

This PR contains these changes:

  • trimmed tabs and trailing spaces from the Jenkinsfile
  • explicitly set ports for tests (can be changed on other environments, required price is low)
  • JaCoCo support in local testing (can be enabled on Jenkins too)

…the start

- so instead of resetting the domain we create the new one
- it already does respect environment options, but we didn't use it
- ports have to be set as env options now
- updated Jenkinsfile to do that too
- added another script for local testing - editable, sets those ports
- script generates also the code coverage report, loadable by Eclipse editor
  - at this moment just for cdi_all
@arjantijms arjantijms added this to the 6.2.3 milestone Nov 9, 2021
@arjantijms arjantijms merged commit 3b3f9bd into eclipse-ee4j:master Nov 9, 2021
@dmatej dmatej deleted the jenkins branch November 9, 2021 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants