From cf57f2f6f4aa76c06a7f7e95c3accb61e279640d Mon Sep 17 00:00:00 2001 From: eerkkk Date: Tue, 12 Sep 2023 14:37:08 -0500 Subject: [PATCH] remove actions and jenkins; this plugin needs revamp --- .jenkins | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .jenkins 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', - ] -])