Re: Jenkins checkout of Subversion code --read only

2013-03-08 Thread Varghese Renny
Hi dilip, You can go with setacl to the directory(get inherit to subfolders automatically) umask to newly creating file chown change the owner to who is running the jenkins Regards On Fri, Mar 8, 2013 at 2:18 PM, wrote: > Subversion records the permissions settings of files, and wh

Post build task plugin is not working properly

2013-02-18 Thread Varghese Renny
Hi, if my build actions get failed i needed to zip the report file dynamically generated and need to send as an attachment *In post build task log text: build as failure Operation : OR SCRIPT : antst.sh *This antst.sh lies in my base directory of workspace It contains *#!/bin/sh ant report p

Selenium Webdriver project usage with cobertura Plugin

2013-02-09 Thread Varghese Renny
Hi, For automation purpose of our webproject, I have added a selenium project to jenkins. But i don't how to generate cobertura.xml for automation project. Since it should generate after running the automation on project url not after compiling(assumption). I am using ANT for build the p

Re: Memory issues with Jenkins

2012-11-09 Thread Varghese Renny
ool a > job separately? Or, is this only when it's running Ant (where I can set the > memory on a per job basis). The problem is that this is a post-build task > that's crapping out. > > For now, I've just eliminated the analysis. Maybe I'll turn them on one at &

Re: Memory issues with Jenkins

2012-11-08 Thread Varghese Renny
Hi David, You have to set JVM in two places, one for system, one for the particular job you are running..check it out..I think 2GB memory is more than enough for one job..You can analze it through monitoring plugin.. Options are you can dump your heap memory to some location in your system an

Re: NoSuchRealmException on a basic maven job

2012-11-08 Thread Varghese Renny
Hi, This error usually occur because of missing project dependencies that you define on pom.xml. Like jar file missing or adding dependencies which contain the class file it's looking for..You need to analyze it correctly.. Another cause can be jvm is not able to load full class defenition..Tr

Re: Editable Email Notification. How do I set conditional Email Logic?

2012-11-08 Thread Varghese Renny
Hi Tom, In presend script you can mention like this.. import hudson.model.Cause.UpstreamCause def cause = build.causes.find { if(it instanceof hudson.model.Cause.UpstreamCause) { return true } return false } if(cause) { cancel=true } I don't know how it cancel base

Re: What is the difference between multi configuration job and matrix based job?.

2012-10-11 Thread Varghese Renny
Why using additional executor for slave node running multiconfiguration job? > > > > > Regards, > varghese >

What is the difference between multi configuration job and matrix based job?.

2012-10-11 Thread Varghese Renny
I am not understanding it from wiki. Please explain it with examples. Regards, varghese

Re: Help copying a file from one job to another with deletion

2012-09-16 Thread Varghese Renny
job #2 do the checkout of the source code? > > Richard. > > On Thu, Sep 13, 2012 at 6:42 PM, Varghese Renny > wrote: > > Hi > > Two jobs > > 1 job- taking pull with update from one repository and copying it to the > > workspace of 2nd job.(

Help copying a file from one job to another with deletion

2012-09-12 Thread Varghese Renny
Hi Two jobs 1 job- taking pull with update from one repository and copying it to the workspace of 2nd job.(Mercurial) 2 job- will do build operation. Copy operation i am doing with Robocopy command My issue is Suppose somebody deleted the file from repository, it's copying to the workspa

Need help on polling scm on remote using ssh

2012-09-09 Thread Varghese Renny
Hi, My repostories are all on client side. I am using linux system. I want to connect to remote repo. and needed to poll that repo..How can i done this?..Always ssh to remote repo..Please suggest me a way..I don't know exactly what to do? Regards, varghese

Re: How to take pull -u from a repository instead of doing update only in mercurial using jenkins

