Re: Jenkins Agent/Slave on Windows Disconnect Issue

2020-06-08 Thread Vinod Krishna
Hi, It looks like increasing the ELB Timeout helped us! Thanks a lot! On Wednesday, 3 June 2020 01:13:37 UTC-4, D'raj wrote: > > try increasing aws elb Idle timeout, by default its 60 sec > > > On Saturday, 30 May 2020 03:22:47 UTC+5:30, Vinod Krishna wrote: >> >>

Re: Jenkins Agent/Slave on Windows Disconnect Issue

2020-06-04 Thread Vinod Krishna
y, 30 May 2020 03:22:47 UTC+5:30, Vinod Krishna wrote: >> >> Hi, >> >> >> We have around 10 Jenkins Agents, each running on its own Windows 2016 >> EC2 instance. Java_slave is running as a service. The Jenkins master runs >> on a separate Amazon Linux i

Re: Jenkins Agent/Slave on Windows Disconnect Issue

2020-06-04 Thread Vinod Krishna
ne 3, 2020, 07:40:53 AM GMT+2, D'raj > wrote: > > > try increasing aws elb Idle timeout, by default its 60 sec > > > On Saturday, 30 May 2020 03:22:47 UTC+5:30, Vinod Krishna wrote: > > Hi, > > > We have around 10 Jenkins Agents, each running on its ow

Jenkins Agent/Slave on Windows Disconnect Issue

2020-05-29 Thread Vinod Krishna
Hi, We have around 10 Jenkins Agents, each running on its own Windows 2016 EC2 instance. Java_slave is running as a service. The Jenkins master runs on a separate Amazon Linux instance. We are able to establish connectivity between the Master and Agents and jobs are running fine. However

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: jenkins slave it is showing offline mode

2019-11-16 Thread Sai krishna reddy karri
try changing the Jenkins JNLP port to fixed within manage Jenkins -> config global security, and then restart the server and try again, I suspect the port that JNLP was taking which was occupied with some other process, but just give this a try !! On Fri, Nov 15, 2019 at 11:33 PM siva devops wr

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: Setting jenkins timezone

2019-11-05 Thread Sai krishna reddy karri
did you tried changing the timezone in jenkins UI within manage jenkins - > configure system, there is an option to update it. On Tue, Nov 5, 2019 at 10:51 PM Bruno Warmling wrote: > Hello everybody, > > I'm new here, but this forum looks awesome and maybe someone here can help > me. > > This is

Re: Issue with docker executors in Jenkins

2019-11-01 Thread Sai krishna reddy karri
so first have you updated the docker host uri option within docker file under /etc/default/docker ? that looks something like this -H tcp://127.0.0.1:2376 -H . after adding this in the end line try restarting docker and then check On Wednesday, October 30, 2019 at 7:42:56 AM UTC+5:30, Mus K wro

Re: Need help understanding this NotSerializableException

2019-02-11 Thread Hari Krishna Dara
bom.reverseEachDef {name, bom_def -> echo "$name" } } } } } } On Tuesday, February 5, 2019 at 1:00:26 PM UTC+5:30, Hari Krishna Dara wrote: > > I have a class that exposes a each style function that is working fine > when called from many places of Jenkinsfile,

Need help understanding this NotSerializableException

2019-02-04 Thread Hari Krishna Dara
I have a class that exposes a each style function that is working fine when called from many places of Jenkinsfile, but one such call needs to process it in reverse order, so I created a reverseEach style function, but this started throwing "java.io.NotSerializableException: org.codehaus.groovy

Re: Script for backing up Jenkins

2018-10-17 Thread Sreeram Krishna
Hi What is your backup location? I hope its not on the same server as the Jenkins Master. On Wed, Oct 17, 2018 at 2:22 PM wrote: > Thanks everyone for the update. For now we are going with the Periodic > Backup plugin which provides the backup of entire JENKINS_HOME. This > plugin works exa

Re: Script for backing up Jenkins

