File tree 4 files changed +3
-6
lines changed
src/test/java/io/jenkins/plugins/casc
4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Basic configuration of the [Sbt plugin](https://plugins.jenkins.io/sbt)
6
6
7
7
``` yaml
8
8
tool :
9
- sbtInstallation :
9
+ sbt :
10
10
installations :
11
11
- name : sbt
12
12
home : " /usr/bin/sbt"
Original file line number Diff line number Diff line change 192
192
<dependency >
193
193
<groupId >org.jenkins-ci.plugins</groupId >
194
194
<artifactId >github-oauth</artifactId >
195
- <version >597.ve0c3480fcb_d0</version >
196
195
<scope >test</scope >
197
196
</dependency >
198
197
<dependency >
256
255
<dependency >
257
256
<groupId >org.jenkins-ci.plugins</groupId >
258
257
<artifactId >msbuild</artifactId >
259
- <version >1.35</version >
260
258
<scope >test</scope >
261
259
</dependency >
262
260
<dependency >
278
276
<dependency >
279
277
<groupId >org.jenkins-ci.plugins</groupId >
280
278
<artifactId >sbt</artifactId >
281
- <version >81.vb_82499046630</version >
282
279
<scope >test</scope >
283
280
</dependency >
284
281
<dependency >
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ public void configure_sbt_tool() {
48
48
public void export_sbt_tool () throws Exception {
49
49
ConfiguratorRegistry registry = ConfiguratorRegistry .get ();
50
50
ConfigurationContext context = new ConfigurationContext (registry );
51
- CNode yourAttribute = getToolRoot (context ).get ("sbtInstallation " );
51
+ CNode yourAttribute = getToolRoot (context ).get ("sbt " );
52
52
53
53
String exported = toYamlString (yourAttribute );
54
54
Original file line number Diff line number Diff line change 43
43
<jenkins .version>${jenkins.baseline} .1</jenkins .version>
44
44
<tagNameFormat >configuration-as-code-@{project.version}</tagNameFormat >
45
45
<useBeta >true</useBeta >
46
- <plugin-bom .version>3893.v213a_42768d35 </plugin-bom .version>
46
+ <plugin-bom .version>3944.v1a_e4f8b_452db_ </plugin-bom .version>
47
47
<spotless .check.skip>false</spotless .check.skip>
48
48
</properties >
49
49
You can’t perform that action at this time.
0 commit comments