2012-09-06 Thread Varghese Renny
Yeah, recently one develper has deleted one file in remote repo, so after that build is getting failed pointing to the java file he deleted. so it is taking update only not pull.. I have given options like Repository url corresponding url... Branchnil Modules nil clean build didn't

How to take pull -u from a repository instead of doing update only in mercurial using jenkins

2012-09-06 Thread Varghese Renny
Hi, I got an error because some develpers has deleted code from mercurial repository, since it is taking update only if something is deleted from repository it won't get reflect in the build workspace. What can i do for avoiding build getting failed due to this reason? Regard

Automated Testing & Continuous Deployment for Mobile Apps

2012-09-05 Thread Varghese Renny
I am from india. So how can i attend this session through online? Any recorded session will be available? Regards, varghese

Exception shown at windows slave console during restart of tomcat

2012-08-16 Thread Varghese Renny
Hi, i am getting an exception at slave console while stoping and starting tomcat using ant task.. How to resolve this error? Any other method i can use for starting and stoping tomcat ? Aug 15, 2012 2:46:53 AM hudson.Proc$LocalProc join WARNING: Process leaked file descriptors. Se

No fingerprint matches between two records error

2012-08-09 Thread Varghese Renny
I have two dependent projects. In both project two files are there in common..i have given this file x.java in both dependent projects..But still showing no fingerprints match between two projects. Both projects are recording fingerprints.. my workspace is in slave-windows machine..master is lin

How to change the background colour(Blue) in jenkins..

2012-08-08 Thread Varghese Renny
Please give me a suggestion to change the background tab colour of jenkins..i wanted to make it white.. How can i do that? Thanks in Advance varghese

Re: slave agent fail to connect to master using jnlp

2012-08-02 Thread Varghese Renny
But it is working fine without public ip and dns..i am not able to come to a conclusion that it's the problem with ethernet card.. How can i approach this problem? Only port number i have changed in my application server tomcat.whether i needed to change any other settings? Thanks in Advance

slave agent fail to connect to master using jnlp

2012-08-01 Thread Varghese Renny
i am using jenkins 1.447.2 version.My master is linux and slave is windows Jul 27, 2012 12:44:17 PM hudson.remoting.jnlp.Main$CuiListener INFO: Hudson agent is running in headless mode. Jul 27, 2012 12:44:17 PM hudson.remoting.jnlp.Main$CuiListener status INFO: Locati

Re: upstream changeset info in the email-ext notify from downstream project

2012-07-30 Thread Varghese Renny
Thanks Chris..this code snippet is very helpful for me...Actually i was searching for this...Thanks again...

Re: Handshaking issue between master and slave

2012-07-27 Thread Varghese Renny
yeah...i changed that..also..in slave logs i can see java socket exception and connection reset.. When i start with lauch button as well as command prompt it s showing server rejected the connection.. Any comment would be appreciable.. Regards,

Handshaking issue between master and slave

2012-07-27 Thread Varghese Renny
hi, How to solve this error...Error occured since i make master ip to public and assign DNS.. Jul 27, 2012 12:44:17 PM hudson.remoting.jnlp.Main$CuiListener INFO: Hudson agent is running in headless mode. Jul 27, 2012 12:44:17 PM hudson.remoting.jnlp.Main$CuiListener status INFO: Locatin

Re: Where two dependent job relation can seen in jenkins folder

2012-07-26 Thread Varghese Renny
I checked the archives and all. It's not pointing to which .groovy file will be created for each job we are creating..In email-ext plugin home page, it's only showing 4 variables are available- cancel,msg,build..it's not saying where it belongs to..is it an object, if yes, which groovy class it is

Re: Where two dependent job relation can seen in jenkins folder

2012-07-26 Thread Varghese Renny
So if it is represented using xml then how can i check the condition like build reason of this job is due to upstream cause.. Actually i needed to write like that in pre script of email-ext plugin. Thanks in Advance, varghese

Where two dependent job relation can seen in jenkins folder

