From 6bf43d7e2c56780150322668f6f9624b5b3663c2 Mon Sep 17 00:00:00 2001 From: Andrey Kononykhin Date: Mon, 1 Apr 2019 12:27:57 +0300 Subject: [PATCH] sets particular version of jenkins lib Signed-off-by: Andrey Kononykhin --- devops/aws-codebuild/Jenkinsfile.cd | 4 ++-- devops/aws-codebuild/Jenkinsfile.ci | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devops/aws-codebuild/Jenkinsfile.cd b/devops/aws-codebuild/Jenkinsfile.cd index f00bcff61..26410944d 100644 --- a/devops/aws-codebuild/Jenkinsfile.cd +++ b/devops/aws-codebuild/Jenkinsfile.cd @@ -1,6 +1,6 @@ #!groovy -def sovLibrary = library(identifier: 'sovrin-aws-codebuild@master', retriever: modernSCM( +def sovLibrary = library(identifier: 'sovrin-aws-codebuild@v1.0.0', retriever: modernSCM( github(credentialsId: 'sovbot-github', repoOwner: 'sovrin-foundation', repository: 'aws-codebuild-pipeline-plugin') )).com.sovrin.pipeline @@ -394,4 +394,4 @@ pipelineWrapper({ notifier.email() } } -}) \ No newline at end of file +}) diff --git a/devops/aws-codebuild/Jenkinsfile.ci b/devops/aws-codebuild/Jenkinsfile.ci index e7818dae0..0f015b657 100644 --- a/devops/aws-codebuild/Jenkinsfile.ci +++ b/devops/aws-codebuild/Jenkinsfile.ci @@ -1,6 +1,6 @@ #!groovy -def sovLibrary = library(identifier: 'sovrin-aws-codebuild@master', retriever: modernSCM( +def sovLibrary = library(identifier: 'sovrin-aws-codebuild@v1.0.0', retriever: modernSCM( github(credentialsId: 'sovbot-github', repoOwner: 'sovrin-foundation', repository: 'aws-codebuild-pipeline-plugin') )).com.sovrin.pipeline