File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ * @ jenkinsci/workflow-basic-steps-plugin-developers
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22 <extension >
33 <groupId >io.jenkins.tools.incrementals</groupId >
44 <artifactId >git-changelist-maven-extension</artifactId >
5- <version >1.4 </version >
5+ <version >1.5 </version >
66 </extension >
77</extensions >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- buildPlugin(useContainerAgent : true , configurations : [
2- [ platform : " linux" , jdk : " 8" ],
3- [ platform : " windows" , jdk : " 8" ],
4- [ platform : " linux" , jdk : " 11" ]
1+ buildPlugin(
2+ useContainerAgent : true ,
3+ configurations : [
4+ [platform : ' linux' , jdk : 17 ],
5+ [platform : ' windows' , jdk : 11 ],
56])
Original file line number Diff line number Diff line change 11# Pipeline: Basic Steps Plugin
22
3- [ ![ Jenkins Plugin] ( https://img.shields.io/jenkins/plugin/v/workflow-basic-steps )] ( https://plugins.jenkins.io/workflow-basic-steps )
4- [ ![ Changelog] ( https://img.shields.io/github/v/tag/jenkinsci/workflow-basic-steps-plugin?label=changelog )] ( https://github.com/jenkinsci/workflow-basic-steps-plugin/blob/master/CHANGELOG.md )
5- [ ![ Jenkins Plugin Installs] ( https://img.shields.io/jenkins/plugin/i/workflow-basic-steps?color=blue )] ( https://plugins.jenkins.io/workflow-basic-steps )
6-
73## Introduction
84
95Commonly used steps for Pipelines.
106
117## Version History
128
13- See [ the changelog] ( CHANGELOG.md ) .
9+ New versions use [ GitHub Releases] ( https://github.com/jenkinsci/workflow-basic-steps-plugin/releases ) .
10+ See also the [ archive] ( https://github.com/jenkinsci/workflow-basic-steps-plugin/blob/bed5ff08317e278d5d8cb15105b6579911568f8c/CHANGELOG.md ) .
Original file line number Diff line number Diff line change 2828 <parent >
2929 <groupId >org.jenkins-ci.plugins</groupId >
3030 <artifactId >plugin</artifactId >
31- <version >4.49 </version >
32- <relativePath />
31+ <version >4.54 </version >
32+ <relativePath />
3333 </parent >
3434 <groupId >org.jenkins-ci.plugins.workflow</groupId >
3535 <artifactId >workflow-basic-steps</artifactId >
6363 </pluginRepositories >
6464 <properties >
6565 <changelist >999999-SNAPSHOT</changelist >
66- <jenkins .version>2.332.1 </jenkins .version>
66+ <jenkins .version>2.361.4 </jenkins .version>
6767 <useBeta >true</useBeta >
6868 <gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
6969 </properties >
7070 <dependencyManagement >
7171 <dependencies >
7272 <dependency >
7373 <groupId >io.jenkins.tools.bom</groupId >
74- <artifactId >bom-2.332 .x</artifactId >
75- <version >1500.ve4d05cd32975 </version >
74+ <artifactId >bom-2.361 .x</artifactId >
75+ <version >1654.vcb_69d035fa_20 </version >
7676 <scope >import</scope >
7777 <type >pom</type >
7878 </dependency >
139139 <dependency >
140140 <groupId >org.jenkins-ci.plugins</groupId >
141141 <artifactId >javadoc</artifactId >
142- <version >226.v71211feb_e7e9</version >
143- <scope >test</scope >
144- <exclusions >
145- <exclusion >
146- <groupId >org.jenkins-ci</groupId >
147- <artifactId >symbol-annotation</artifactId >
148- </exclusion >
149- </exclusions >
142+ <scope >test</scope >
150143 </dependency >
151144 <dependency >
152145 <groupId >org.jenkins-ci.plugins</groupId >
You can’t perform that action at this time.
0 commit comments