Publish artifacts? Attempt 1

This commit is contained in:
Camotoy 2021-01-08 14:26:53 -05:00
parent 6bf0c5d94c
commit fad2fc149c

View file

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