Skip to content

Commit 34a0a71

Browse files
committed
Add Jenkinsfile for CI Build
Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
1 parent d5a79cb commit 34a0a71

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Jenkinsfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/*
2+
See the documentation for more options:
3+
https://github.com/jenkins-infra/pipeline-library/
4+
*/
5+
buildPlugin(
6+
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
7+
configurations: [
8+
[platform: 'linux', jdk: 21],
9+
[platform: 'windows', jdk: 17],
10+
])

0 commit comments

Comments
 (0)