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