File tree Expand file tree Collapse file tree 3 files changed +6
-20
lines changed
src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubAppCredentials Expand file tree Collapse file tree 3 files changed +6
-20
lines changed Original file line number Diff line number Diff line change 11name-template : ' v$NEXT_PATCH_VERSION 🌈'
2- tag-template : ' v $NEXT_PATCH_VERSION'
2+ tag-template : ' github-branch-source- $NEXT_PATCH_VERSION'
33categories :
44 - title : ' 🚀 Features'
55 labels :
Original file line number Diff line number Diff line change 2121 </licenses >
2222
2323 <properties >
24- <revision >2.8.3 </revision >
24+ <revision >2.8.4 </revision >
2525 <changelist >-SNAPSHOT</changelist >
2626 <hpi .compatibleSinceVersion>2.2.0</hpi .compatibleSinceVersion>
2727 <java .level>8</java .level>
28- <jenkins .version>2.164.3 </jenkins .version>
28+ <jenkins .version>2.176.4 </jenkins .version>
2929 <useBeta >true</useBeta >
3030 <jcasc .version>1.35</jcasc .version>
3131 <jjwt .version>0.10.5</jjwt .version>
4848 <artifactId >github-api</artifactId >
4949 <version >1.115</version >
5050 </dependency >
51- <!-- TODO: after upgrading jenkins.version >= 2.171, migrate dependency -->
52- <dependency >
53- <groupId >io.jenkins.temp.jelly</groupId >
54- <artifactId >multiline-secrets-ui</artifactId >
55- <version >1.0</version >
56- </dependency >
5751 <dependency >
5852 <groupId >com.coravy.hudson.plugins.github</groupId >
5953 <artifactId >github</artifactId >
123117 <dependencies >
124118 <dependency >
125119 <groupId >io.jenkins.tools.bom</groupId >
126- <artifactId >bom-2.164 .x</artifactId >
127- <version >9 </version >
120+ <artifactId >bom-2.176 .x</artifactId >
121+ <version >11 </version >
128122 <scope >import</scope >
129123 <type >pom</type >
130124 </dependency >
131- <dependency >
132- <groupId >org.apache.commons</groupId >
133- <artifactId >commons-lang3</artifactId >
134- <version >3.9</version >
135- </dependency >
136125 </dependencies >
137126 </dependencyManagement >
138127 <repositories >
Original file line number Diff line number Diff line change 1818 </j : choose >
1919
2020 <f : entry title =" ${%Key}" field =" privateKey" >
21- <!-- TODO: after upgrading jenkins.version >= 2.171, remove xmlns below and use f:secretTextArea
22- e.g. https://github.com/jenkinsci/ssh-credentials-plugin/commit/68ce416ec00b88a13579285df5cacaea8f39d435
23- -->
24- <secretTextarea xmlns =" /io/jenkins/temp/jelly" />
21+ <f : secretTextarea />
2522 </f : entry >
2623
2724 <f : advanced >
You can’t perform that action at this time.
0 commit comments