Kubernetes plugin. Identical pod template in multiple kube clouds.

2022-08-31 Thread ravi kiran rao bukka
hey i have a question about the kuberentes plugin in Jenkins. I see that it offers to add multiple clouds and pod templates. If i have two clouds (pointing to different kube clusters) and offering same pod templates. How does the plugin choose which cloud (kube cluster) to go with? If a kube cl

Unable to send the mail to Developers and Requestors in the Jenkins pipeline script.

2020-03-11 Thread ravi krishna
x27;, recipientProviders: [[$class: 'DevelopersRecipientProvider'], [$class: 'RequesterRecipientProvider']], I am getting below error. "An attempt to send an e-mail to empty list of recipients, ignored." Can someone help me on this. Thank you. Regards, Ravi Krishna

Re: Problem running Jenkins as a system service on Ubuntu

2019-11-08 Thread ravi krishna
his group and stop receiving emails from it, send an > email to jenkinsci-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/5f886501-5849-45d5-873e-650c5102ce9b%40googlegroups.com > <https://grou

Re: p4 unshelve fails in a pipeline job

2017-03-28 Thread Ravi Kondamuru
I found the following issue in Jenkins issue tracker that seems to be related to what i am seeing: https://issues.jenkins-ci.org/browse/JENKINS-34014 The workaround suggested helps. thanks, Ravi. On Saturday, March 25, 2017 at 5:34:40 PM UTC-7, Ravi Kondamuru wrote: > > Hi, > &

p4 unshelve fails in a pipeline job

2017-03-25 Thread Ravi Kondamuru
d. thanks, Ravi. Console log: [vpx] P4 Task: unshelve review: 582305 [vpx] (p4):cmd:... p4 unshelve -f -s582305 -cdefault [vpx] p4 unshelve -f -s582305 -cdefault [vpx] [vpx] - no such file(s). [vpx] [vpx] (p4):stop:6 [vpx] ... duration: (7ms) Jenkinsfile: checkout([$class: 'PerforceSc

How can i trigger Job-B if Job-A is failed in jenkins build flow

2016-12-12 Thread ravi
trigger the Job-B Below is my script using in buildflow: ignore(FAILURE) { build("Job-A") if (verify != success) { println "Job-B" build("Job-B") } } -- Thanks & Regards, Ravi Teja -- You received this message because you are subscribed to the Google Groups &qu

Re: How to consolidate reports generated from child jobs and pulled into parent job???

2016-07-20 Thread Ravi A
Recently we had something similar requirement. So I configured/updated my child Jenkins jobs to copy their respective individual test reports to one network share directory and quit. Parent will be waiting till all child execution is completed and pick up all the reports from the same network s

How to consolidate reports generated from child jobs and pulled into parent job???

2016-07-20 Thread Ravi T
me on this ? In case any one has configured can you please provide me step by step details as I am not expert in jenkins. Thanks Ravi Tripathi -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this grou

Re: Jenkins + Android: Two Problems. Please help.

2016-07-18 Thread Ravi A
tu Server" host ?? Kindly advise. Thank you, Ravi On Monday, July 18, 2016 at 11:39:01 PM UTC+5:30, Eric Pyle wrote: > > I don't know anything about running the Android Emulator, but the error > seems to be "Unable to open display". You mention that you did no

Re: Jenkins + Android: Two Problems. Please help.

2016-07-18 Thread Ravi A
Please neglect my Problem #1 as this problem is related to "Android". Let me ask this question to "Android Google Group". Request you to answer my Problem #2 with a solution. Thank you, Ravi On Monday, July 18, 2016 at 11:53:06 AM UTC+5:30, Ravi A wrote: > > > I a

Jenkins + Android: Two Problems. Please help.

2016-07-17 Thread Ravi A
start Emulator from "Shell Command Line", but "Segmentation Fault (core dumped)" when I exit the emulator. ravi@ravi-dev-box:~$ emulator -list-avds Nexus_6_API_23 ravi@ravi-dev-box:~$ ravi@ravi-dev-box:~$ emulator -avd Nexus_6_API_23 adb_server_notify: Failed to establish conn

Re: Maven: Running TestSuite Tests run: 0

2016-05-29 Thread Ravi Mangala
y a > single dependency either junit or testng is the best not both... > > Conclusion: This is more a question for the maven users list than for > the jenkins users list... > > Kind regards > Karl Heinz Marbaise > > On 5/29/16 5:20 PM, Ravi Mangala wrote: > >

Maven: Running TestSuite Tests run: 0

2016-05-29 Thread Ravi Mangala
Hi Team, I am working on integration of Selenium webdriver with Jenkins using Maven. When I run mvn test I am getting Running TestSuite Tests run: 0. My POM file: http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apa

Jenkins failing to take update or CHeck out fresh copy of Code from SVN

2016-05-13 Thread Ravi Mangala
Hi Folks, I am new to jenkins. I am working on a project but jenkins failing to take update from SVN every time I am seeing the old code. After restarting the Jenkins it takes out the fresh code. Thanks -- You received this message because you are subscribed to the Google Groups "Jenkins Use

python code coverage using cobertura plugin in jenkins.

2015-06-26 Thread Ravi pawar
component\package wise xml files. But Cobertura aggregate all the xml files and display only file wise code coverage. If some one have any idea on this Please reply on this. Thanks Ravi -- You received this message because you are subscribed to the Google Groups "Jenkins Users"

Re: Error 404 on latest jenkins download

2012-10-08 Thread Ravi Teja Lokineni
Attaching screenshot <>