2012-07-26 Thread Varghese Renny
I wanted to see the file corresponding to two dependent job of jenkins? Like if we mention two jobs are dependent, what file it will generate for dependency? Thanks in Advance, varghese

Re: Email-ext plugin Pre send script

2012-07-26 Thread Varghese Renny
One more question..How do i know which all variable are available in classes corresponding to two dependent jobs..Where i can find the class corresponding to dependent jobs? Then only i can create some instance to call build cause and all.. Thanks in Advance, varghese

Classes corresponding to depend jobs

2012-07-25 Thread Varghese Renny
Hi, i want to know the location of classes corresponding to two dependent job..(groovy).Also i need to know what all variables are available in these class.. So i can create instance and and call some upstream variable or something.. Thanks in Advance varghese

Re: Email-ext plugin Pre send script

2012-07-25 Thread Varghese Renny
Thanks for reply Like in java, can i call like if(build.cause==upstream) { cancel=true } i know the only build and cancel are available..so how can i check like build.cause is due to upstream.. if condition i am not getting. Please help me for this code snippet Thanks in advance, varghese

Re: Email-ext plugin Pre send script

2012-07-25 Thread Varghese Renny
But in the flexible publish plugin i found only archive artifacts, pmd ,publish junit..no email-ext is there.. Thanks in advance, varghese

Email-ext plugin Pre send script

2012-07-25 Thread Varghese Renny
Hi, i wanted to write a script like canceling the email if build has been triggered due to upstream project. Can i use shell script?..i have seen variable cancel. But i don't see any example for it..Well i am not a groovy guy..Only shell and python i know.. Somebody please help for presend sc

Re: Possibility to get build_status using jenkins environment variable

2012-07-25 Thread Varghese Renny
Can you explain about xml api, whether i needed to install some plugin? my purpose is i am writing an task. Using env i can access build_number, build_url but not build_status. So Where i needed to $JENKINS_URL/job/JOB/BUILD/api/xml using GET? Thanks in Advance, varghese

Possibility to get build_status using jenkins environment variable

2012-07-24 Thread Varghese Renny
Hi i want to get build status for using in an ant task. But i am not able to find an environment variable which contains the value of build status.. Please help to get the value of build status? Any comment would be greatly appreciated. Regards, varghese

Re: upstream changeset info in the email-ext notify from downstream project

2012-07-23 Thread Varghese Renny
>From my opinion you can use promotion plugin in upstream job, for sending the build details about the downstream job.. You can config email-ext in upstream through promotion build.

Re: Plugin for post build actions

2012-07-23 Thread Varghese Renny
one more thing to add, Can i add email notification to conditional build step.? Can i send email to some recipient using shell script from jenkins? Is there any plugin available to restrict email notification while commit come from upstream jobs? i can't remove email notification of job B since it

Re: Jenkins URL and TCP Port change

2012-07-23 Thread Varghese Renny
Hi krishna you can change the port number of tomcat..by editing server.xml inside the config folder..

Plugin for post build actions

2012-07-22 Thread Varghese Renny
Hi, which is the plugin can i use for putting conditions for post build actions? Before execting post build action after completion of build i need to check some condition? Please suggest plugin for that? Thanks in Advance, varghese

Re: Regarding Email Notification while trigger another job

2012-07-21 Thread Varghese Renny
When i used email-ext plugin, it showing build url as the url of job A..i want the url of job B.How can i do that? Thanks in Advance, varghese

Project relationship between upstream and downstream jobs

2012-07-20 Thread Varghese Renny
Hi, I am creating fingerprints for job A and job B, when i check fingerprints of job A it's showing md5sum as one id For job B also it's showing same id for the file i have given in both job A and job B for fingerprinting. Since both id's are same, i assume two projects are dependents Now my

Re: CloudBees Free Enterprise Plugins 1.8 and earlier broken on Jenkins 1.474+

