Skip to content

Commit 6c920aa

Browse files
authored
Merge pull request #175 from jonesbusy/feature/update-badges-and-build-container
Update badges and fix usage of container agent build
2 parents 80510b9 + fa325e9 commit 6c920aa

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Diff for: Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55
buildPlugin(
66
forkCount: '1C', // run this number of tests in parallel for faster feedback. If the number terminates with a 'C', the value will be multiplied by the number of available CPU cores
7-
useContainerAgent: false, // Set to `false` if you need to use Docker for containerized tests
7+
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
88
configurations: [
99
[platform: 'linux', jdk: 21],
1010
[platform: 'windows', jdk: 17],

Diff for: README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
Locale Plugin for Jenkins
2-
=========================
3-
1+
# Locale Plugin for Jenkins
42

3+
[![Build Status](https://ci.jenkins.io/job/Plugins/job/locale-plugin/job/main/badge/icon)](https://ci.jenkins.io/job/Plugins/job/locale-plugin/job/main/)
54
[![Jenkins Plugin](https://img.shields.io/jenkins/plugin/v/locale.svg)](https://plugins.jenkins.io/locale)
65
[![GitHub release](https://img.shields.io/github/release/jenkinsci/locale-plugin.svg?label=changelog)](https://github.com/jenkinsci/locale-plugin/releases/latest)
7-
[![Jenkins Plugin Installs](https://img.shields.io/jenkins/plugin/i/locale.svg?color=blue)](https://plugins.jenkins.io/locale)
6+
[![GitHub license](https://img.shields.io/github/license/jenkinsci/locale-plugin)](https://github.com/jenkinsci/locale-plugin/blob/main/LICENSE.md)
87

98
This plugin controls the language of Jenkins.
109

0 commit comments

Comments
 (0)