Re: Is it possible to re-run init.groovy.d scripts whilst Jenkins is running?

2018-08-08 Thread Jan Monterrubio
You can post the script contents to the script run endpoint I believe. “ A Jenkins Admin can execute groovy scripts remotely by sending an HTTP POST request to /script/ url or /scriptText/. “ From https://wiki.jenkins.io/display/JENKINS/Jenkins+Script+Console#JenkinsScriptConsole-Remoteaccess

Parallel pipeline builds

2018-08-08 Thread krish
I need to run a stage in Jenkinsfile along with shared library pipeline, The reason is, i need to import 2 libraries into jenkinsfile, I tried run the stage in reference to those 2 libraries in my shared lib pipeline, its giving an error: java.lang.NullPointerException ; is there a way i can

Trying to Take more than 1 input as URL but it's not working

2018-08-08 Thread hussain
how to provide input more than 1 url that help to curl it one by one in jenkins run. I'm using bash to curl the url but facing issue while taking more than 1 URL as input. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from

Re: Unable to launch a browser

2018-08-08 Thread Ajith Raman
Hi Jan, My requirement is something like this: 1. Login to Jenkins. 2. Execute a Jmeter test using the below commands: cd C:\Users\C51539A\Downloads\apache-jmeter-4.0\bin jmeter -Jjmeter.save.saveservice.output_format=csv -n -t Sample_Framework.jmx -l

Re: Unable to launch a browser

2018-08-08 Thread Ajith Raman
Hi Suja, Thanks for the response. I tried your step as well. Browser still doesn't opens. Is any plug-in being missed here? Regards, Ajith On Tuesday, 7 August 2018 10:55:53 UTC+5:30, suja...@gmail.com wrote: > > Try to run Jenkins from the command line and start browser > > cd "C:\Program

Build queue hangs after timer task error on Jenkins

2018-08-08 Thread pbasanta2002
Build queue hangs after timer task error on Jenkins.. is there any solution for this .. -- 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

Jenkins pipeline starts every minute over and over again while it's still running

2018-08-08 Thread komlevwladimir
I have two repositories in gitlab first one with the main project, the second one with autotests. There is Jenkins pipeline, with the following configurations: *Build triggers:* *Poll SCM Schedule: * * * * ** *Definition: Pipeline script from SCM* *SCM: Git* *Repositories:* *