Publish artifacts? Attempt 1

This commit is contained in:
Camotoy 2021-01-08 14:26:53 -05:00
parent 6bf0c5d94c
commit fad2fc149c
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ pipeline {
tool: 'Gradle 6',
rootDir: "",
buildFile: 'build.gradle',
tasks: 'clean artifactoryPublish',
tasks: 'clean build artifactoryPublish',
deployerId: "GRADLE_DEPLOYER",
resolverId: "GRADLE_RESOLVER"
)