Remove invalid params

This commit is contained in:
Camotoy 2021-12-28 11:33:24 -05:00
parent 91095beb52
commit 51c77fe808
1 changed files with 1 additions and 3 deletions

View File

@ -41,9 +41,7 @@ pipeline {
)
rtGradleResolver(
id: "GRADLE_RESOLVER",
serverId: "opencollab-artifactory",
releaseRepo: "maven-deploy-release",
snapshotRepo: "maven-deploy-snapshot"
serverId: "opencollab-artifactory"
)
rtGradleRun (
usesPlugin: false,