Skip to content

Commit

Permalink
Format Jenkinsfile to match archetype
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Nov 6, 2024
1 parent cf9dc5a commit 57e7f26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/*
See the documentation for more options:
https://github.com/jenkins-infra/pipeline-library/
*/ buildPlugin(
*/
buildPlugin(
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
configurations: [
[platform: 'linux', jdk: 21],
Expand Down

0 comments on commit 57e7f26

Please sign in to comment.