|
28 | 28 | <parent> |
29 | 29 | <groupId>org.jenkins-ci.plugins</groupId> |
30 | 30 | <artifactId>plugin</artifactId> |
31 | | - <version>4.52</version> |
| 31 | + <version>6.2122.v70b_7b_f659d72</version> |
32 | 32 | <relativePath/> |
33 | 33 | </parent> |
34 | 34 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
|
66 | 66 | </pluginRepositories> |
67 | 67 | <properties> |
68 | 68 | <changelist>999999-SNAPSHOT</changelist> |
69 | | - <jenkins.version>2.361.4</jenkins.version> |
| 69 | + <jenkins.baseline>2.479</jenkins.baseline> |
| 70 | + <jenkins.version>${jenkins.baseline}.3</jenkins.version> |
70 | 71 | <useBeta>true</useBeta> |
71 | 72 | <gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo> |
72 | 73 | <hpi.compatibleSinceVersion>2.40</hpi.compatibleSinceVersion> |
|
75 | 76 | <dependencies> |
76 | 77 | <dependency> |
77 | 78 | <groupId>io.jenkins.tools.bom</groupId> |
78 | | - <artifactId>bom-2.361.x</artifactId> |
79 | | - <version>1654.vcb_69d035fa_20</version> |
| 79 | + <artifactId>bom-${jenkins.baseline}.x</artifactId> |
| 80 | + <version>4023.va_eeb_b_4e45f07</version> |
80 | 81 | <scope>import</scope> |
81 | 82 | <type>pom</type> |
82 | 83 | </dependency> |
|
114 | 115 | <artifactId>workflow-basic-steps</artifactId> |
115 | 116 | <scope>test</scope> |
116 | 117 | </dependency> |
| 118 | + <dependency> |
| 119 | + <groupId>org.jenkins-ci.plugins</groupId> |
| 120 | + <artifactId>pipeline-input-step</artifactId> |
| 121 | + <scope>test</scope> |
| 122 | + </dependency> |
117 | 123 | <dependency> |
118 | 124 | <groupId>org.jenkins-ci.plugins</groupId> |
119 | 125 | <artifactId>pipeline-stage-step</artifactId> |
|
156 | 162 | <dependency> |
157 | 163 | <groupId>io.jenkins.plugins</groupId> |
158 | 164 | <artifactId>generic-environment-filters</artifactId> |
159 | | - <version>1.2</version> |
| 165 | + <version>1.22.vc8fb_fb_c169e5</version> |
| 166 | + <scope>test</scope> |
| 167 | + </dependency> |
| 168 | + <dependency> |
| 169 | + <groupId>org.jenkins-ci.plugins</groupId> |
| 170 | + <artifactId>mock-slave</artifactId> |
| 171 | + <version>193.v88c279d0c584</version> |
| 172 | + <scope>test</scope> |
| 173 | + </dependency> |
| 174 | + <dependency> |
| 175 | + <groupId>org.awaitility</groupId> |
| 176 | + <artifactId>awaitility</artifactId> |
| 177 | + <version>4.3.0</version> |
160 | 178 | <scope>test</scope> |
161 | 179 | </dependency> |
162 | 180 | </dependencies> |
|
0 commit comments