"Provide Node & npm bin/folder to PATH" not working

2018-10-24 Thread Pranav Kv
I installed nodejs plugin on my jenkins 2.121.1 LTS. I know few issues are already reported due to the version of Environemtl Injector Plugin. With Environment injector plugin(1.92.1) I'm not able to use custom Nodejs installation from "Provide Node & npm bin/ folder to PATH" Disabling Environmen

Re: Changing Jenkins URL

2018-10-24 Thread Adrien Lecharpentier
This is a more global setup configuration. I'm not sure this can be answered on this mailing list. It's not different from setting up a DNS entry for a website. Le mar. 23 oct. 2018 à 23:35, Faad Sayaou a écrit : > Hi thanks for the reply. I am really new in this. How do you configure the > DNS

Re: Run script before build is deleted?

2018-10-24 Thread James Green
I filed this as https://issues.jenkins-ci.org/browse/JENKINS-54164 On Sat, 13 Oct 2018 at 16:32, Slide wrote: > I think James is looking for something that allows him to run a script or > something before a build is deleted from Jenkins, NOT during a build run. > It would have to be something b

Re: Completely Host Jenkins build logs on external storage

2018-10-24 Thread Steven Foster
Nothing released yet, but there are some relevant JEPs that might interest you https://github.com/jenkinsci/jep/blob/master/jep/207/README.adoc https://github.com/jenkinsci/jep/blob/master/jep/210/README.adoc https://github.com/jenkinsci/jep/blob/master/jep/212/README.adoc On Monday, October 22,

How copy artifacts between nodes without stash / unstash?

2018-10-24 Thread Viacheslav Dubrovskyi
Hi, I use pipeline on high load project with a lot of parallelization. We use more then ~400 nodes. And use stash / unstash makes very high load on master (IO, CPU, network) and prevent scaling. So, my question: what is the best way for copy artifacts between nodes? Yes, I know how to use sc

Access "build" variable from Active Choice parameter Groovy dcript6

2018-10-24 Thread Remi P
Hi all how can I access the predefined 'build' variable from a Active Choice parameter Groovy script ? >From the logs I got it seems that this variable its not defined. Thanks for your help -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To

Re: How copy artifacts between nodes without stash / unstash?

2018-10-24 Thread Bálint Szigeti
there is an artifact copy plugin. I haven't used it, so I don't know more about it. On 2018. 10. 24. 12:45, Viacheslav Dubrovskyi wrote: Hi, I use pipeline on high load project with a lot of parallelization. We use more then ~400 nodes. And use stash / unstash makes very high load on master

Re: curl syntax to send and receive REST Service API response (xml) from jenkins

2018-10-24 Thread Matt Hicks
Hi Panneer, Could you please explain in more detail how you run the tests outside of Jenkins? Cheers, Matt -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to je

Re: curl syntax to send and receive REST Service API response (xml) from jenkins

2018-10-24 Thread panneerrselvam natarajan
Hi Matt, We have Pega test suite (Rest API) and it is working fine in pega and postman. Now through jenkins pipeline i need to call the test suite and verify the xml response thru jenkins. Please do let me know if you need clarification. Regards Panneer On Wednesday, October 24, 2018 at 7:5

Re: curl syntax to send and receive REST Service API response (xml) from jenkins

2018-10-24 Thread Matt Hicks
Are you following the suggestions at https://community.pega.com/knowledgebase/articles/running-pegaunit-test-cases-and-test-suites-execute-tests-service-pega-73#config_build ? On Wednesday, October 24, 2018 at 11:55:54 AM UTC-4, panneerrselvam natarajan wrote: > > Hi Matt, > > We have Pega

Re: Jenkins Setup Wizard Fail with 'An error occurred during installation: No such plugin: cloudbees-folder'

2018-10-24 Thread Lingeswaran R
Please check for NTP (chrony). If the system runs with incorrect time could trigger this error. Thank you Lingesh On Saturday, May 5, 2018 at 10:30:48 AM UTC+5:30, masaru tsuchiyama wrote: > > Hi, > > Jenkins Setup Wizard failed with > 'An error occurred during installation: No such plugin: cl

How should I configure a Jenkins maven job that will implement the .mvn/extensions.xml?

2018-10-24 Thread Adam Hardy
Hi, sorry if this is a basic question but I can't find a way to set up a Jenkins job so that it will run a maven deploy. The simple maven job bombs because it's a yam pom and maven needs the io.takari.polyglot:polyglot-yaml extension, defined in the .mvn/extensions.xml in the repo. I figure

Jenkins Administration - Role-based Authorization Strategy - Manage & Assign Roles list really big

2018-10-24 Thread gotviseryon
We use Role-based Authorization Strategy plugin and when we go to Assign Roles, the list is really huge and it's becoming hard day by day to add users. Is there a way to address this issue? 1) We are currently handling these manually. Is there a way to handle this manual (like freeze panes in

Re: How should I configure a Jenkins maven job that will implement the .mvn/extensions.xml?

2018-10-24 Thread Jan Monterrubio
Are you using the Freestyle Job or the Pipeline job? You mention Jenkinsfile and freestyle in the same paragraph (which at least to me is a bit confusing) How do you run this locally? You should be able to use the same command either through the Pipeline DSL in an ‘sh “command”’ block. pipeline {

Re: curl syntax to send and receive REST Service API response (xml) from jenkins

2018-10-24 Thread Jan Monterrubio
You could also try this: http://blog.getpostman.com/2016/02/03/curl-and-postman-work-wonderfully-together/ since you know how to call it in postman On Wed, Oct 24, 2018 at 11:25 Matt Hicks wrote: > Are you following the suggestions at > https://community.pega.com/knowledgebase/articles/running-p