File tree 2 files changed +11
-4
lines changed 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env groovy
2
2
3
3
/* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */
4
- buildPlugin()
4
+ buildPlugin(
5
+ useContainerAgent : false ,
6
+ configurations : [
7
+ [platform : ' linux' , jdk : 17 ],
8
+ [platform : ' windows' , jdk : 11 ],
9
+ ]
10
+ )
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.jenkins-ci.plugins</groupId >
5
5
<artifactId >plugin</artifactId >
6
- <version >4.51 </version >
6
+ <version >4.53 </version >
7
7
</parent >
8
8
9
9
<artifactId >powershell</artifactId >
34
34
<scm >
35
35
<connection >scm:git:https://github.com/jenkinsci/powershell-plugin.git</connection >
36
36
<developerConnection >scm:git:git@github.com:jenkinsci/powershell-plugin.git</developerConnection >
37
- <url >http ://github.com/jenkinsci/powershell-plugin</url >
37
+ <url >https ://github.com/jenkinsci/powershell-plugin</url >
38
38
<tag >HEAD</tag >
39
39
</scm >
40
40
41
41
<properties >
42
- <java .level>8</java .level>
42
+ <java .level>11</java .level>
43
+ <jenkins .version>2.361.4</jenkins .version>
43
44
</properties >
44
45
45
46
<repositories >
You can’t perform that action at this time.
0 commit comments