From 6d139c8f24d7a6f50e2bafcb6b1bafd108760841 Mon Sep 17 00:00:00 2001 From: Erick Daniszewski Date: Mon, 19 Oct 2020 09:52:49 -0400 Subject: [PATCH] ci: update jenkins config --- .jenkins | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.jenkins b/.jenkins index 3dbc09af..c6122d8f 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-RC4', retriever: modernSCM([ +library identifier: 'vapor@develop', retriever: modernSCM([ $class: 'GitSCMSource', remote: 'https://github.com/vapor-ware/ci-shared.git', credentialsId: 'vio-bot-gh', @@ -14,4 +14,5 @@ pythonPipeline([ 'skipIntegrationTest': true, 'releaseToPypi': false, 'publishToGitHub': true, + 'skipSetup': true, ])