From 26ed6b2d7bf28e9d864644f18f1e30543a282248 Mon Sep 17 00:00:00 2001 From: ikus060 Date: Tue, 23 Jul 2019 17:04:19 -0400 Subject: [PATCH] Removejenkins build file --- Jenkinsfile | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 Jenkinsfile diff --git a/Jenkinsfile b/Jenkinsfile deleted file mode 100644 index 274673f..0000000 --- a/Jenkinsfile +++ /dev/null @@ -1,14 +0,0 @@ -pipeline { - environment { - GITHUB = credentials("github") - } - agent any - stages { - stage('GitHubPush') { - steps { - sh "git push --force https://${GITHUB}@github.com/ikus060/nagios-plugins.git refs/remotes/origin/${BRANCH_NAME}:refs/heads/${BRANCH_NAME}" - sh "git push https://${GITHUB}@github.com/ikus060/nagios-plugins.git --tags" - } - } - } -} -- GitLab