Re: Hudson to Jenkins

2012-05-14 Thread arvind
Hi Marcel,

Thanks for the reply!
It would be great if you can share that information.

Thanks!

On May 15, 11:33 am, Marcel Schutte  wrote:
> Hi
>
> I recently did this, it's not straightforward because Hudson 2.2 uses a 
> different xml format for its config. With the help of some xsl I managed to 
> do it. At the moment I am abroad, but I can send them tomorrow if you are 
> interested.
>
> Regards,Marcel


Still not able to autoinstall JDK

2012-05-14 Thread Andreas Schilling
Hi everyone,

we just upgraded to Jenkins 1.464 but still are not able to autoinstall a 
JDK.
It downloads a HTML file with the content:

Sorry!
In order to download products from Oracle Technology Network you must 
agree to the OTN license terms. 
Be sure that... 
Your browser has "cookies" and JavaScript enabled. 
You clicked on "Accept License" for the product you wish to download. 
You attempt the download within 30 minutes of accepting the license. 

Do I somehow need to re-enter my credentials?
Any possibility to fix tha`t?

Kind regards,
 
Andreas Schilling
CAE Processes & Data Management
---
Dipl. Inf. Andreas Schilling
Senior Software Architect

TWT GmbH
Science & Innovation
Bernhäuser Str. 40 - 42
73765 Neuhausen
 
Tel: +49 - 7158 - 17 15 - 673
E-Mail: andreas.schill...@twt-gmbh.de

www.twt-gmbh.de

Geschäftsführung: Dimitrios Vartziotis, Joachim Laicher (stv.)
Registergericht: Amtsgericht Stuttgart, HRB Nr. 212778
Umsatzsteuer: ID-Nr.: DE147841145


Hudson to Jenkins

2012-05-14 Thread Marcel Schutte
Hi

I recently did this, it's not straightforward because Hudson 2.2 uses a 
different xml format for its config. With the help of some xsl I managed to do 
it. At the moment I am abroad, but I can send them tomorrow if you are 
interested.

Regards,Marcel


Re: password issue

2012-05-14 Thread Sami Tikka
Probably because Jenkins is not using your scripts to check out code from svn 
server. Jenkins has its own pure java implementation of subversion. 

-- Sami

Suri  kirjoitti 14.5.2012 kello 17.22:

> Hi
> 
> We are running all our builds using Jenkins with our perl script.
> All server password we are maintaining in db. Our scripts will refer
> password in db and get the values when running the build.
> 
> Recently I have changed my SVN server password and updated in db also.
> I couldn’t able to login using my old password in Server using ssh and
> telnet. But i really wondered using old password all builds are going
> smoothly without any issues by Jenkins.
> 
> If I update my changed password in db and run script using jenkins, i
> am getting error
> 
> 170001 : svn: Authentication required for '
> CollabNet Subversion Repository'
> Build step 'Execute shell' marked build as failure
> 
> 
> I have checked in my scripts as well as server end, password is not
> stored anywhere.
> I really don’t know, where Jenkins referring old password and how it
> is working using old password.
> Please suggest me...


Re: Setting values from Jenkins to edit scm tag in Pom.xml

2012-05-14 Thread David Hicks
I'm not sure I fully understand what you're asking, but it sounds to me 
like you might do better to represent your SCM tag as a property in your 
pom.xml.  That property could be defined by an outside resource file or 
even on the command line of the build.  That way, it can be injected 
into your pom.xml at the time you run the build.



On 05/14/2012 03:21 PM, José Ricardo wrote:

Could I setting values of scm plugin in the pom.xml through Jenkins
properties?

I´m using release plugin in my company, there are two branches and
when I´ll execute the release, I need to inform the scm issues
(the intention is modified the scm tag defined in my pom.xml, rewrite
the settings) the mode that it can generate the correct version of the
tag.


So, I tried the following instruction in my jenkins but it doesn´t
modified the scm tag defined in my pom.xml:

-X -Dresume=false release:clean release:prepare release:perform -
Dproject.scm.connection=scm:svn:172.10.10.30/svn/repPortal/branches/
2012/Branch_B
-Dproject.scm.developerConnection=scm:svn:172.10.10.30/svn/repPortal/
branches/2012/Branch_B

There´s a way to make this in Jenkins or this mode only has to be
setted manualy?


Setting values from Jenkins to edit scm tag in Pom.xml

2012-05-14 Thread José Ricardo
Could I setting values of scm plugin in the pom.xml through Jenkins
properties?

I´m using release plugin in my company, there are two branches and
when I´ll execute the release, I need to inform the scm issues
(the intention is modified the scm tag defined in my pom.xml, rewrite
the settings) the mode that it can generate the correct version of the
tag.


So, I tried the following instruction in my jenkins but it doesn´t
modified the scm tag defined in my pom.xml:

-X -Dresume=false release:clean release:prepare release:perform -
Dproject.scm.connection=scm:svn:172.10.10.30/svn/repPortal/branches/
2012/Branch_B
-Dproject.scm.developerConnection=scm:svn:172.10.10.30/svn/repPortal/
branches/2012/Branch_B

There´s a way to make this in Jenkins or this mode only has to be
setted manualy?


Can't start jenkins - disable plugin

2012-05-14 Thread lkuczera
I have problem starting jenkins after recovering from backup here is the 
stacktrace:

SEVERE: Failed Checking cyclic dependencies
hudson.util.CyclicGraphDetector$CycleDetectedException: Cycle detected: 
Plugin:maven-plugin -> Plugin:maven-plugin
at 
hudson.util.CyclicGraphDetector.detectedCycle(CyclicGraphDetector.java:65)
at 
hudson.util.CyclicGraphDetector.visit(CyclicGraphDetector.java:54)
at 
hudson.util.CyclicGraphDetector.visit(CyclicGraphDetector.java:55)
at 
hudson.util.CyclicGraphDetector.visit(CyclicGraphDetector.java:55)
at hudson.util.CyclicGraphDetector.run(CyclicGraphDetector.java:27)
at hudson.PluginManager$1$3$2.run(PluginManager.java:247)
at 
org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:146)
at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259)
at jenkins.model.Jenkins$5.runTask(Jenkins.java:800)
at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:187)
at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:94)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)


We don't use maven at all is it feasible to remove it from plugins and if 
yes how ?


Re: Jenkins at IBM Innovate 2012

2012-05-14 Thread Bruno P. Kinoshita
And include it in Jenkins CIA program, if it is not there yet :-)

https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+CIA+Program 

Bruno P. Kinoshita
http://kinoshita.eti.br
http://tupilabs.com


>
> From: Alyssa Tong 
>To: jenkinsci-...@googlegroups.com 
>Cc: jenkinsci-users  
>Sent: Monday, 14 May 2012 12:09 PM
>Subject: Re: Jenkins at IBM Innovate 2012
> 
>
>Hi Jacob,
>
>
>sounds like a really interesting topic. Perhaps you should consider submitting 
>this talk to Jenkins User Conference either in SF, Herzelia, or Antwerp.
>
>
>have a wonderful day.
>alyssa
>
>
>On Mon, May 14, 2012 at 7:32 AM, Jacob Robertson 
> wrote:
>
>Hi,
>>
>>This year at IBM Innovate, I'm lucky enough to be co-presenting the
>>session "AS-2123 Case Study: USDA Showcases Best Practices for
>>Automating Security Source Code Scanning as Part of Continuous
>>Integration".  This is a presentation about how built upon our Jenkins
>>CI successes to rollout IBM Rational AppScan Source Edition as part of
>>continuous integration.  If there are any Jenkins enthusiasts who will
>>be at the conference, I encourage you to come see the presentation,
>>and maybe even meet up during lunch.
>>
>>Jacob Robertson
>>
>
>
>
>-- 
>
>
>
>


Re: Execute job on all the nodes with a certain label

2012-05-14 Thread Costin Caraivan
Hello,

Woohoo. I misread a part of the configuration and thought that it couldn't
run concurrent builds.
Apparently it can :)

Thanks a lot!

On Mon, May 14, 2012 at 5:53 PM, domi  wrote:

> Have a look at this plugin:
> https://wiki.jenkins-ci.org/display/JENKINS/NodeLabel+Parameter+Plugin
> I think this should do what you want…
> regards Domi
>
> On 14.05.2012, at 16:48, Costin Caraivan wrote:
>
> > Hello,
> >
> > I'm trying to use Jenkins as a remote execution tool. In case you're
> wondering why I'm using Jenkins and not some other tool, it's because I
> haven't found a tool for remote execution that provides:
> > - multiple options for connecting to a machine
> > - a web interface
> > - easy configuration (very important from an administrative point of
> view)
> > - no client/slave/agent install on the machines (you just need Java and
> you're all set from Jenkins' point of view)
> > - dozens of notification systems
> > - tons of useful plugins
> >
> > Anyway, back on track. I want to execute a command on all the nodes with
> a certain label. Is this possible? I'm not sure it is, but I'm missing
> something.
> >
> > I don't want to configure the matrix jobs to use individual labels since
> I'll have dozens of jobs, and lots of duplicated configuration. Plus the
> list will have to be updated periodically.
> >
> > Any pointers will be greatly appreciated :)
> > _
> > Costin Caraivan
> >
>
>


-- 
_
Costin Caraivan


Re: Execute job on all the nodes with a certain label

2012-05-14 Thread domi
Have a look at this plugin: 
https://wiki.jenkins-ci.org/display/JENKINS/NodeLabel+Parameter+Plugin
I think this should do what you want…
regards Domi

On 14.05.2012, at 16:48, Costin Caraivan wrote:

> Hello,
> 
> I'm trying to use Jenkins as a remote execution tool. In case you're 
> wondering why I'm using Jenkins and not some other tool, it's because I 
> haven't found a tool for remote execution that provides:
> - multiple options for connecting to a machine
> - a web interface
> - easy configuration (very important from an administrative point of view)
> - no client/slave/agent install on the machines (you just need Java and 
> you're all set from Jenkins' point of view)
> - dozens of notification systems
> - tons of useful plugins
> 
> Anyway, back on track. I want to execute a command on all the nodes with a 
> certain label. Is this possible? I'm not sure it is, but I'm missing 
> something.
> 
> I don't want to configure the matrix jobs to use individual labels since I'll 
> have dozens of jobs, and lots of duplicated configuration. Plus the list will 
> have to be updated periodically.
> 
> Any pointers will be greatly appreciated :) 
> _
> Costin Caraivan
> 



Execute job on all the nodes with a certain label

2012-05-14 Thread Costin Caraivan
Hello,

I'm trying to use Jenkins as a remote execution tool. In case you're
wondering why I'm using Jenkins and not some other tool, it's because I
haven't found a tool for remote execution that provides:
- multiple options for connecting to a machine
- a web interface
- easy configuration (very important from an administrative point of view)
- no client/slave/agent install on the machines (you just need Java and
you're all set from Jenkins' point of view)
- dozens of notification systems
- tons of useful plugins

Anyway, back on track. I want to execute a command on all the nodes with a
certain label. Is this possible? I'm not sure it is, but I'm missing
something.

I don't want to configure the matrix jobs to use individual labels since
I'll have dozens of jobs, and lots of duplicated configuration. Plus the
list will have to be updated periodically.

Any pointers will be greatly appreciated :)
_
Costin Caraivan


Re: critical issue for artifactory plugin : uploading broken jar after buil success

2012-05-14 Thread Federico Paolantoni
Dear list,
after further investigations, the dba fonud some issues into the database.
So the plugin is working fine.
Sorry for this false issue reporting.

2012/5/11 Noam Y. Tenne 

> Perhaps an overactive antivirus application?
> Do you seen any errors or exceptions in Artifactory's log files after
> the broken upload is performed?
> When looking at Artifactory's request.log, the last column of each
> entry represents the request's content length; try to find the entry
> of the problematic deployment request and see if the logged size
> complies to the actual one.
>


Workspace cleanup after job removal

2012-05-14 Thread Bertrand Renuart
Dear all,

After some investigations, it appears Jenkins doesn't cleanup a job's (latest) 
workspace after the corresponding job definition is removed.
Is it on purpose or is there any configuration parameter I could tweak to 
enable such workspace garbage collection ?

Thanks for your advices,

/Bertrand



Jenkins at IBM Innovate 2012

2012-05-14 Thread Jacob Robertson
Hi,

This year at IBM Innovate, I'm lucky enough to be co-presenting the
session "AS-2123 Case Study: USDA Showcases Best Practices for
Automating Security Source Code Scanning as Part of Continuous
Integration".  This is a presentation about how built upon our Jenkins
CI successes to rollout IBM Rational AppScan Source Edition as part of
continuous integration.  If there are any Jenkins enthusiasts who will
be at the conference, I encourage you to come see the presentation,
and maybe even meet up during lunch.

Jacob Robertson


password issue

2012-05-14 Thread Suri
Hi

We are running all our builds using Jenkins with our perl script.
All server password we are maintaining in db. Our scripts will refer
password in db and get the values when running the build.

Recently I have changed my SVN server password and updated in db also.
I couldn’t able to login using my old password in Server using ssh and
telnet. But i really wondered using old password all builds are going
smoothly without any issues by Jenkins.

If I update my changed password in db and run script using jenkins, i
am getting error

170001 : svn: Authentication required for '
CollabNet Subversion Repository'
Build step 'Execute shell' marked build as failure


I have checked in my scripts as well as server end, password is not
stored anywhere.
I really don’t know, where Jenkins referring old password and how it
is working using old password.
Please suggest me...


Re: Setting up slave and running a Maven build with Git takes an unbearably long time

2012-05-14 Thread Collin Peters
Thanks for the help guys.  Here is some info

   - Debian 6.0 64 bit
   - They are VMs dedicated to Jenkins and the host machines are not busy
   during the builds
   - Also using 64 Bit Java 7 JVM
   - Memory figures are as reported by the host, for the individual VMs

I will try to run some more advanced stats during a build.  Is there a way
to tell what exactly Jenkins is doing any any particular second?  i.e. a
break?

/Collin


On Fri, May 11, 2012 at 11:50 PM, Sami Tikka  wrote:

> What OS is your master running? 32 or 64 bit? How much memory do the
> master and slave have? Are they doing a lot of other things than running
> Jenkins? What JVM are you running? 32 or 64 bit? What are those memory
> figures you quoted? Are they from top? From jconsole? Is that RSS usage or
> virtual?
>
> What are the JVM command line options you use, both for master and slave?
>
> Is the slave swapping during the build?
>
> I suggest you run top/htop, vmstat, and jconsole attached to both master
> and slave and try to gather information about what is going on.
>
> -- Sami
>
> Collin Peters  kirjoitti 10.5.2012 kello 8.26:
>
> It is a Maven job.  I built the Twilio (
> https://github.com/twilio/twilio-java) library using all different ways.
>  Results is 25 seconds local (both git & ssh) and 5 min 30 seconds on slave
> (both git & ssh)
>
> The only odd thing that I have noticed so far is that the slave is using
> twice as much memory as the master when both are idle. Master is 720 GB,
> slave is 1.5 GB.  Something seems off there.  During the build the master
> goes to 1.91 GB and the slave to 2.74.  Something seems wrong with that.
>  Is 1.5GB on idle usage seem normal?  If I disconnect the slave the memory
> goes to 90MB.  Both the master and slave are Debian 6.0 (squeeze) installs
> running in virtual machines.  The other thing of note is that they are in
> physically different locations running across a VPN. Ping time is 400ms.
>
> /Collin
>
>
> On Wed, May 9, 2012 at 9:02 PM, Mark Waite  wrote:
>
>> You might consider configuring various small test jobs, each using some
>> subset of the capabilities you need in your build.  For example, use the
>> Git plugin, but clone a small repository from github.com with the git
>> protocol rather than cloning your own repository.  If that is fast, then
>> clone a small repository from github.com with ssh.  If your job is a
>> maven job, then try a sample maven project from outside your organization.
>>
>> Invoke a trivial Hello World job with your preferred build technique to
>> see if the build environment is the problem.
>>
>> Etc.
>>
>> Mark Waite
>>
>>   --
>> *From:* Collin Peters 
>> *To:* jenkinsci-users@googlegroups.com
>> *Sent:* Wednesday, May 9, 2012 3:35 PM
>> *Subject:* Re: Setting up slave and running a Maven build with Git takes
>> an unbearably long time
>>
>> My build that takes around 8 minutes locally took 3 hours and 56 minutes
>> on the slave!!  Does anyone have *any* useful advice that would help me
>> diagnose this?
>>
>> My initial thought that it was an SSH issue involving reverse lookups.
>>  However, my operations guys say that reverse lookup is working fine.  That
>> being said, it seems that it isn't just SSH actions that are taking a long
>> time, as there are massive delays throughout the entire build.
>>
>> /Collin
>>
>>
>>
>


Re: long builds on a slave with an unstable connection

2012-05-14 Thread KIK
I have one idea.

1.install another master jenkins, it's not slave.
2.wget build url on another master jenkins, from first master jenkins.
3.if finish build job, notice e-mail, publish any or wget build url on 
first master jenkins.

I'm sorry my broken English.I'm not native.


RE: Retrieving the last successful build number of a job from another job.

2012-05-14 Thread Mandeville, Rob
Maybe I’m answering the wrong question, but if Job-A and Job-B can both do HTTP 
and read XML, you can get a last stable build number like this:

http://jenkins_server:8080/jenkins/job/Job-A/api/xml?xpath=/*/lastStableBuild/number

assuming that your Jenkins server is on http://jenkins_server:8080/jenkins.

--Rob Mandeville

From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Vijay Srivastava
Sent: Monday, May 14, 2012 8:16 AM
To: jenkinsci-users@googlegroups.com
Subject: Re: Retrieving the last successful build number of a job from another 
job.

Hi Kanu,

I'm using Jenkins ver. 1.454 using browser client.

regards

On Monday, May 14, 2012 3:06:34 PM UTC+5:30, Kanu wrote:
Hi Vijay,

Which version of J.Build are u using and which is your device spec please

/kanu
On Mon, May 14, 2012 at 12:43 PM, Vijay Srivastava 
mailto:reach.vijay.srivast...@gmail.com>> 
wrote:
Hi,

do you know how can i use 
http://epfap1q.nam.nsroot.net:7778/job/A/lastStableBuild/buildNumber in another 
job B configuration ?

On Tuesday, November 22, 2011 3:19:37 AM UTC+5:30, Stathis wrote:
I have two jobs that are independent Job-A and Job-B.
Is there a way to have Job-A know what is the latest successful build
number for Job-B and Job-B know what is the latest successful build
number of Job-A.
Thanks
S.


On Monday, May 14, 2012 3:06:34 PM UTC+5:30, Kanu wrote:
Hi Vijay,

Which version of J.Build are u using and which is your device spec please

/kanu
On Mon, May 14, 2012 at 12:43 PM, Vijay Srivastava 
mailto:reach.vijay.srivast...@gmail.com>> 
wrote:
Hi,

do you know how can i use 
http://epfap1q.nam.nsroot.net:7778/job/A/lastStableBuild/buildNumber in another 
job B configuration ?

On Tuesday, November 22, 2011 3:19:37 AM UTC+5:30, Stathis wrote:
I have two jobs that are independent Job-A and Job-B.
Is there a way to have Job-A know what is the latest successful build
number for Job-B and Job-B know what is the latest successful build
number of Job-A.
Thanks
S.


The information in this message is for the intended recipient(s) only and may 
be the proprietary and/or confidential property of Litle & Co., LLC, and thus 
protected from disclosure. If you are not the intended recipient(s), or an 
employee or agent responsible for delivering this message to the intended 
recipient, you are hereby notified that any use, dissemination, distribution or 
copying of this communication is prohibited. If you have received this 
communication in error, please notify Litle & Co. immediately by replying to 
this message and then promptly deleting it and your reply permanently from your 
computer.


Re: Retrieving the last successful build number of a job from another job.

2012-05-14 Thread Vijay Srivastava
Hi Kanu,

I'm using Jenkins ver. 1.454  using browser client.

regards

On Monday, May 14, 2012 3:06:34 PM UTC+5:30, Kanu wrote:
>
> Hi Vijay,
>
> Which version of J.Build are u using and which is your device spec please
>
> /kanu
>
> On Mon, May 14, 2012 at 12:43 PM, Vijay Srivastava <
> reach.vijay.srivast...@gmail.com> wrote:
>
>> Hi,
>>
>> do you know how can i use 
>> http://epfap1q.nam.nsroot.net:7778/job/A/lastStableBuild/buildNumber in 
>> another job B configuration ?
>>
>> On Tuesday, November 22, 2011 3:19:37 AM UTC+5:30, Stathis wrote:
>>>
>>> I have two jobs that are independent Job-A and Job-B.
>>> Is there a way to have Job-A know what is the latest successful build
>>> number for Job-B and Job-B know what is the latest successful build
>>> number of Job-A.
>>> Thanks
>>> S.
>>>
>>
>  
On Monday, May 14, 2012 3:06:34 PM UTC+5:30, Kanu wrote:
>
> Hi Vijay,
>
> Which version of J.Build are u using and which is your device spec please
>
> /kanu
>
> On Mon, May 14, 2012 at 12:43 PM, Vijay Srivastava <
> reach.vijay.srivast...@gmail.com> wrote:
>
>> Hi,
>>
>> do you know how can i use 
>> http://epfap1q.nam.nsroot.net:7778/job/A/lastStableBuild/buildNumber in 
>> another job B configuration ?
>>
>> On Tuesday, November 22, 2011 3:19:37 AM UTC+5:30, Stathis wrote:
>>>
>>> I have two jobs that are independent Job-A and Job-B.
>>> Is there a way to have Job-A know what is the latest successful build
>>> number for Job-B and Job-B know what is the latest successful build
>>> number of Job-A.
>>> Thanks
>>> S.
>>>
>>
>  

Re: Retrieving the last successful build number of a job from another job.

2012-05-14 Thread Vijay Srivastava


On Tuesday, November 22, 2011 3:19:37 AM UTC+5:30, Stathis wrote:
>
> I have two jobs that are independent Job-A and Job-B.
> Is there a way to have Job-A know what is the latest successful build
> number for Job-B and Job-B know what is the latest successful build
> number of Job-A.
> Thanks
> S.
>


Hudson to Jenkins

2012-05-14 Thread arvind
We are planning to migrate our current Hudson 2.2 ver to Jenkins 1.463
ver . In the migration document(https://wiki.jenkins-ci.org/display/
JENKINS/Upgrading+from+Hudson+to+Jenkins#UpgradingfromHudsontoJenkins-
IfyouarethinkingaboutupgradingtoJenkinsbutnotreadytodosonow) , its
mentioned that migration is only supported for version 1.395 and
below .

Is there any other way though which we can get this migrated from 2.2
version of hudson ?

Thanks!


Re: Retrieving the last successful build number of a job from another job.

2012-05-14 Thread Renjith G
Hi Vijay,

Which version of J.Build are u using and which is your device spec please

/kanu

On Mon, May 14, 2012 at 12:43 PM, Vijay Srivastava <
reach.vijay.srivast...@gmail.com> wrote:

> Hi,
>
> do you know how can i use
> http://epfap1q.nam.nsroot.net:7778/job/A/lastStableBuild/buildNumber in
> another job B configuration ?
>
> On Tuesday, November 22, 2011 3:19:37 AM UTC+5:30, Stathis wrote:
>>
>> I have two jobs that are independent Job-A and Job-B.
>> Is there a way to have Job-A know what is the latest successful build
>> number for Job-B and Job-B know what is the latest successful build
>> number of Job-A.
>> Thanks
>> S.
>>
>


Re: Retrieving the last successful build number of a job from another job.

2012-05-14 Thread Vijay Srivastava
Hi,

do you know how can i 
use http://epfap1q.nam.nsroot.net:7778/job/A/lastStableBuild/buildNumber in 
another job B configuration ?

On Tuesday, November 22, 2011 3:19:37 AM UTC+5:30, Stathis wrote:
>
> I have two jobs that are independent Job-A and Job-B.
> Is there a way to have Job-A know what is the latest successful build
> number for Job-B and Job-B know what is the latest successful build
> number of Job-A.
> Thanks
> S.
>


Re: Hello Jenkins, how to update plugins

2012-05-14 Thread Syed Mahdi
Ok I am sorry, i was just too hasty to post to the jenkins group, i
see the subversion link (Facepalm)

On May 13, 6:29 pm, Syed Mahdi  wrote:
> Hello Jenkins Users,
>
> I am new to  Jenkins and I am loving it already. Congrats to Jenkins
> on becoming a totally separate project from Hudson. I hope the Name
> jenkins makes it mark as it did with Hudson.
>
> I have a question, There is an already developed 
> pluiginhttps://wiki.jenkins-ci.org/display/JENKINS/Deploy+WebSphere+Plugin
>
> This is only supporting the websphere without security and that too
> only version 6.1 . If i want to upgrade/ update this plugin, where do
> i find the source code. there must be a Git hub for source code right.
> (never used GIT before).
>
> Thanks in advance.
> Syed Mahdi.