Hi
I have an annoying problem, I would be happy to get ideas about how to
solve it.
I have an SVN repository, let's say http://myserver/myrepo
For my job, I check out the source from this repo: http://myserver/myrepo/trunk
Let's say, that between two builds two revisions has been created in
the
On Jun 1, 6:49 pm, Les Mikesell wrote:
> On Fri, Jun 1, 2012 at 4:18 PM, Prootwadl wrote:
>
> > This setup works for me as long as I use Firebox on that box to point
> > tohttp://127.0.0.1:8080and pipe the display via X through the tunnel
> > created by PuTTY.
>
> Not sure I completely followed
Thank you Jesse.. I will read and will decide..
Best Regards,
Arun
On Fri, Jun 1, 2012 at 7:55 PM, Jesse Farinacci wrote:
> Greetings,
>
> On Fri, Jun 1, 2012 at 9:59 AM, Arun Kumar wrote:
> > i recently heard abt jenkins.. same in my team too.. Can anybody tell me
> > what are the new feature
Oh Thanks Brian.. It dint occur to me in your earlier response.. sorry for
that.. Now its making sense.. Depending upon the condition i will inject
the jobname to a variable and that variable will trigger the Job...
Perfect.. Thanks a lot.
Best Regards,
Arun
On Saturday, 2 June 2012 17:24:24 U
You probably need to install a newer version of Jenkins. The Manage Plugins
page in Jenkins does tell you if a plugin depends on a newer Jenkins than you
are running. Usually those warnings are there because the plugin does not work
if loaded in an older Jenkins.
-- Sami
Suri kirjoitti 30.5.20
Geetha,
Get the source code and modify it, as far as understanding the code itself, you
have to be able to read it and make sense of it.
Also your requirements need more details to be able for you to know what you
need to accomplish.
>
> From: geetha
>To: Jenk
I'm trying to build a CI workflow in my company, using Gradle, Jenkins and
Artifactory. I'm new to all of these, so there's a chance I'm asking
trivial questions.
I've setup my repository to use unique snapshots, which require the
versions to have a 14 digit timestamp. For example:
1.0.0-20120
The git plugin should do what you want. Jenkins uses git heavily for
development so the plugin is very stable.
Sent from my Windows Phone
--
From: ibiiztera
Sent: 6/3/2012 5:31 AM
To: jenkinsci-users@googlegroups.com
Subject: git on jenkins
how can i use a git reposito
how can i use a git repository with jenkins? should i use hudson instead?