FreeStyle job option to selectively run downstream jobs

2023-01-24 Thread Naveen Chandra Sekhara
HI All, Is there a plugin or steps where we can pick downstream jobs when I start the job? This will be very helpful. Best Regards, Naveen -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop

global-build-stats is broken for job url

2022-08-10 Thread Naveen Chandra Sekhara
. If not this plugin, can someone suggest Groovy or REST API to get build stats for last X amount of days. Best Regards, Naveen -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails fro

Re: Jenkins Build Metrics API

2022-08-10 Thread Naveen Chandra Sekhara
I have similar requirement. Can someone respond please? On Monday, May 4, 2020 at 9:39:49 AM UTC-7 Satheesh Parepalli wrote: > Hi All, > > My Jenkins server not working Global build stats and Build Metrics > plug-ins . > > Please can you suggest is the any way to get/collect build metrics using

Pipeline as YAML

2021-12-23 Thread Naveen Chandra Sekhara
HI All, Sorry if this is a repeat. Does someone actively using this. Can you please share your experience. Right now I have Declarative pipelines. I would like to start using Pipeline as YAML. Best Regards, Naveen -- You received this message because you are subscribed to the Google Groups

User management

2021-09-05 Thread Naveen Chandra Sekhara
jobs?? Best Regards, Naveen -- 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 jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion

Re: Jenkins plugin updates failing after adding certs also

2021-08-02 Thread Naveen Chandra Sekhara
lid-certification-path-to-requested-target-error-whil> Also enable SSL login with -Djavax.net.debug=all in jenkins.xml for further debugging. On Friday, July 30, 2021 at 9:19:17 AM UTC-7 Naveen Chandra Sekhara wrote: > HI All, > Can you please answer this if you have an experienc

Re: Jenkins OnPrem integration with Azure AD

2021-08-02 Thread Naveen Chandra Sekhara
lid-certification-path-to-requested-target-error-whil> Also enable SSL login with -Djavax.net.debug=all in jenkins.xml for further debugging. On Thursday, July 29, 2021 at 3:11:19 PM UTC-7 Naveen Chandra Sekhara wrote: > HI All, > When OnPrem Jenkins with Azure AD fails like this.

Jenkins plugin updates failing after adding certs also

2021-07-30 Thread Naveen Chandra Sekhara
HI All, Can you please answer this if you have an experience. https://stackoverflow.com/questions/68594122/jenkins-plugin-updates-are-failing-with-unable-to-find-valid-certification-path Best Regards, Naveen -- You received this message because you are subscribed to the Google Groups "Je

Jenkins OnPrem integration with Azure AD

2021-07-29 Thread Naveen Chandra Sekhara
HI All, When OnPrem Jenkins with Azure AD fails like this. https://stackoverflow.com/questions/68401994/jenkins-with-azure-ad-integration-fails-with-a-problem-occurred-while-processin Does anyone have experience. please share. Just discovered this group. posting here. Best Regards, Naveen

How to increase the Jenkins logout time

2018-08-02 Thread naveen
Current our jenkins logs-out in 30 minus, I need to increase it for 3 weeks atleast , I tried different things not worked out. we don't have ssh to box should . run scripts from script console or using jenkins cli. -- You received this message because you are subscribed to the Google Groups

Re: Jenkins Sonar Plugin groovy script

2018-05-18 Thread naveen
Thanks so much! well it worked import jenkins.model.* import hudson.plugins.sonar.* import hudson.plugins.sonar.model.* import hudson.model.* def inst = Jenkins.getInstance() SonarGlobalConfiguration global = Hudson.instance.getDescriptorByType( SonarGlobalConfiguration.class) def

Re: Jenkins Sonar Plugin groovy script

2018-05-18 Thread naveen
By chance could review the code once, any suggestions. On Friday, May 18, 2018 at 1:24:10 PM UTC-7, naveen wrote: > > > > > > > > > > > ERROR: Unexpected exception occurred while performing groovy command. > > groovy.lang.MissingPropertyException: No such p

Re: Jenkins Sonar Plugin groovy script