2012-07-20 Thread Varghese Renny
That i got..But it's not showing any fingerprint, whether i needed to copy artifacts from previous project and finger print that archived artifact? Thanks in Advance varghese

Re: Fingerprint database

2012-07-20 Thread Varghese Renny
Can you please tell how you implemented fingerprint and artifacts, i been searching this from morning? Not able to make it workable.. Please explain the proc in detail? Thanks in Advance varghese

Finger printing Error

2012-07-20 Thread Varghese Renny
Error is *Got a jar file but don't know which version it is? Find that out by checking the fingerprint against the database in Jenkins (more details ) * I have given one file common in my job A and job B to (file to archive). Also check

Re: Regarding Email Notification while trigger another job

2012-07-20 Thread Varghese Renny
Whether fingerprinting can be done only after archiving artifacts? Is it based on fingerprinting? How can i use email-ext plugin in promoted build plugin?

Re: Regarding Email Notification while trigger another job

2012-07-19 Thread Varghese Renny
> My company has blocked that site. Can somebody give some brief description > about fingerprinting and email-ext plugin use for downstream job? > My ultimate aim to send mail for job A commiter after successful completion of job B? > > > > > Thanks in Advance, > varghese >

conditional buildstep multiple not working for version 1.474

2012-07-19 Thread Varghese Renny
Can somebody check it's the fault of me or some issues with conditional build step plugin on jenkins version 1.474? It was working fine on 1.447.1. Someone please check? Thanks in Advance varghese

Re: Regarding Email Notification while trigger another job

2012-07-18 Thread Varghese Renny
How can i done fingerprinting? Whether i only needed to put $SCRIPT tag in the content box of recipient in second job which has been triggered by first? Please share me a link which provide information regarding this? Thanks in Advance Varghese

Regarding Email Notification while trigger another job

2012-07-18 Thread Varghese Renny
I have job A which will trigger build based on polling scm. This build will trigger another job B. After this job B success, i have to send email notification to those who commit code on job A. How can i send email notification for the commiter of job A ? Thanks in Advance, varghese

Checkout from two repository using jenkins

2012-07-18 Thread Varghese Renny
I have two repo A and B. First i checkout repo A to my Eulen directory. It contain module folder with some modules. Now i want to take updates of repository B to modules folder in my Eulen->modules folder. So my question is when i go for taking modules from repo B, it is cleaning up

Re: Conditinal build setup plugin not showing token for multiple

2012-07-17 Thread Varghese Renny
One more point to add, when i click ? symbol, it is not showing details, instead going to intial part of page.. Any help would be thankful. Thanks in Advance, varghese

Conditinal build setup plugin not showing token for multiple

2012-07-17 Thread Varghese Renny
Hi, i have installed conditional build setup plugin, but it doesn't show token for conditional multiple. For single it is showing the token and build setup.. Is something missing for me? Any more configuration i have to do for condtional multiple option to activate.. Please give me a solution

Re: Putting condition for build of same job

2012-07-17 Thread Varghese Renny
For build cause where i needed to set reason like poll scm..i am not able to see the configuration for build cause? Where i can configure build cause? Thanks in Advance varghese

Re: Checkout the code from two repository without cleaning local directory

2012-07-17 Thread Varghese Renny
How can i write using shell script like checking whether any updates on repository every time..(polling repository everytime) do update if any changes..replacing existing poll scm..? Thanks in advance

Checkout the code from two repository without cleaning local directory

2012-07-17 Thread Varghese Renny
Hi, I have one workspace which i am checking out from repository A. This workspace contain modules folder which contains some modules. I needed to checkout from another repository B to modules folder where the commit is going. But when checkout is happening it is cleaning modules folder comp

Re: Deploying application cause error in tomcat

2012-07-17 Thread Varghese Renny
Thanks for reply.. i will add the ant task i have used for this it is deploying the my project, then server will startup after that it will show due to log4j error occur while converting date, it cannot load the class reference..Listener start fail also.. Any help r