2018-10-17 Thread Sreeram Krishna
Glad to hear that Adam. On Tue, Oct 16, 2018, 11:03 AM Adam von Nieda wrote: > > I have a similar setup for Disaster Recovery, and rsync the entire > stack. Works like a charm, and I’ve tested within the last week. > > -- > Adam vonNieda > a...@vonnieda.org > > > > > On Oct 16, 2018, at 11:05

Re: Unexpected behavior instantiating a class from dynamically loaded library

2018-08-28 Thread Hari Krishna Dara
was returning the last evaluated value. On Tuesday, August 28, 2018 at 8:19:23 PM UTC+5:30, Hari Krishna Dara wrote: > > I have a git project docker-build with the below class: > > $ cat src/docker_build/DockerBuild.groovy > > package docker_build > > class DockerBuild { &g

Unexpected behavior instantiating a class from dynamically loaded library

2018-08-28 Thread Hari Krishna Dara
I have a git project docker-build with the below class: $ cat src/docker_build/DockerBuild.groovy package docker_build class DockerBuild { def image def steps DockerBuild(steps) { this.steps = steps steps.docker.withRegistry('...', '...') { image = st

Re: Getting closure to work Pipeline

2018-08-28 Thread Hari Krishna Dara
I found the closure composition feature and it works well for the use case that I had in mind. However, it would be interesting to understand why the below fails. Should I create a bug? On Monday, August 27, 2018 at 12:26:32 PM UTC+5:30, Hari Krishna Dara wrote: > > I am trying out an ap

Getting closure to work Pipeline

2018-08-26 Thread Hari Krishna Dara
I am trying out an approach in which the caller receives a closure as a return value from a function so that the context can be preserved for further call chaining. I tried the below as a test and it didn't work: def prep() { return [run: {-> echo "Hello Closure"}] } pipeline { agent "a

Re: Error running Windows batch file via build step

2018-02-14 Thread Sai Krishna
On Thursday, April 19, 2012 at 5:13:30 PM UTC+5:30, Lee Winder wrote: > > I have a single batch file which calls a number of executables which > builds various assets for our application. When I run the batch file > manually it works perfectly (the command prompt opens, the assets are built >

Re: How to download and view all previous artifacts from artifactory

2018-01-09 Thread Vamsi krishna
@pradheep i am able to see all the build versions in the artifactory but when i trid to download those artifacts i am able to download the current version.. how to mention the version while downloading the artifacts with the curl.. curl -uadmin ...http://./artifactory/.tgz i am

Re: How to use podTemplate in a declarative pipeline with the kubernetes-plugin.

2018-01-04 Thread Vamsi krishna
Hello all Local headers refused by remote: Authorization failure Jan 04, 2018 6:13:25 PM hudson.remoting.jnlp.Main$CuiListener status INFO: Protocol JNLP4-connect encountered an unexpected exception whats this error means... this is the logs error i am getting in my pod.. can anyone have i

Re: Kubernetes plugin ( want to run slave as pod )

2018-01-03 Thread Vamsi krishna
Hi @carlos in jenkins kubernetes plugin configuration we need to mention in the container template Working directory /home/jenkins command to run slave agent ? arguments to pass to the command ${computer.jnlpmac} ${computer.name} is this correrct what i am given and what is that comman

Re: Kubernetes plugin ( want to run slave as pod )

2018-01-02 Thread Vamsi krishna
On Saturday, December 30, 2017 at 10:29:58 AM UTC-8, Carlos Sanchez wrote: > > what logs and events are you getting when you run > > * kubectl logs your_pod_slave > * kubectl describe your_pod_slave > > are you getting "failed to open log file" there? if you do it looks like a > kubernetes issue

Re: Example of a working pod with the kubernetes-ci plugin

2017-12-28 Thread Vamsi krishna
@carlos i checked the logs but there is nothing showing in the logs jenkins is running outside of the cluster.. so i cant use the jenkins if i run outside the cluster. On Monday, November 21, 2016 at 12:43:08 AM UTC-8, Sébastien Douche wrote: > > Hi folks, > I try with the kubernetes-ci

Kubernetes plugin ( want to run slave as pod )

2017-12-28 Thread Vamsi krishna
Hello Team, I am using kubernetes plugin 1.1 My cluster is running in local Host.. Jenkins is running in outside cluster.. I want to run my Jenkins build jobs with slave pod in containers..after build job is done my slave pod has to kill automatically.. Pod is killing automatically when build j

Re: try/catch in a pipeline?

2017-10-10 Thread Jear Krishna
you can use post section in pipeline post or you can write try catch in script step. On Tuesday, October 10, 2017 at 10:43:04 PM UTC+5:30, Peter Berghold wrote: > > I've noticed some "non-de

Stop the slave.jar process in slave machine

2017-08-14 Thread Krishna Yemineni
Hello, I recently started playing with jenkins and I have successfully created a linux slave for my jenkins master. Now I don't need that machine to be jenkins slave anymore. So I deleted the linux node. But java -jar salve.jar process is still running in my linux machine. I tired killing it wi

Re: Cannot upgrade git plugin beyond 3.3.0

2017-07-31 Thread Sreeram Krishna
Thomas, did you delete the slave.jar and let Jenkins download a new one to the slave and reconnect? I tried disconnecting and reconnecting the slave, but did not try what you did. On Mon, Jul 31, 2017 at 1:33 PM, 'Thomas Gimpel' via Jenkins Users < jenkinsci-users@googlegroups.com> wrote: > I ha

How to get the parameter values from Jenkins job to selenium webdriver using java

2017-06-01 Thread Murali krishna
How to get the parameter values from Jenkins job to selenium web driver using java. -- 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.

Re: E-mail Notification issue in genkins

2017-04-02 Thread krishna prasad
thank you very much. done same and its working fine. On 31 March 2017 at 00:05, Jason Pyeron wrote: > Add those certificates to your truststore. > > > -Original Message- > > From: jenkinsci-users@googlegroups.com > > [mailto:jenkinsci-users@googlegroups.com] On

E-mail Notification issue in genkins

2017-03-26 Thread krishna prasad
Dear Group Members, We have jenkins and the issue is *E-mail Notification is not working for us. We are getting below error while I click on "Test" button. Kindly help me to resolve the issue.* javax.mail.MessagingException: Could not connect to SMTP host: ourdomain.net, port: 465; nested exce

E-mail Notification issue in genkins

2017-03-26 Thread krishna prasad
Dear Group Members, We have jenkins and the issue is *E-mail Notification is not working for us. We are getting below error while I click on "Test" button. Kindly help me to resolve the issue.* javax.mail.MessagingException: Could not connect to SMTP host: ourdomain.net, port: 465; nested e

Chef plugin in jenkin

2017-03-25 Thread Krishna
Hi Experts, I am new bee to jenkin, just wanted to know is chef plugin supported in jenkin, If yes, can someone share me the link for the same. Thank you in advance. Thanks Krishna -- You received this message because you are subscribed to the Google Groups "Jenkins Users"

Mocha phantomjs with jenkins

2017-03-09 Thread prithvi raj krishna
Hi, I am having trouble using phantomjs with mocha (mocha-phantomjs). As part of the npm install phase, it tries to download the phantomjs binary but it fails. I see that the proxy settings are correct. Anyone have experience with this ? The error log for reference 2017-03-09 14:24:40,618

Re: Build periodically with Parameters support

2017-02-07 Thread Sreeram Krishna
Its this one: https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Scheduler+Plugin On Mon, Feb 6, 2017 at 11:15 PM, Daniel Beck wrote: > It's unclear what plugin you're referring to. > > > On 06.02.2017, at 23:05, Sam K wrote: > > > > Anyone? > > > > On Thursday, February 2, 2017 at 3:41:

Re: Email ext to send html body in Pipeline

2016-10-14 Thread Sreeram Krishna
You are right! It has been added. But when I use the file for the body:, it was sending me the actual content of the html file as text file. I was using contentType: 'HTML' after trying to look at the code in github, but it really needed mimeType to get it working. I wish there is a way to mark t

Need for Lead .Net Web Developer-(Need for Lead .Net Web Developer-(Only Locals Face-Face Interview)

2016-08-19 Thread krishna sms
*Hi Partners,* *Role::Lead .Net Web Developer* *Location::Rocky Hill, CT* *Duration::6+ Months.* *Client::UHG/ITC* *Job Description::* *Projects:* *Lead .NET, C# development of Web.Strat and it's subcomponents.* *Team:*6+ developers collaborating on the creation and maintenance of cuttin

Re: Unable to Start NEW SSH slave

2016-06-21 Thread Krishna Kumar Tiwari
I am also not able to launch my slave agent. I also created another Jenkins master , but the same problem persists ! Does anyone have ever faced this situation or how to work with firewall here ? On Monday, 17 June 2013 18:34:50 UTC+5:30, Walter Kacynski wrote: > > I'm trying to attache a new SS

Skip syncing the Source Code even though Source Code Engagement is Configured in a Job

2016-06-07 Thread rama krishna
Hi, In my current working project I need to " skip syncing the source code when a Jenkins job triggers even though job is configured with Source Code management (Perforce) " in it. As per my use case I need to perform this step whenever a build trigger by a " RemoteCause " instead of " Self /

Re: Help! Jenkins Job configure gives "Oops! A problem occurred while processing the request" and a list of Stack trace

2015-11-10 Thread Krishna Nadiminti
.com/agentdero> > > % gpg --keyserver keys.gnupg.net --recv-key 3F51E16F > -- > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Jenkins Users" group. > To unsubscribe f

Re: envinject plugin: should it be able to set the workspace?

2015-10-28 Thread Krishna Kumar Tiwari
One use of envlnject which i have used Create a standard java .properties file and you can fetch the environmental variable and these can be used during your job. you need to specify the properties file in your job configuration. One way to do it copy the properties file from your slave node/mas

My jenkins server got upgraded but the earlier credentials are not working ?

2015-10-26 Thread Krishna Kumar Tiwari
Hi Team, My jenkins got upgraded somehow from 1.595 to 1.630 and i am not able to login now with my usual credentials ? Any idea what might have cause this ? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and

I have setup a job flow for my couple of jenkins jobs. My second job is not running even after successful completion of the first Job. It is becoming cloudy sign.

2015-10-15 Thread Krishna Kumar Tiwari
Hi, I have a job flow of two jobs in which i have setup the downstream and upstream. My first job is getting completed successully but second job is going cloudy. (Neither pass nor fail). Does anyone has idea about what might be causing it ? -- You received this message because you are subsc

Re: Regarding Deploy Plugin

2015-09-24 Thread Krishna Kumar Tiwari
Hi Anil , What are the steps you have mentioned in your config section of the job ? On Wednesday, 23 September 2015 15:42:07 UTC+5:30, Anil wrote: > > Hi All, > > I am unable to do deployment to Jboss 6.x eap from jenkins job? >

Using Build-Pipeline plugin

2015-09-24 Thread Krishna Kumar Tiwari
Hi I am planning to use Build-Pipeline-Plugin in my jenkins server but can't see any option to use. I installed it and it got installed successfully. But I am not able to any option to use it. Like Build-Pipeline-Plugin

How can the defects get logged to RTC whenevere there is a failure in the jenkins job ?

2015-07-29 Thread Krishna Kumar Tiwari
Hi I am planning to integrate my jenkins job and wants whenever the job gets failed (at any step may be during installation of build, running tests etc.) , a defect should get logged to RTC. There are couple of Jenkins plugin but they don't log a defect. https://wiki.jenkins-ci.org/display/

Re: How can i install jenkins server on rhel 7 machine ? Have anyone done it earlier ?

2015-07-20 Thread Krishna Kumar Tiwari
I want to install standlalone. Please hsare the steps if some have done it earlier ? On Wednesday, 15 July 2015 14:15:50 UTC+5:30, Krishna Kumar Tiwari wrote: > > Hi > > I want to install jenkins server on my rhel 7 machine for continuous > integration. Has anyone

How can i install jenkins server on rhel 7 machine ? Have anyone done it earlier ?

2015-07-15 Thread Krishna Kumar Tiwari
Hi I want to install jenkins server on my rhel 7 machine for continuous integration. Has anyone done it earlier ? -- 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 emai

Can we store output of some script in some variable in jenkins ?

2015-05-07 Thread Krishna Kumar Tiwari
Hi Suppose i have a script(script.py) which outputs one variable in Build_id . and in Execute Shell section of the job config. Following is the commands i have specified in Execute Shell section. python script.py python script1.py I want script1.py to use that variable in the job . How c

Re: Jenkins Docker 0.9beta plugin. How to stop Jenkins Slave from Cloning the Git repos each time- How to re-use workspace?

2015-04-24 Thread krishna kunapuli
ny known > artifacts within it. Then the build will only be fetching the diffs. > > > On Fri, Apr 24, 2015 at 4:18 PM, krishna kunapuli > wrote: > >> Hi, >> I was able to setup Jenkins running in a docker container and configure >> plug-in to kick off build

Jenkins Docker 0.9beta plugin. How to stop Jenkins Slave from Cloning the Git repos each time- How to re-use workspace?

2015-04-24 Thread krishna kunapuli
Hi, I was able to setup Jenkins running in a docker container and configure plug-in to kick off builds on slaves. How ever, each time a job is run jenkins slave container is trying to clone the entire git repository, downloading all the artifacts for the project. In my case it take 15minutes.

Not able to generate HTML report of my Job.

2015-04-23 Thread Krishna Kumar Tiwari
Hi I followed the steps present on https://wiki.jenkins-ci.org/display/JENKINS/HTML+Publisher+Plugin but stil can't see my html report on jenkins dashboard. However my job is running successful. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" gro

Re: Getting java exceptions while running my job from Jenkins server

2015-04-23 Thread Krishna Kumar Tiwari
kind of command. cd /dir1/dir2/ python script.py On Wednesday, 22 April 2015 20:17:23 UTC+5:30, Krishna Kumar Tiwari wrote: > > Hi > > I am getting following exception while building my job. What may be the > problem ? > > http://pastebin.com/14C8ff6c > -- You received

Getting java exceptions while running my job from Jenkins server

2015-04-22 Thread Krishna Kumar Tiwari
Hi I am getting following exception while building my job. What may be the problem ? http://pastebin.com/14C8ff6c -- 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 emai

Any disadvantages in reusing the jobs for multiple projects by passing parameters from the preceding job

2015-04-17 Thread Krishna Desiraju
the line with this approach. Thanks in advance, Krishna -- 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.co

Available consultants from Swift Pace Solutions Inc

2015-02-11 Thread krishna Groups
-- Forwarded message -- From: krishna Groups Date: Wed, Feb 11, 2015 at 8:38 PM Subject: Available consultants from Swift Pace Solutions Inc To: kris...@americanvassal.com Hi Partner, Hope you are doing good. Here is the updated list of available consultants from Swift Pace

How to Triger a Build from java application using REST API

2014-05-26 Thread krishna chaitanya
Hi , Any one please help me how to Triger a Build from java application using REST API. -- 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+unsub

Re: Backups

2013-10-29 Thread krishna chaitanya kurnala
Hi Jared The easiest way is to maintain a copy of .jenkins folder on diff server and have a rsync command run with cron or something to keep them in sync, take a look at the backup plugins as well. thanks Krishna Krishna Chaitanya On Tue, Oct 29, 2013 at 4:30 PM, Jared Griffith wrote: >

Caused by: java.io.IOException: Unexpected termination of the channel

2013-09-11 Thread Murali Krishna
Hi, Some times i got the below error and some times i didn't got what is the problem.My Jenkins version is 1.528 FATAL: Unable to delete script file /var/folders/qd/x3ltyqxs05n_t6btw8wd_gbmgp/T/hudson6356242655423798889.sh hudson.util.IOException2

[Jenkins][ruby]: how to integrate my ruby test cases to jenkins and see the build flow

2013-08-22 Thread Krishna Gundala
Hi Jenks, I need help in integrating my ruby functional test cases to run on Jenkins against dev builds. My project is Maven project and Functional test cases are written in Ruby. Can any one help on this? Thanks in advance. Regards, GMK -- You received this message because you are subscribe

Can we run parallel jobs in jenkins (i.e Functioanl test cases running aganist Dev builds)

2013-07-31 Thread Krishna Gundala
Hi All, I am having a two servers 1. Dev Server- deployes for every two hours 2. Functional Server- Nightly deploy (yet to be implemented) My Functional suites resides in Source- sevrer. Now, I need to deploy my functional suite from source server in Functional Server and run against latest bu

Re: graphviz installation issue - quick question

2012-12-10 Thread krishna chaitanya kurnala
Hi I just installed the RPM as root http://www.graphviz.org/Download_linux_rhel.php Thanks Krishna Krishna Chaitanya On Mon, Dec 10, 2012 at 8:56 AM, Christoph Kutzinski wrote: > Have you tried the graphviz forums? > http://www.graphviz.org/forums/general-discussion > > Am 1

Re: a lot of jobs

2012-11-20 Thread krishna chaitanya kurnala
Hi You can consider Configuration Slicing Plugin. thanks Krishna Krishna Chaitanya On Sat, Nov 17, 2012 at 7:56 PM, Marcin Biegan wrote: > It does not suite my needs, it just allows to organize multiple jobs > which are supposed to all be triggered by the same event, am I > correc

Re: Mac: Can't run any parallel tasks

2012-11-03 Thread krishna chaitanya kurnala
Hello Suggest using EnvInject Plugin, you can pass the location of pdepend for the build from job config page, I had a similiar situation for a different problem and fixed it in this way. Thanks, Krishna Kurnala Krishna Chaitanya On Fri, Nov 2, 2012 at 2:17 PM, Michael Funk wrote: > Ev

Re: Proper use of labels to have Jenkins build on nodes which are idle.

2012-10-11 Thread krishna chaitanya kurnala
Hi Kishore Use Job Priority Sorter Plugin and Labels Intelligently, you should be able to solve your problem. Thanks, Krishna Chaitanya On Thu, Oct 11, 2012 at 1:22 PM, mastkis wrote: > Hi All > > I am stuck with a problem here. > > I have N number of builds which can run

Re: LDAP authentication: ConnectException shows partial URL

2012-10-06 Thread krishna chaitanya kurnala
, Krishna Chaitanya On Tue, Oct 2, 2012 at 6:30 AM, marc magrans de abril < marcmagransdeab...@gmail.com> wrote: > Hi, > > I am trying to authenticate Jenkins users using our corporate LDAP server > (SSL connection) at ldaps://cerndc.cern.ch:636. However, when I try to > logi

Re: jenkins plugin for sona type repository manager

2012-10-06 Thread krishna chaitanya kurnala
Nope. Not to my Knowledge. There is a plugin for Artifactory alone. Thanks Krishna Chaitanya On Sat, Oct 6, 2012 at 12:21 PM, Rajagopal, Sampath < sampath.rajago...@vce.com> wrote: > Just to make it clear, this request is for nexus repository managerplug-in > within jenkins.

Re: How to build robust pipeline with multiple entry points?

2012-09-23 Thread krishna chaitanya kurnala
g schedule(polling frequency period > total avg duration of normal pipeline) (instead of Build Triggered for each commit) 2)Use a Post Build Grovy Script(Groovy post build plugin) to Fail the current Build if Upsteam/Downstream Jobs are in Progress. Good Luck, Krishna Chaitanya On Sun, Sep 23, 20

Re: Jenkins GitHub Integration

2012-09-23 Thread krishna chaitanya kurnala
Hi Ramesh Try doing a wget on the github url to verify there is no Firewall blocking access to port 80. Also, the URL you give in Jenkins Job should be the ssh url. hope, that helps. you can even try a git clone from command line. Thanks, Krishna Chaitanya On Sun, Sep 23, 2012 at 6:52 AM

Re: scaling jenkins to multiple projects without copying the projects

2012-08-24 Thread krishna chaitanya kurnala
You can try using Jenkins CLI for updating Jobs in Bulk or even even scripting interface (your jenkins URL/script Recommend the following Links: https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+CLI https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+Script+Console Thanks, Thanks, Krishna

Re: How do I prevent Workspaces from being automatically deleted.

2012-08-23 Thread krishna chaitanya kurnala
You can use Discard Old builds in Job Config Page. There are other interesting Plugins to do the same as Well. For Example, Create Job Advanced Plugin thanks, Krishna Chaitanya On Thu, Aug 23, 2012 at 10:46 AM, W. Grace Lee wrote: > Is there a way to configure longer keep time fo

Re: Deployment failure. Jenkins is unable to connect to repo.maven.apache.org

2012-08-16 Thread krishna chaitanya kurnala
Are you using a settings.xml ? You probably should put these details there. Thanks, Krishna Chaitanya On Thu, Aug 16, 2012 at 12:46 PM, David Weintraub wrote: > We have moved our Jenkins system to an isolated part of our network. I > can use a proxy to get plugins and keep them up t

Re: marking a build as un-stable with groovy post-build plugin

2012-08-13 Thread krishna chaitanya kurnala
just works well. Thanks, Krishna Chaitanya On Mon, Aug 13, 2012 at 11:47 AM, Ingo Richter wrote: > Does the script execution fail with an error? Do you see something in the > log? > Which version of jenkins/groovy are you running? > I have a similar snippet running properly on

marking a build as un-stable with groovy post-build plugin

2012-08-13 Thread krishna chaitanya kurnala
ot;, false, false, false, "red") manager.buildUnstable() } But, the above script is failing to change status of build. Please help. If possible. Thanks, Krishna Chaitanya

PAge Markup Plugin Dead?

2012-08-06 Thread krishna chaitanya kurnala
dispalying company banner etc in Jenkins? Thanks, Krishna Chaitanya

Marking Sonar Builds

2012-08-06 Thread krishna chaitanya kurnala
fine-grained way to specify the Jenkins Build as Un-stable etc instead of Failing. Please let me know. Thanks in Advance, Krishna Chaitanya

Re: failure setting up slave...

2012-07-29 Thread krishna chaitanya kurnala
Can you normally SSH to the slave machine from Master? I got some weird errors that disappeared after Firewall is relaxed ... Krishna Chaitanya On Sun, Jul 29, 2012 at 11:55 AM, Sami Tikka wrote: > From which package does "java" on the slave come from? > > -- Sami > &g

Re: Jenkins ver. 1.475 , NO plugins in Available tab

2012-07-28 Thread krishna chaitanya kurnala
Kamal Maybe, try an older version,say, 1.474. Not sure, whats going on, in your environment. I recently upgraded our Jenkins 1.475. here is the link: http://mirrors.jenkins-ci.org/ Thanks, Krishna Chaitanya On Sat, Jul 28, 2012 at 3:21 PM, Kamal Ahmed wrote: > They are JUST not th

Re: Jenkins ver. 1.475 , NO plugins in Available tab

2012-07-28 Thread krishna chaitanya kurnala
RE-Download the Jenkins WAR, verify md5sum and install again and see.. Krishna Chaitanya On Sat, Jul 28, 2012 at 11:52 AM, Kamal Ahmed wrote: > Just installed Jenkins ver. 1.475 <http://jenkins-ci.org/>, i found NO > plugins in the available in plugin manager > Help please >

Re: Jenkins showing wrong time-stamps for all Builds

2012-07-26 Thread krishna chaitanya kurnala
deploying jenkins.war in Tomcat. This is Strange, dont know how to solve. Appreciate some help. Thanks Krishna Chaitanya On Thu, Jul 26, 2012 at 11:47 AM, Sami Tikka wrote: > No, I have to faced the same problem. > > You might get better help if you gave some more details about yo

Jenkins showing wrong time-stamps for all Builds

2012-07-26 Thread krishna chaitanya kurnala
Hello Everyone For some reason, all the times of builds of our Jenkins are in Universal Timezone while we are Pacific Time Zone(LA) user.timezone = Universal did anyone face the same problem earlier? How did you fix it though ? Thanks, Krishna Chaitanya

setting time zone for jenkins

2012-07-25 Thread krishna chaitanya kurnala
hi guys did anyone try setting user.timezone to PDT/LA TIme instead of the Default Universal time zone ? Please guide me if possible. thanks, Krishna Chaitanya

Re: User that aborted build not visible?

2012-07-24 Thread krishna chaitanya kurnala
Please give a try with Audit Trail Plugin. thanks, Krishna Chaitanya On Tue, Jul 24, 2012 at 4:08 AM, Martin B. <0xcdcdc...@gmx.at> wrote: > Hi all! > > I noticed that when a user aborts a build in Jenkins, the logging shows: > > Build was aborted > Finished: ABO

Re: Issues when upgrading to 1.475

2012-07-24 Thread krishna chaitanya kurnala
Bram Please check the logs.. I upgraded to 1.475, running good so far without any problem.. it might not be a jenkins issue, but rather, an in compatible plugin .. just tail the logs buddy ;-) Krishna Chaitanya On Tue, Jul 24, 2012 at 7:57 AM, Bram P wrote: > > Just downgraded to

Re: Acknowledgement of failing tests?

2012-07-24 Thread krishna chaitanya kurnala
Claim Plugin !!! Krishna Chaitanya On Tue, Jul 24, 2012 at 7:53 AM, random wrote: > Is there any setting or plugin that will allow me to acknowledge a failing > test? > > I'm thinking of a feature similar to Nagios, where anyone in the team can > add a short no

Re: Question on which user accounts to use for Jenkins and for builds/access to source control

2012-07-24 Thread krishna chaitanya kurnala
user account has enough access to check-out/commit for any branch that jenkins builds(even other teams should give enough access for this scm account if they want CI Builds) Hope i made sense. thanks, Krishna Chaitanya On Tue, Jul 24, 2012 at 2:21 PM, JohnL wrote: > I am new to Jenkins... &g

Re: AD based Authentication for Jenkins from Local Accounts

2012-07-23 Thread krishna chaitanya kurnala
Hi Walter Which users/groups do you mean to say? I already have admin priviliges in my jenkins local user. Thanks, Krishna Chaitanya On Mon, Jul 23, 2012 at 7:25 AM, Walter Kacynski wrote: > Did you add yourself with Administrator privileges in the Users/Groups > panel before acti

AD based Authentication for Jenkins from Local Accounts

2012-07-23 Thread krishna chaitanya kurnala
hrough the Migration Process. Thanks, Krishna Chaitanya

Jenkins URL and TCP Port change

2012-07-23 Thread krishna chaitanya kurnala
default 8080 to another number, for example, 9000, how can I do that?* Appreciate your time ;-) Thanks in Advance, Krishna Chaitanya

Re: Choose build slave according to params

2012-07-17 Thread krishna chaitanya kurnala
Hi Michele You can use Labels to just do that. Just group a bunch of Slaves with a common labels, like test/production etc and use the Label in "Restrct where this project can be run" in your Jenkins Job. Thanks, Krishna Kurnala On Tue, Jul 17, 2012 at 11:32 PM, Michele

Re: Trigger action just before a build is aborted.

2012-07-17 Thread krishna chaitanya kurnala
Hi Micheal Interesting to have something like that, I am currently using Build TimeOut Plugin to would Abort/Fail the Build, it wont be able to Trigger any other Action though. Please let me know as well, if you find something. Thanks, Krishna Kurnala On Tue, Jul 17, 2012 at 2:02 AM, Michael

Re: TestNG plugin - no results displayed

2012-07-17 Thread krishna chaitanya kurnala
Hi Nigel I guess, I am facing the same issue, can you please let me know, how have you fixed the un-synchronized clocks? Thanks, Krishna Chaitanya On Tue, Jul 17, 2012 at 3:52 AM, Nig wrote: > It was indeed the clocks out of sync between the Jenkins master and the > file server. &g

Re: Jenkins Jobs Fail with Sonar Plugin enabled on Slave Nodes

2012-07-15 Thread krishna chaitanya kurnala
. Thanks, Krishna Chaitanya On Sun, Jul 15, 2012 at 12:35 AM, domi wrote: > have you tried to execute the same command on the command line? > - login to the slave (e.g. ssh) as the same user as the Jenkins slave is > running with > - change to the same directory > - execute the mvn c