From 52fa0679c9856473f04e3e397e916767b5651a79 Mon Sep 17 00:00:00 2001 From: Camotoy <20743703+DoctorMacc@users.noreply.github.com> Date: Tue, 17 Aug 2021 23:00:12 -0400 Subject: [PATCH] Revert "Re-enable deploying on master branch" This reverts commit 6d624210b937612f8b92fa166609a8569abb1255. --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0b77fa9c4..325fb977b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,7 @@ pipeline { } } - stage ('Deploy') { + /*stage ('Deploy') { when { branch "master" } @@ -48,7 +48,7 @@ pipeline { serverId: "opencollab-artifactory" ) } - } + }*/ } post {