diff --git a/Jenkinsfile b/Jenkinsfile index bf14f0d12..c4e5d05cf 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 {