From 2ee9df7ed925f14bb93f3336f15877c50e21963c Mon Sep 17 00:00:00 2001 From: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Wed, 22 Sep 2021 08:56:47 -0400 Subject: [PATCH] Just deploy connector while something is borked for the other projects --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 325fb977b..4d6731831 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,7 @@ pipeline { } } - /*stage ('Deploy') { + stage ('Deploy') { when { branch "master" } @@ -40,7 +40,7 @@ pipeline { ) rtMavenRun( pom: 'pom.xml', - goals: 'javadoc:jar source:jar install -DskipTests', + goals: 'javadoc:jar source:jar install -pl connector -am -DskipTests', deployerId: "maven-deployer", resolverId: "maven-resolver" ) @@ -48,7 +48,7 @@ pipeline { serverId: "opencollab-artifactory" ) } - }*/ + } } post {