Skip to content

Commit e7fbabb

Browse files
authored
Merge pull request #1756 from jenkinsci/dependabot/maven/org.jenkins-ci.plugins-plugin-5.27
2 parents 1b6367f + dd75be5 commit e7fbabb

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.git-blame-ignore-revs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# https://github.com/jenkinsci/kubernetes-plugin/pull/1478
22
9c1d58d9badd988622b4772632037126176e1ef0
3+
# https://github.com/jenkinsci/kubernetes-plugin/pull/1756
4+
ba318e03a58277ab79f3636343544e882f368a88

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>5.26</version>
7+
<version>5.27</version>
88
<relativePath />
99
</parent>
1010

src/main/java/org/csanchez/jenkins/plugins/kubernetes/pipeline/KubernetesSamples.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public <T> boolean allows(Class<T> type, ExtensionComponent<T> component) {
3737
case "scripted":
3838
return false;
3939
default:
40-
// OK
40+
// OK
4141
}
4242
}
4343
return true;

0 commit comments

Comments
 (0)