-
Improvement
-
Resolution: Fixed
-
Minor
It would be great to have a demo which showcases Jenkinsfile Runner with Java 11.
Acceptance criteria:
- Pipeline: Some mock configuration, which demonstrates execution of a Pipeline with JDK11. E.g. building and testing a hello-world project. It may require Maven for real cases, but a more simple build with Javac could do the job
- JAXB Plugin is included into the demo. It might be useful to run SLOCCount in the demo so that we can also use it as a smoke test
- Makefile passes custom CPU and memory limitations to the container. Just to show how it can be done with Java 11 for Docker (cgroups). https://blog.docker.com/2018/04/improved-docker-container-integration-with-java-10/
- There is a test automation so the the demo is used as a smoke test
[JENKINS-55994] Demo and Test Automation for showing Jenkinsfile Runner on Java 11
Epic Link |
New:
|
Summary | Original: Create a demo for showing Jenkinsfile Runner on Java 11 | New: Demo for showing Jenkinsfile Runner on Java 11 |
Summary | Original: Demo for showing Jenkinsfile Runner on Java 11 | New: Demo and Test Automation for showing Jenkinsfile Runner on Java 11 |
Labels | Original: java11 | New: java11 triaged |
Description |
Original:
It would be great to have a demo which showcases Jenkinsfile Runner with Java 11. Acceptance criteria: * Pipeline: Some mock configuration, which demonstrates execution of a Pipeline with JDK11. E.g. building and testing a hello-world project. It may require Maven for real cases, but a more simple build with Javac could do the job * JAXB Plugin is included into the demo. It might be useful to run SLOCCount in the demo so that we can also use it as a smoke test * Makefile passes custom CPU and memory limitations to the container. Just to show how it can be done with Java 11 for Docker (cgroups). [https://blog.docker.com/2018/04/improved-docker-container-integration-with-java-10/] |
New:
It would be great to have a demo which showcases Jenkinsfile Runner with Java 11. Acceptance criteria: * Pipeline: Some mock configuration, which demonstrates execution of a Pipeline with JDK11. E.g. building and testing a hello-world project. It may require Maven for real cases, but a more simple build with Javac could do the job * JAXB Plugin is included into the demo. It might be useful to run SLOCCount in the demo so that we can also use it as a smoke test * Makefile passes custom CPU and memory limitations to the container. Just to show how it can be done with Java 11 for Docker (cgroups). [https://blog.docker.com/2018/04/improved-docker-container-integration-with-java-10/] * There is a test automation so the the demo is used as a smoke test |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Assignee | New: Evaristo Gutierrez [ egutierrez ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
PR: https://github.com/jenkinsci/jenkinsfile-runner/pull/102