2018-05-18 Thread naveen
) at hudson.remoting.RemoteInvocationHandler$RPCRequest.call( RemoteInvocationHandler.java:850) at hudson.remoting.UserRequest.perform(UserRequest.java:210) at hudson.remoting.UserRequest.perform(UserRequest.java:53) On Friday, May 18, 2018 at 1:23:46 PM UTC-7, naveen wrote: > >

Re: i am getting below error while configuring the job in jenkins first time

2018-02-16 Thread naveen kumar
> > Thanks Mark. > After adjust the configuration of the global git tool (in the Global Tools Configuration) it worked fine -- 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,

Re: i am getting below error while configuring the job in jenkins first time

2018-02-16 Thread naveen kumar
Added the path and launched agent again but no luck On Saturday, February 17, 2018 at 1:54:46 AM UTC+5:30, naveen kumar wrote: > > Console Output Started by user admin Building on master in workspace > C:\Jenkins\JenkinsHome\workspace\HelloWorld Cloning the remote Git > reposi

i am getting below error while configuring the job in jenkins first time

2018-02-16 Thread naveen kumar
Console Output Started by user admin Building on master in workspace C:\Jenkins\JenkinsHome\workspace\HelloWorld Cloning the remote Git repository Cloning repository https://github.com/naveenaws2018/HelloWorld.git

Re: Bug Publish over SSH

2017-11-06 Thread Naveen DN
I had the same problem...export PATH=$PATH: && mvn clean test solved my problem On Wednesday, April 29, 2015 at 12:55:21 AM UTC+5:30, Erick Macedo wrote: > > Hi, > > I'm using the plugin Publish over SSH to run a remote command maven on a > linux machine with properly configured maven. > >

GitHub Commits aren't triggering builds

2016-11-07 Thread Naveen Srinivasan
d our jenkinsfile has this properties([pipelineTriggers([[$class: 'GitHubPushTrigger']])]) But even with this builds aren't triggered automatically. What are we missing? Thanks Naveen -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group.

log file jnlp docker

2016-11-02 Thread Naveen Srinivasan
Hi, I would like to post the build log from the jnlp docker image I am running to slack. Where would the build log be? Are there any ENV variables to get the log file? Thanks Naveen -- You received this message because you are subscribed to the Google Groups "Jenkins Users&q

Re: Help with invoking scripts via CURL

2016-10-10 Thread Naveen
p://www.google.com/url?q=http%3A%2F%2F192.168.99.100%3A31419%2FscriptText=D=1=AFQjCNHu1kNXm_dnSwEUJRepoH7K7GdTdA> > USER= > PASS=Y > curl --silent --user "${USER}:${PASS}" --data-urlencode > "script=$(<./whatever.groovy)" ${instance}/scriptText >

Help with invoking scripts via CURL

2016-10-09 Thread Naveen Srinivasan
criptText What am I doing wrong? Is this possible? Like I had mentioned I would like to use automate everything without ever logging into the server. Thank you! Naveen 0 New Reply to all -- You received this message because you are subscribed to the Google Groups "Jenkins Users" g

Configuring Jenkins jobs to include specific parameters for Slave Jobs.

2016-10-06 Thread naveen shankar
advance Regards, Naveen P S -- 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 jenkinsci-users+unsubscr...@googlegroups.com. To view this di

A program accessible directly on MAC system is reported as "command not found"

2016-04-22 Thread Naveen G.M.
er 21 <http://benrndbam01.tally.tallysolutions.com:8080/job/TallyWorld_Win_MultiNode_09/21> originally caused by: Started by user Naveen G M <http://benrndbam01.tally.tallysolutions.com:8080/user/naveen...@tallysolutions.com> [EnvInject] - Loading node environment variables. Building remo

axis2 webservice

2013-11-18 Thread naveen gayar
Hi, I have axis2 webservice, which I build through eclipse and generate a aar file. I copy this aar into axis.war folder. I deploy axis2.war into weblogic. Can I share my code repository to Jenkins team. Will they be able to do the rest? Thanks Jyothi +917416862301 -- You received this