PLUGIN QUALITY GATES SONAR

2018-04-11 Thread Virginia Mesa
Hello, Can someone tell me some plugin for Jenkins to try the Quality Gates in Sonar? The plugin I have installed (*Quality Gates Plugin* ) gives me an error. Does anyone know anything else, or does this work? Thanks!! -- You

BUG REQUEST QUALITY GATES PLUGIN

2018-04-09 Thread Virginia Mesa
Hi, It takes a while for me to get the Sonar QG plugin. I do not know if someone else will happen, install the new version (2.73) to see if it was solved, but nothing. I have debugged, and I see that I fail to do the requestPOST and GET. I returned a 401, and I thought it would be because I wa

Re: Script Artifactory Configuration Jenkins

2018-04-04 Thread Virginia Mesa
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 groov

Script Artifactory Configuration Jenkins

2018-04-04 Thread Virginia Mesa
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

Coexistence of two equal plugins

2017-11-28 Thread Virginia Mesa
Hi, I modified a Jenkins plugin in which there was a drop-down and I wanted a textbox. Once modified, my idea was to upload this version of plugin and at the same time keep the previous one unchanged, so as not to disrupt the execution of other jobs that use it. I have changed the idartifactory,