Re: Sherry's HotList

2012-07-17 Thread Varghese Renny
Not getting what you are trying to say.. > > Is it posting requirments or something related to jenkins?

Deploying application cause error in tomcat

2012-07-16 Thread Varghese Renny
While i trying to execute the tomcat startup from jenkins i am getting an error like log4j: Error occured while converting date. i started tomcat using ant task. When i manually do startup, it is not showing any problem application is getting up. Version of tomcat i am using is tomcat 6.0.30

Re: Putting condition for build of same job

2012-07-16 Thread Varghese Renny
Yeah, i got the field.. But Run? these options where we needed to set? If i am giving time where i needed to set time? For based on commit, how can i run?.. Thanks in Advance, varghese

Re: Putting condition for build of same job

2012-07-16 Thread Varghese Renny
Thanks for the comment.. I have installed condtional build setup plugin. But i can't find the option of where to give conditions. it's not visible and run condition plugin is also there.. Thanks in Advance varghese

Re: Putting condition for build of same job

2012-07-16 Thread Varghese Renny
Thanks for reply.. See i don't want to trigger another build after completion of one build job. My purpose is like 1 job i have.. It should check like build is triggered due to commit by some developers..if it is , it should do some set of ant task. Next i have to run whole build over project by sc

Putting condition for build of same job

2012-07-15 Thread Varghese Renny
I have a project corresponding to a job.. I have do different kind of build job with same project.. Condition is like on set of build job is for doing after any commits to repository comes Another set of build job is to do build that schedule at night time. My question is How can i give build

Re: Process leaked file descriptors

2012-07-11 Thread Varghese Renny
Reallly sorry for replying on that mail soon.. Thanks for the suggestion.. Regards, varghese

Re: Monitor and Notify Disk Usage

2012-07-11 Thread Varghese Renny
Yeah, Important feature of jenkins is it's plugin availability.. Monitoring plugin Email-ext plugin Periodic backup plugin These plugins are very much useful for your purpose. Regards, varghese

Re: Process leaked file descriptors

2012-07-11 Thread Varghese Renny
Somebody please reply on this mail?? Thanks

Process leaked file descriptors

2012-07-10 Thread Varghese Renny
Hi, Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information I am getting above error when i configure in a job to do stop and start of tomcat server. When i googled it, i got recomended solution as set BU

Re: Regarding what to fill in context path and tomcat url

2012-07-08 Thread Varghese Renny
Deploy plugin Context path to be mentioned? Please give an example Thanks in Advance varghese

Re: Regarding what to fill in context path and tomcat url

2012-07-07 Thread Varghese Renny
Some body please help me regarding this post. i have window 32 as slave and linux 64 bit as master. My job is to generate a war file after each build over the complete project and copy the war file to remote location(different machines) of tomcat folder and deploy the application. I have gener

Regarding what to fill in context path and tomcat url

2012-07-07 Thread Varghese Renny
Hi,, After installling deploy plugin, i am not gettng how to fill the fields of contextpath and tomcat url. please give me a sample example for that.. Thanks in Advance, varghese

Re: Triggering build twice for each commit

2012-07-06 Thread Varghese Renny
So how can set it synchronized with my window , linux and svn repo.. any plugin i need to install? Or we can configure it in jenkin itself? Thanks in Advance varghese

For deploy plugin, content of fields

2012-07-06 Thread Varghese Renny
Hi, For using deploy plugin, i want to know what is context path and tomcat url? Can anyone give an example for it? Thanks in Advance, varghese

Re: Triggering build twice for each commit

2012-07-06 Thread Varghese Renny
i don't know about ntp.. My master is Linux 64 bit. slave is windows.32 bit SVN i am using.. In slave i am putting the workspace for jobs. Thanks in advance varghese

Re: Triggering build twice for each commit

2012-07-06 Thread Varghese Renny
it's synchronised..it has shown as warning message SVN repo is out of sync with my system. how to solve? Thanks in Advance varghese

