Copy what Floodgate does for artifact publishing

This commit is contained in:
Camotoy 2022-09-20 16:02:38 -04:00
parent 98cfdb0b33
commit 8beae31cee
No known key found for this signature in database
GPG key ID: 7EEFB66FE798081F
2 changed files with 11 additions and 9 deletions

3
Jenkinsfile vendored
View file

@ -29,7 +29,6 @@ pipeline {
when {
anyOf {
branch "master"
branch "feature/extensions"
}
}
@ -50,7 +49,7 @@ pipeline {
rootDir: "",
useWrapper: true,
buildFile: 'build.gradle.kts',
tasks: 'build artifactoryPublish',
tasks: 'artifactoryPublish',
deployerId: "GRADLE_DEPLOYER",
resolverId: "GRADLE_RESOLVER"
)