Fix gradle deployer id

This commit is contained in:
RednedEpic 2022-04-24 12:44:46 -05:00
parent 4dbfd5f66e
commit df808b72c5
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -30,7 +30,7 @@ pipeline {
steps {
rtGradleDeployer(
id: "maven-deployer",
id: "GRADLE_DEPLOYER",
serverId: "opencollab-artifactory",
releaseRepo: "maven-releases",
snapshotRepo: "maven-snapshots"