/*
See the documentation for more options:
https://github.com/jenkins-infra/pipeline-library/
*/
buildPlugin(
forkCount: '1', // P4 tests are NOT parallel-safe (shared ~/.p4tickets + static ConnectionFactory state); must stay at 1 fork. Do not use 'NC'.
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
configurations: [
[platform: 'linux', jdk: 17],
[platform: 'windows', jdk: 17],
])
| # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #6 | 32913 | Sandeep Kumar | Fix Flaky PollingTest | ||
| #5 | 32910 | Sandeep Kumar |
Update Jenkisci build to JDK 17 Update Java and Maven for Integ Builds |
||
| #4 | 30004 | Paul Allen |
Jenkins version 2.361.4 Plugin 4.52 Java 11 |
||
| #3 | 24266 | Paul Allen | Enable Windows tests. | ||
| #2 | 22169 | Paul Allen | Jenkinsfile to only test Linux | ||
| #1 | 22160 | Paul Allen | Jenkinsfile for build. |