Skip to content

Commit

Permalink
Updated pipeline lib version to 1.5 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
garethahealy authored and pabrahamsson committed Jan 16, 2020
1 parent aa80df4 commit 7689598
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 7 deletions.
34 changes: 34 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,35 @@
*/galaxy/*

### JetBrains template
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff:
.idea/
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/dictionaries

# Sensitive or high-churn files:
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.xml
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml

## File-based project format:
*.iws
*.iml

### Maven template
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
2 changes: 1 addition & 1 deletion basic-dotnet-core/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.5",
retriever: modernSCM(
[
$class: "GitSCMSource",
Expand Down
2 changes: 1 addition & 1 deletion basic-nginx/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library identifier: "pipeline-library@v1.4",
library identifier: "pipeline-library@v1.5",
retriever: modernSCM(
[
$class: "GitSCMSource",
Expand Down
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.4",
library identifier: "pipeline-library@v1.5",
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.4",
library identifier: "pipeline-library@v1.5",
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.4",
library identifier: "pipeline-library@v1.5",
retriever: modernSCM(
[
$class: "GitSCMSource",
Expand Down
2 changes: 1 addition & 1 deletion blue-green-spring/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library identifier: "pipeline-library@v1.4",
library identifier: "pipeline-library@v1.5",
retriever: modernSCM(
[
$class: "GitSCMSource",
Expand Down
2 changes: 1 addition & 1 deletion secure-spring-boot/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library identifier: "pipeline-library@v1.4",
library identifier: "pipeline-library@v1.5",
retriever: modernSCM(
[
$class: "GitSCMSource",
Expand Down

0 comments on commit 7689598

Please sign in to comment.