File tree 2 files changed +15
-8
lines changed
2 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 1
- #! /usr/bin/env groovy
2
-
3
- /* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */
4
- buildPlugin()
1
+ /*
2
+ See the documentation for more options:
3
+ https://github.com/jenkins-infra/pipeline-library/
4
+ */
5
+ buildPlugin(
6
+ useContainerAgent : true ,
7
+ configurations : [
8
+ [platform : ' linux' , jdk : 11 ],
9
+ [platform : ' windows' , jdk : 11 ],
10
+ ])
Original file line number Diff line number Diff line change 15
15
<revision >1.1.0</revision >
16
16
<changelist >999999-SNAPSHOT</changelist >
17
17
<jenkins .version>2.387.2</jenkins .version>
18
- <java .level>11</java .level>
19
18
<log .level>INFO</log .level>
20
19
</properties >
21
20
22
21
<name >OpenShift Login Plugin</name >
22
+ <description >Allows login to Jenkins using OpenShift as an SSO.</description >
23
23
<url >https://plugins.jenkins.io/openshift-login/</url >
24
24
25
25
<organization >
35
35
</licenses >
36
36
37
37
<scm >
38
- <connection >scm:git:https://github.com/jenkinsci/openshift-login-plugin.git</connection >
39
- <url >https://github.com/jenkinsci/openshift-login-plugin</url >
40
- <tag >HEAD</tag >
38
+ <connection >scm:git:https://github.com/jenkinsci/${project.artifactId} -plugin.git</connection >
39
+ <developerConnection >scm:git:https://github.com/jenkinsci/${project.artifactId} -plugin.git</developerConnection >
40
+ <url >https://github.com/jenkinsci/${project.artifactId} -plugin/</url >
41
+ <tag >${scmTag} </tag >
41
42
</scm >
42
43
43
44
<distributionManagement >
You can’t perform that action at this time.
0 commit comments