From 94e187e062c5d04eb06f5323b1784164bd97db37 Mon Sep 17 00:00:00 2001 From: Firas Sawan Date: Mon, 9 Mar 2020 21:47:09 -0400 Subject: [PATCH] jenkins --- Jenkinsfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 96177c098..cbb67f0e6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,4 @@ pipeline { - String buildUrl = "${BUILD_URL}" - String gitStatusPostUrl = "https://:x-oauth-basic@api.github.com/repos///statuses/${gitHash}" agent any stages { stage('Build') { @@ -40,7 +38,4 @@ pipeline { } } - sh """ - curl -X POST -H "application/json" -d '{"state":"success", "target_url":"${buildUrl}", "description":"Build Success", "context":"build/job"}' "${gitStatusPostUrl}" - """ }