Re: How do you set java options for ssh agents

2020-09-23 Thread naresh....@gmail.com
I think to have those updated settings applied correctly we need to disconnect and launch those agents again instead of just bringing those offline and online, just checking to make sure that we are not missing anything there. On Wednesday, September 23, 2020 at 12:01:46 PM UTC-5

Re: Unlock Jenkins Error - HTTP ERROR 404 - New Bee

2018-05-25 Thread Naresh Manojari
Did you find the solution.even am facing the same situation On Saturday, 20 August 2016 19:02:12 UTC+5:30, websphere automation wrote: > > Hello All, > > I am new to Jenkins and I have installed jenkins on Centos using rpm , it > comes up fine and start. > > I am able to access jenkins console

Re: Loading properties from a file in Jenkins 2.0 pipeline

2018-04-30 Thread naresh thota
hi, can someone help to resolve the below issue. i have used the readProperties to read the properties from the file as below. def props = readProperties file: 'my_dir/env_props.properties' def var1 = props["${env}.install"] here env is the parameter passed to the pipeline job, the

Re: Jenkins Pipeline Plugin - how to inject global passwords?

2017-04-03 Thread kumar naresh
Hi, please help to get the global passwords list from jenkins using the groovy scripting. Regards, kumar. On Monday, April 25, 2016 at 3:25:14 PM UTC+5:30, Harry G. wrote: > > Please note: Credentials Binding works, but currently it is not possible > to mask passwords in the log with this

Analytics for Jenkins CI/CD

2017-03-31 Thread Naresh Aravindh
CloudMunch (www.cloudmunch.com) will be launching a new product “Analytics for Jenkins CI/CD” in the coming weeks. This product is useful for Release Managers and DevOps admins who are using Jenkins as a part of their application delivery pipeline. Metrics will be collected from Jenkins and

TAMING JENKINS AT SCALE WITH CLOUDMUNCH TURBO

2016-09-22 Thread Naresh
Last week we launched CloudMunch Turbo and the initial reception was good. This week, we have made CloudMunch Turbo widely available as a part of our free cloud edition. In this post, I will talk about how you can launch a new Jenkins service with few clicks using CloudMunch Turbo Templates. This

Re: NullPointerExceptions after adding TimerTrigger via groovy script.

2016-08-29 Thread kumar naresh
HI Colin, this groovy is updating/adding build perodic section in build triggers section. can you please share the script to update poll scm section in build triger section via groovy script. Regards, Raju. On Wednesday, October 29, 2014 at 2:27:47 PM UTC+5:30, Colin McIntyre wrote: > >

Re: Moving a job to a Folder

2016-06-09 Thread kumar naresh
example "echo hi" in first line using groovy script . Regards, kumar On Thursday, June 9, 2016 at 11:44:46 AM UTC+5:30, Sverre Moe wrote: > > Try the Groovy Postbuild Plugin > You could also use the build step "Execute system Groovy script" > > torsdag 9.

Re: Moving a job to a Folder

2016-06-09 Thread kumar naresh
import com.cloudbees.hudson.plugins.folder.Folder > > def jenkinsInstance = jenkins.model.Jenkins.getInstance() > def newProject = jenkinsInstance.createProject(Folder.class, > "my-folder-project") > > > mandag 6. juni 2016 15.17.13 UTC+2 skrev kumar naresh følgende: >> >&

Re: Moving a job to a Folder

2016-06-07 Thread kumar naresh
kinsInstance = jenkins.model.Jenkins.getInstance() > def newProject = jenkinsInstance.createProject(Folder.class, > "my-folder-project") > > > mandag 6. juni 2016 15.17.13 UTC+2 skrev kumar naresh følgende: >> >> Hi Daniel, >> >> could you please let me know exactly how to creat

Re: Moving a job to a Folder

2016-06-06 Thread kumar naresh
Hi Daniel, could you please let me know exactly how to create a jenkins folder job using groovy script. Regards, Naresh. On Friday, August 21, 2015 at 12:42:40 AM UTC+5:30, Daniel Serodio wrote: > > We use this Groovy script to move jobs to folders, maybe you can use it as > a start

Not able to get version numbers from artifact server with "Maven metadataPlugin"

2016-01-30 Thread Naresh Chidipothu
Hi, I am trying to get version number as build parameters from artifactory server using https://wiki.jenkins-ci.org/display/JENKINS/Maven+Metadata+Plugin Please find the attached screen shot. Please help me how to get values. [image: Displaying image001.png] -- You received