Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
Fixed up the jenkins plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Jun 8, 2023
1 parent 7f7da82 commit 5392216
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,15 @@ public class JenkinsBuilderTest {
.user("root")
// install plugins
.run("jenkins-plugin-cli --plugins "
+ "pipeline-utility-steps:2.10.0 "
+ "gradle:1.37.1 "
+ "maven-plugin:3.13 "
+ "jdk-tool:1.5 "
+ "workflow-aggregator:2.6 "
+ "git:4.8.2 "
+ "pipeline-utility-steps:2.15.4 "
+ "gradle:2.8 "
+ "maven-plugin:3.22 "
+ "jdk-tool:66.vd8fa_64ee91b_d "
+ "workflow-aggregator:596.v8c21c963d92d "
+ "git:5.1.0 "
+ "msbuild:1.30 "
+ "mstest:1.0.0 "
+ "octopusdeploy:3.1.6")
+ "octopusdeploy:3.1.9")
.run("apt-get update")
// Install php, ruby, python
.run(
Expand Down

0 comments on commit 5392216

Please sign in to comment.