Hello,
can I somehow parameterize a downstream build job with a String where I
offer a default value and the user gets a prompt to commit the value or
can enter a different one?
Thanks.
Michael
I have used Jenkins in the past to schedule report delivery for business
stakeholders, run maintenance tasks on the database and reload search
caches. It's centralized, easy to access, doesn't require permissions on
the server, provides a log of the console, gives you the duration of each
task run
I do. While I use Jenkins for build and release type tasks I also have
quite a few "maintenance" scripts that I manage inside it as well. I
find this is a better way to keep track of them than keeping them in
cron jobs (or System Scheduler on Windows). You can quickly check if
they are running and
I encountered an operations team which had built a number of jobs in
Jenkins and all it does was kickstart scripts in the OS.
This sounded a bit strange to me as they are effectively using Jenkins as a
glorified UI for these tasks.
Are there others who do similar stuff?
Thanks
Manglu
Hi Scott,
It's a single box standalone setup. I believe you are talking about a slave
agent which is not applicable in my case.
- Vishal
On Tuesday, August 28, 2012 11:24:38 PM UTC+5:30, SA Evans wrote:
>
> I assume you're seeing these errors on your agent box. What are your
> java memory set
Doubtful. I think you've just bypassed the issue by preventing changeset
descriptions from being retrieved at all. I'll take a look at the double
'-P' problem, and in the meantime let me know if the changeset problem
resurfaces.
On Aug 28, 2012 7:02 PM, "Richard J" wrote:
> I ran that describe co
I ran that describe command from a cmd shell without problem.
Nothing obviously different from any other CL description. I redirected it
to a file and saw nothing but ASCII.
I had a job mapped to a different folder that also failed the same way, and
it did not have CL 74865 in it change his
I have never seen that before. I'll take a look. It also seems like it
failed to get the change log description for 74865, which is why it's
attempting to log in again. Is there anything about that change that would
cause that command to output something non-standard?
On Aug 28, 2012 3:42 PM, "Rich
Thanks very much for your work on the p4 plugin! It has helped thousdansds
of individuals,
OK. It's a work in progress. It's just that I spent several hours figuring
out the polling and validation limitations
This may also be related to the use of the EnvInject global password.
This is in a
Both validation and polling do not get full environments, which is why
they aren't being replaced. This means you can't use EnvInject for
that. I've been struggling with finding ways of fixing it, but as near
as I can tell, most plugins only support build parameters such as
those provided globally
Well- almost confirmed
When I set an EnvInject global password for my P4 password, I can use it in
the perforce password entry field to successfully run jobs. That’s what I
originally confirmed.
However, I have now seen two new problems-
· The job cannot use the global passw
Hi,
I ended up installing the javadoc plugin in Hudson and so far it hasn't
appeared to have any ill effects. However, if any show up, I'll look at this
other workaround.
Thanks!
- Original Message -
From: "Nord, James"
Date: Tuesday, August 28, 2012 3:42 am
Subject: RE: Looking for
Hi Again,
I've been doing some more playing around and discovered that the "Build
Environment" section and the "Perform Maven Release" link are available when
one chooses to "Build a maven2/3 project". Because it was recommended to use
the free-style job type in Hudson since the "Hudson :: Mav
I assume you're seeing these errors on your agent box. What are your
java memory settings on that box? I'm guessing it's a problem on the
agent side and not the server.
Scott
On Tue, Aug 28, 2012 at 12:26 PM, Vishal Bansod wrote:
> Hi all,
>
>
> Recently I started experiencing a problem below
On Tue, Aug 28, 2012 at 11:35 AM, David Weintraub wrote:
> On Tue, Aug 28, 2012 at 7:33 AM, Яamith (tm) wrote:
>> Any Ideas on this ? ;)
>
> Looking at my setup, it appears that each job has it's own set of
> credentials. There's a file called "subversion.credentials" under each
> job.
>
> I kno
Hi all,
Recently I started experiencing a problem below continuously for one of the job
on my Jenkins setup (latest 1.478 version). Here folder 'linux' is an external
reference imported at src/tools/jres/. After doing some search I found few
references and tried changing memory parameters. E
On Tue, Aug 28, 2012 at 11:42 AM, Jerome Lacoste
wrote:
> Hei,
>
> As anyone tried using Windows Azure (or similar) to setup a Windows slave in
> the cloud ?
>
> I am not that comfortable having a cloud computer connect into my company
> network. I would prefer it the other way around...
> And Win
I have Ant configured with Ivy. I am playing around with the Ivy
Report Plugin which also installs the Ivy plugin. I've created a
"Build an Ivy project", and configured it, so it builds. However, I
can't get it to produce an Ivy Report.
I have the Graphviz Dot file path defined, (I've tried it as
Hi,
To try to isolate if my issues are with Hudson or the M2 Release Plugin, I
installed Jenkins on my workstation (1.478) and the M2 Release Plugin (0.9.1).
It's listed as "Jenkins Maven Release Plug-in Plug-in" in my installed plugins.
However, there doesn't appear to be changes to Jenkins a
Hei,
As anyone tried using Windows Azure (or similar) to setup a Windows slave
in the cloud ?
I am not that comfortable having a cloud computer connect into my company
network. I would prefer it the other way around...
And Windows Azure Connect (for VPN) seems to require a Windows network to
c
On Tue, Aug 28, 2012 at 7:33 AM, Яamith (tm) wrote:
> Any Ideas on this ? ;)
Looking at my setup, it appears that each job has it's own set of
credentials. There's a file called "subversion.credentials" under each
job.
I know that Jenkins will use the Subversion credentials listed under
the $HO
Dear Friends,
We have an urgent requirement below , please let me know if you have
any consultant for the below position
Position : Java Developer with Business Rules
Location: Lansing MI
Duration: Long Term Contract
Skills: Java, J2EE, Hibernate, Db2 Jboss, Business rules
thanks and regards
The copy artifacts plugin allows you to configure what to copy, either the last
stable build or the last successful build.
If you need more control than that. I recommend moving over to ivy or maven and
using the Promote Build plugin to copy (deploy) the artifacts you want other
projects to us
I am working on v2.1 of selenium plugin which will hopefully get released by
the end of the week to integrate selenium hub + nodes in jenkins (making a
cluster of nodes out of jenkins node)
It all dependa on how you want to execute the selenium tests. If you use
direct implementations webdrive
Usually when I see that error it is because the ant task which was trying to
execute the program did not have the attribute "fork" set to the value "true".
The default value for the fork attribute on that ant task is probably to not
fork a new process when trying to run a job.
http://code.goog
Many thanks for ur reply david..I think its working now..but the test cases
are failing for some reason saying that its a configuration failure..Do i
need to start the selenium server and also the jenkins is running on a
linuxserver.
Regards
Praneeth
On Monday, August 27, 2012 12:37:34 PM UTC+
Hi Folks,
Any Ideas on this ? ;)
Regads
Ramith (LSF)
On Mon, Aug 27, 2012 at 8:47 PM, Яamith (tm) wrote:
> Hi David,
> Thanks for the reply.
> When someone enter SVN credentials in the screen [1] you mentioned
> that will end up in [2].
> Correct me if I'm wrong, but as far as I understood any
Hi,
I have a few test cases which are created using selenium webdriver and
java. Now i want to run these test through a jenkins server( running on
linux) which is located at a different place.So i have uploaded my project
on a subversion and tried to run the tests by invoking ant ..ant all of
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=375565 for the workaround.
I think there may be a bug in the Jenkins hpi plugin that isn't handling
transitive hpi dependencies correctly
/James
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of sdoca
Hi there when I try to start a selenium server through jenkins ith throwing
an error:
Cannot execute a jar in non-forked mode. Please set fork='true'.
What does that mean and how can i fix it?Please let me know?
regards
suresh
Valtech (www.valtech.com) is using Jenkins as default CI system for almost
everything :-)
Am Sonntag, 4. September 2011 16:57:45 UTC+2 schrieb Christopher Orr:
>
> Hi all,
>
> I added some hierarchy to the "Who's using Jenkins" page here, including
> a "Companies" section:
> https://wiki.jenkins
Hi there, it's my first mail in this mailing list so if it's the wrong place
for these kind of questions please let me know.
We're experiencing troubles with integrating the Jenkins and testlink. Is seems
that Jenkins does not update testlink with it's test result.
Attachements :
1. Test
Hi All,
If I have a fingerprint of an artifact, what api can I use to find out
what jobs that artifact has been involved in and if any of those have
failed?
cheers,
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
- http://www.simplistix.co.uk
33 matches
Mail list logo