From 22e92f3dcfd31c86d5c91fee85dbe71b470a5589 Mon Sep 17 00:00:00 2001 From: hisham-vaporio Date: Thu, 28 Apr 2022 19:12:07 -0400 Subject: [PATCH] Bump pipeline version. --- .jenkins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jenkins b/.jenkins index 9c85344..21d4368 100644 --- a/.jenkins +++ b/.jenkins @@ -2,7 +2,7 @@ // Include this shared CI repository to load script helpers and libraries. -library identifier: 'vapor@1.20.2', retriever: modernSCM([ +library identifier: 'vapor@1.20.11', retriever: modernSCM([ $class: 'GitSCMSource', remote: 'https://github.com/vapor-ware/ci-shared.git', credentialsId: 'vio-bot-gh',