Skip to content

Commit

Permalink
Use pipeline-library v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Petter Abrahamsson committed Sep 20, 2019
1 parent f41e8f6 commit 1960188
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions basic-nginx/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library identifier: "pipeline-library@v1.3",
library identifier: "pipeline-library@v1.4",
retriever: modernSCM(
[
$class: "GitSCMSource",
Expand Down Expand Up @@ -101,4 +101,4 @@ pipeline {
}
}
}
}
}
2 changes: 1 addition & 1 deletion basic-spring-boot/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library identifier: "pipeline-library@v1.3",
library identifier: "pipeline-library@v1.4",
retriever: modernSCM(
[
$class: "GitSCMSource",
Expand Down
2 changes: 1 addition & 1 deletion basic-spring-boot/Jenkinsfile.hygieia
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library identifier: "pipeline-library@v1.3",
library identifier: "pipeline-library@v1.4",
retriever: modernSCM(
[
$class: "GitSCMSource",
Expand Down
2 changes: 1 addition & 1 deletion basic-tomcat/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library identifier: "pipeline-library@v1.3",
library identifier: "pipeline-library@v1.4",
retriever: modernSCM(
[
$class: "GitSCMSource",
Expand Down
4 changes: 2 additions & 2 deletions blue-green-spring/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library identifier: "pipeline-library@v1.3",
library identifier: "pipeline-library@v1.4",
retriever: modernSCM(
[
$class: "GitSCMSource",
Expand Down Expand Up @@ -196,4 +196,4 @@ def getGroupIdFromPom(pom) {
def getArtifactIdFromPom(pom) {
def matcher = readFile(pom) =~ '<artifactId>(.+)</artifactId>'
matcher ? matcher[0][1] : null
}
}
4 changes: 2 additions & 2 deletions secure-spring-boot/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library identifier: "pipeline-library@v1.3",
library identifier: "pipeline-library@v1.4",
retriever: modernSCM(
[
$class: "GitSCMSource",
Expand Down Expand Up @@ -138,4 +138,4 @@ pipeline {
}

}
}
}

0 comments on commit 1960188

Please sign in to comment.