Re: Triggering build twice for each commit

2012-07-06 Thread Varghese Renny
Both are started by SCM changes Later in log One is showing no changes Second is showing changes found Thanks

Triggering build twice for each commit

2012-07-06 Thread Varghese Renny
I have commited to repo and it is triggering build twice. My build is going on slave machine.. First build will say like no changes Second build is detecting the changes. How to solve this problem? Thanks in Advance

Re: Not able to see my configuration page since i added security matrix

2012-07-05 Thread Varghese Renny
Isssue is solved.. i added Administrator to jenkins config.xml..Now no worries Thanks

Re: Not showing build details in the email notification

2012-07-05 Thread Varghese Renny
Thanks for the reply...everything working fine...:)

Re: Not showing build details in the email notification

2012-07-05 Thread Varghese Renny
yeah..now url and build status has come..but i am using 9292 port of tomcat for jenkins instance.But the url i got is having 8080 port number that is default for jenkins..How can change the portnumber in url sending through mail. One more question : If send the url to commiter, he is accessing the

Re: Not showing build details in the email notification

2012-07-04 Thread Varghese Renny
yeah..i got it.. but one more doubt in lobal configuration page default email subject and content is there..And for particular project using expand option there is one email subject and content.. if i give default token email subject and content in global configuration page and not giving anything

Re: Not showing build details in the email notification

2012-07-04 Thread Varghese Renny
Thanks for reply.. i implemented email notification by looking into the same URL you have sent. it is sending email notification to that commiter and recipients list.But i want extra customization like not just an email with build successful or failure. but it should show the reason of failure. At

Not showing build details in the email notification

2012-07-04 Thread Varghese Renny
Hi, I am configuring one slave like after sending it should send notification to particular recieptent using Email Notification check box. Now when the build is failure or success, it will send buid successfull or failure with reason for failure...some error it will show. After that i

Re: DOUBT regarding people link on jenkins

2012-07-04 Thread Varghese Renny
In my jenkins, inside the people link i can see those who commit the code as well as login name which i am using for loginto jenkins. Later login has Last Active as N/A. one more people is there ie, my master system user name. This one also have Last Active as N/A. So my doubt is who all come unde

DOUBT regarding people link on jenkins

2012-07-03 Thread Varghese Renny
Hi, i am having doubt regarding the people display in jenkin's people link. On what basis the people are showing in the people.. Today i noticed that even username of my system(slave) is showing inside people link. Also username i used for commit.(credentials). Please tell me regarding t

Re: How to create junit test result in xml format using jenkins

2012-07-03 Thread Varghese Renny
yeah..got it..Thanks for reply.

How to create junit test result in xml format using jenkins

2012-07-03 Thread Varghese Renny
Hi, Whether jenkins is able to produce junit test result in xml format..i am using ant for executing test cases. i have found only test report. But for test report i needed to have junit xml? How to solve this? Thanks in advance varghese

Re: websvn url

2012-07-03 Thread Varghese Renny
This is one of my project url. http://sigma.sigmainfo.com:85/svn/openbravo/trunk/EulenSVN it's the url provided by admin people. it will ask for username and password..you can authenticate.. do whatever you want on svn.

Re: Project tied to slave showing none

2012-07-03 Thread Varghese Renny
Yeah, what you have said is right. But i click on label window it is showing projects. and project tied to node as none. how can i show like labels: window Project tied to node job1 job2 Thanks..

Re: Project tied to slave showing none

2012-07-03 Thread Varghese Renny
Hi, Actually i am not using promotion build plugin ..my build is working successfully on slave system..but it's not showing projects tied to node..i have created freestyle job..is that the problem? Thanks in Advance varghese

Project tied to slave showing none

2012-07-03 Thread Varghese Renny
Hi, I have one Linux master and windows slave. I configure one job to run on window slave using Restrict when this project can be run as windows(label). Build has successfully run on slave machine. what my question is when i click on particular node and under Project tied to the node, it is s

