From aa80df4b0416e95a8458526781e003320fa0b0cc Mon Sep 17 00:00:00 2001 From: garethahealy Date: Mon, 23 Dec 2019 12:24:37 +0000 Subject: [PATCH] Revert "Updated pipeline lib version to 1.5" This reverts commit 5af72c9c00fabe2eb7814c340f57c9ab6eadfd94. --- .gitignore | 34 --------------------------- basic-dotnet-core/Jenkinsfile | 2 +- basic-nginx/Jenkinsfile | 2 +- basic-spring-boot/Jenkinsfile | 2 +- basic-spring-boot/Jenkinsfile.hygieia | 2 +- basic-tomcat/Jenkinsfile | 2 +- blue-green-spring/Jenkinsfile | 2 +- secure-spring-boot/Jenkinsfile | 2 +- 8 files changed, 7 insertions(+), 41 deletions(-) diff --git a/.gitignore b/.gitignore index 1c5c57e6..7ab079c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,35 +1 @@ */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 \ No newline at end of file diff --git a/basic-dotnet-core/Jenkinsfile b/basic-dotnet-core/Jenkinsfile index 275e2f4f..65865e8e 100644 --- a/basic-dotnet-core/Jenkinsfile +++ b/basic-dotnet-core/Jenkinsfile @@ -1,4 +1,4 @@ -library identifier: "pipeline-library@v1.5", +library identifier: "pipeline-library@v1.3", retriever: modernSCM( [ $class: "GitSCMSource", diff --git a/basic-nginx/Jenkinsfile b/basic-nginx/Jenkinsfile index 29d7fcaf..e16bbfc2 100644 --- a/basic-nginx/Jenkinsfile +++ b/basic-nginx/Jenkinsfile @@ -1,4 +1,4 @@ -library identifier: "pipeline-library@v1.5", +library identifier: "pipeline-library@v1.4", retriever: modernSCM( [ $class: "GitSCMSource", diff --git a/basic-spring-boot/Jenkinsfile b/basic-spring-boot/Jenkinsfile index 74e3e666..923de5f0 100644 --- a/basic-spring-boot/Jenkinsfile +++ b/basic-spring-boot/Jenkinsfile @@ -1,4 +1,4 @@ -library identifier: "pipeline-library@v1.5", +library identifier: "pipeline-library@v1.4", retriever: modernSCM( [ $class: "GitSCMSource", diff --git a/basic-spring-boot/Jenkinsfile.hygieia b/basic-spring-boot/Jenkinsfile.hygieia index 07679cf8..8e5a9d55 100644 --- a/basic-spring-boot/Jenkinsfile.hygieia +++ b/basic-spring-boot/Jenkinsfile.hygieia @@ -1,4 +1,4 @@ -library identifier: "pipeline-library@v1.5", +library identifier: "pipeline-library@v1.4", retriever: modernSCM( [ $class: "GitSCMSource", diff --git a/basic-tomcat/Jenkinsfile b/basic-tomcat/Jenkinsfile index 3837d003..317dea8f 100644 --- a/basic-tomcat/Jenkinsfile +++ b/basic-tomcat/Jenkinsfile @@ -1,4 +1,4 @@ -library identifier: "pipeline-library@v1.5", +library identifier: "pipeline-library@v1.4", retriever: modernSCM( [ $class: "GitSCMSource", diff --git a/blue-green-spring/Jenkinsfile b/blue-green-spring/Jenkinsfile index 3c7a6475..8a151686 100644 --- a/blue-green-spring/Jenkinsfile +++ b/blue-green-spring/Jenkinsfile @@ -1,4 +1,4 @@ -library identifier: "pipeline-library@v1.5", +library identifier: "pipeline-library@v1.4", retriever: modernSCM( [ $class: "GitSCMSource", diff --git a/secure-spring-boot/Jenkinsfile b/secure-spring-boot/Jenkinsfile index b040c9bf..ba6ea341 100644 --- a/secure-spring-boot/Jenkinsfile +++ b/secure-spring-boot/Jenkinsfile @@ -1,4 +1,4 @@ -library identifier: "pipeline-library@v1.5", +library identifier: "pipeline-library@v1.4", retriever: modernSCM( [ $class: "GitSCMSource",