diff --git a/.jenkins b/.jenkins index 4eb1cba..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', @@ -12,6 +12,7 @@ golangPipeline([ 'image': 'docker.io/vaporio/snmp-plugin', 'skipSetup': true, 'skipUnitTest': true, + 'skipClair': true, 'emulators': [ 'snmp', ],