Re: UnknownHost Exception with Linux master and window slave

2012-07-02 Thread Varghese Renny
Problem is resolved.i get connection to slave using jnlp. I am using Tomcat application Server. But i have another doubt regarding whether my slave should be able to use same tomcat instance as master has used. Please reply > > > Thanks in advance > Varghese >

UnknownHost Exception with Linux master and window slave

2012-07-02 Thread Varghese Renny
Hi, I am using jenkins with master node as Linux 64 bit and slava node as windows 32 bit. When i do Launch slave agent i am getting error like UnknownHostException. When i read some blogs i find that jdk version should be same. i changed it to same. Then i give Host name of slave machine as N

How to solve this error while Launch Slave Agent from Ubuntu to windows

2012-07-02 Thread Varghese Renny
Hi, I have master as Linux machine and slave as windows. While clicking Launch slave, i am getting error like following.. Connecting to 10.10.3.38 ERROR: Access is denied. See http://wiki.jenkins-ci.org/display/JENKINS/Windows+slaves+fail+to+start+via+DCOM for more information about how to res

Re: Can i run master and slave on same machine

2012-06-27 Thread Varghese Renny
For running slave, first i need to setup jenkins instance on slave machine. After installing jenkins on slave machine then slave will automatically act as master right? Is there any UI for slave machine? or we are just using machine power? Can anyone suggest some url regarding this ? What makes

Re: Can i run master and slave on same machine

2012-06-27 Thread Varghese Renny
i have only 5 projects to run.But i run all this project on tomcat server using jenkins. 5 project means 5 web applications which are accessing five different database.So five jenkin job on one tomcat server and i need five other tomcat instance for five application to make up. Since while build is

Re: Master slave problem

2012-06-27 Thread Varghese Renny
i wil explain it.. i have Openbravo application(web) and jenkins running on same tomcat. While i am doing build job , it will access postgres database..that time build will fail due to session on hold. This occur because application internally accessing database..eventually my build get failed. So

Re: Master slave problem

2012-06-27 Thread Varghese Renny
Some body please tell about this whether i can use master and slave on same machine?. when i try to run my application and jenkins on same tomcat..database aceess gets locked. So it's affects my build process..so i want to put jenkin and application in differenct tomcat. for that i need any ma

Master slave problem

2012-06-27 Thread Varghese Renny
I am having one jenkins running on tomcat6. i wanted to have my web application to run on differenct tomcat6 instance. For that i need a master slave approach? How to run jenkins on one tomcat as master and application as slave on another tomcat? Please reply..

Re: Re: Shell script working in command prompt not in jenkins

2012-06-26 Thread Varghese Renny
My system user is sigma.but i am running jenkins on tomcat6 user and tomcat6 group. So which user i have to specify in sudeors file. Thanks > >

Can i run master and slave on same machine

2012-06-26 Thread Varghese Renny
I have a doubt regarding, if multipe jobs are there ,is it better to distribute build on slave or do it on master itself? if i can do master and slave? how can i implement this?

Re: Shell script working in command prompt not in jenkins

2012-06-26 Thread Varghese Renny
Hi, sudo: sorry, you must have a tty to run sudo What to do for this erro?

Re: jenkins java.outofmemory:permGen space error

2012-06-26 Thread Varghese Renny
Yeah, i changed like /usr/share/tomcat6/.jenkins/Eulen/killpostgres.sh , still i am getting tty not present error and no askpass program specifed. > > >

Re: jenkins java.outofmemory:permGen space error

2012-06-26 Thread Varghese Renny
I commented Defaults tty so it is showing sudo: no tty present and no askpass program specified sudo: no tty present and no askpass program specified Sorry, try again. when i uncomment it sudo: sorry, you must have a tty to run sudo What can i do?

  1   2   >