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, ])