Skip to content

Commit

Permalink
Applied recipes AddOrModernizeJenkinsFile, AddDependencyCheck, AddPlu…
Browse files Browse the repository at this point in the history
…ginsBom, UpgradeParentVersion, RemoveDependencyVersionOverride, RemoveExtraMavenProperties, UpgradeToJava17, AddOrModernizeJenkinsFile, AddDependencyCheck, UpgradeToRecommendCoreVersion, MigrateJUnitTestCase (#295)
  • Loading branch information
gounthar authored Nov 6, 2024
1 parent 42e292c commit cf9dc5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
/*
See the documentation for more options:
https://github.com/jenkins-infra/pipeline-library/
*/
buildPlugin(
forkCount: '1C', // Run parallel tests on ci.jenkins.io for lower costs, faster feedback
*/ buildPlugin(
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
configurations: [
[platform: 'linux', jdk: 21],
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>build-timeout</artifactId>
<version>1.33</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
Expand Down

0 comments on commit cf9dc5a

Please sign in to comment.