Attempt to re-enable publishing

This commit is contained in:
Camotoy 2021-12-28 11:14:30 -05:00
parent dd632ef4b1
commit 91095beb52
1 changed files with 4 additions and 2 deletions

View File

@ -25,7 +25,7 @@ pipeline {
}
}
/*stage ('Deploy') {
stage ('Deploy') {
when {
anyOf {
branch "java-1.18"
@ -42,6 +42,8 @@ pipeline {
rtGradleResolver(
id: "GRADLE_RESOLVER",
serverId: "opencollab-artifactory",
releaseRepo: "maven-deploy-release",
snapshotRepo: "maven-deploy-snapshot"
)
rtGradleRun (
usesPlugin: false,
@ -56,7 +58,7 @@ pipeline {
serverId: "opencollab-artifactory"
)
}
}*/
}
}
post {