From 63a5728b7b21af75de4059789c46f095ca03eaa2 Mon Sep 17 00:00:00 2001 From: Erick Daniszewski Date: Mon, 17 Aug 2020 14:05:03 -0400 Subject: [PATCH] ci: update ci-shared target ref to latest release --- .jenkins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jenkins b/.jenkins index 193c57b9..3dbc09af 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@pythonPipeline/latest-tag', retriever: modernSCM([ +library identifier: 'vapor@1.0.0-RC4', retriever: modernSCM([ $class: 'GitSCMSource', remote: 'https://github.com/vapor-ware/ci-shared.git', credentialsId: 'vio-bot-gh',