Skip to content
This repository was archived by the owner on Nov 7, 2023. It is now read-only.

Commit 37444e1

Browse files
authored
Merge pull request #91 from MarkEWaite/fix-Jenkinsfile-comment
Fix Jenkinsfile comments
2 parents 8252705 + 3472f32 commit 37444e1

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

Jenkinsfile

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
// Builds a module using https://github.com/jenkins-infra/pipeline-library
2-
// Requirements:
3-
// - agents with label 'linux' and 'windows'
4-
// - tools with label 'jdk8' and 'mvn'
5-
// - latest Pipeline plugins, 'Timestamper' plugin
6-
// - recommended to use this Jenkinsfile with 'Multibranch Pipeline' plugin
7-
1+
/*
2+
See the documentation for more options:
3+
https://github.com/jenkins-infra/pipeline-library/
4+
*/
85
buildPlugin(useContainerAgent: true, configurations: [
96
[platform: 'linux', jdk: 21],
107
[platform: 'windows', jdk: 17],

0 commit comments

Comments
 (0)