Hello again, thinking ... could it be that this instance is used to compile
the project? Since I do that part in a separate method, I would not need
it. Is this possible?
El miércoles, 4 de abril de 2018, 12:55:06 (UTC+2), Virginia Mesa escribió:
>
>
> Good, I'm doing a groovy pipeline for an
Good, I'm doing a groovy pipeline for an artifact upload to Artifactory.
The project is NPM, and I know that for Gradle or Maven it is necessary to
create a type instance:
def server = Artifactory.server(env.ARTIFACTORY_ID)
def rtGradle = Artifactory.newGradleBuild()
or
def server = Artifact