diff --git a/.jenkins b/.jenkins deleted file mode 100644 index dee583c..0000000 --- a/.jenkins +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env groovy - -// Include this shared CI repository to load script helpers and libraries. -library identifier: 'vapor@1.20.2', retriever: modernSCM([ - $class: 'GitSCMSource', - remote: 'https://github.com/vapor-ware/ci-shared.git', - credentialsId: 'vio-bot-gh', -]) - - -golangPipeline([ - 'image': 'docker.io/vaporio/modbus-ip-plugin', - 'skipSetup': true, - 'emulators': [ - 'modbus', - ] -])