Comment out deploying; we shouldn't need it here

This commit is contained in:
Camotoy 2021-12-02 11:32:57 -05:00
parent fafdf31fa5
commit 257e04fa6f

View file

@ -5,7 +5,7 @@ pipeline {
jdk 'Java 17' jdk 'Java 17'
} }
parameters{ parameters {
booleanParam(defaultValue: false, description: 'Skip Discord notification', name: 'SKIP_DISCORD') booleanParam(defaultValue: false, description: 'Skip Discord notification', name: 'SKIP_DISCORD')
} }
@ -25,7 +25,7 @@ pipeline {
} }
} }
stage ('Deploy') { /*stage ('Deploy') {
when { when {
anyOf { anyOf {
branch "java-1.18" branch "java-1.18"
@ -56,7 +56,7 @@ pipeline {
serverId: "opencollab-artifactory" serverId: "opencollab-artifactory"
) )
} }
} }*/
} }
post { post {