File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed
src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowJob Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 63
63
</pluginRepositories >
64
64
<properties >
65
65
<changelist >999999-SNAPSHOT</changelist >
66
- <jenkins .version>2.454 </jenkins .version>
66
+ <jenkins .version>2.477 </jenkins .version>
67
67
<no-test-jar >false</no-test-jar >
68
68
<useBeta >true</useBeta >
69
69
<hpi .compatibleSinceVersion>2.26</hpi .compatibleSinceVersion>
70
70
<gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
71
+ <!-- TODO JENKINS-73339 until in parent POM -->
72
+ <jenkins-test-harness .version>2254.vcff7a_d4969e5</jenkins-test-harness .version>
73
+ <maven .compiler.release>17</maven .compiler.release>
71
74
</properties >
72
75
<dependencyManagement >
73
76
<dependencies >
74
77
<dependency >
75
78
<groupId >io.jenkins.tools.bom</groupId >
76
- <artifactId >bom-2.452 .x</artifactId >
77
- <version >3023.v02a_987a_b_3ff9 </version >
79
+ <artifactId >bom-2.462 .x</artifactId >
80
+ <version >3221.ve8f7b_fdd149d </version >
78
81
<scope >import</scope >
79
82
<type >pom</type >
80
83
</dependency >
84
+ <!-- TODO JENKINS-73339 until in parent POM, work around https://github.com/jenkinsci/plugin-pom/issues/936 -->
85
+ <dependency >
86
+ <groupId >jakarta.servlet</groupId >
87
+ <artifactId >jakarta.servlet-api</artifactId >
88
+ <version >5.0.0</version >
89
+ </dependency >
81
90
</dependencies >
82
91
</dependencyManagement >
83
92
<dependencies >
Original file line number Diff line number Diff line change 33
33
<f : section title =" ${%Advanced Project Options}" icon =" symbol-build-outline plugin-ionicons-api" >
34
34
<f : advanced >
35
35
<f : entry title =" ${%Display Name}" field =" displayNameOrNull" >
36
- <f : textbox checkUrl = " '${rootURL}/checkDisplayName?displayName='+encodeURIComponent(this.value)+' & jobName='+encodeURIComponent('${h.jsStringEscape(it.name)}') " />
36
+ <f : textbox />
37
37
</f : entry >
38
38
</f : advanced >
39
39
</f : section >
You can’t perform that action at this time.
0 commit comments