From f6977bf9e001a2339b204718e7c72bdeab07e61c Mon Sep 17 00:00:00 2001 From: Erick Daniszewski Date: Mon, 17 Aug 2020 13:57:00 -0400 Subject: [PATCH] ci: update ci-shared target ref --- .jenkins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jenkins b/.jenkins index 3ccb445f..193c57b9 100644 --- a/.jenkins +++ b/.jenkins @@ -1,7 +1,7 @@ #!/usr/bin/env groovy // Include this shared CI repository to load script helpers and libraries. -library identifier: 'vapor@1.0.0-RC3', retriever: modernSCM([ +library identifier: 'vapor@pythonPipeline/latest-tag', retriever: modernSCM([ $class: 'GitSCMSource', remote: 'https://github.com/vapor-ware/ci-shared.git', credentialsId: 'vio-bot-gh',