Hi, I'm having an issue where I can't get Jenkins to checkout a project
that has a submodule in it (which contains further submodules), but I am
able to do so myself.
For instance, if I manually run:
git clone [repository-url]
[chdir into repository]
git submodule update --recursive --init
Thanks for the info.
Wipe out the workspace will leave the versions as changed during the
prepare stage. IMHO this feature will be very helpful to revert to a stable
stage w/out too much extra "magic". It's true that the tag must be removed
manually, if it has been created, but in our case this co
I want to use a JobPropertyDescriptor, where add a creator property, it’s saved
when job is created, and cannot be changed later, so we went this property is
visible to user.
public final class JobCreatorProperty extends JobProperty>
{
private String creator;
public String g
Oh you really meant you want your slaves to HA!
Usually people just have so many slaves it doesn't matter if some go down.
-- Sami
Matteo Centonza kirjoitti 4.2.2013 kello 16.37:
> Hello Sami, Rob,
>
> thanks for your replies.
>
> We are currently using redhat cluster to provide failover cap
Before I start, I just want to acknowledge that this is an odd ball
question and may or may not be applicable to this group.
I am in the process of converting to Jenkins from Hudson, so I currently
have two master nodes, one for each version.
I also have 26 slaves. Right now they are in use by th
Hi all,
In order to run the normal maven command line client, I need to pass
various -D parameters to make SSL client certificates work, and this works
fine.
Maven run via a Jenkins slave maven build however, no joy at all, all I get
is a handshake error. As a result, maven is definitely not r
Hi all -
Super quick question - maybe this is a known issue
When archiving a large artifact, jenkins seems to take forever (in some
cases, taking a 1 min build up to 30 min).
What's weird is when I ssh up to that same slave and scp over that same
artifact to the same final location, it ta
I'd recommend using the NODE_NAME variable instead. It works cross platform.
On Mon, Feb 4, 2013 at 1:00 PM, Foxgang wrote:
> We would like Jenkins to include the machine name of the slave it used
> when it sends an email. On windows slaves, this is solved by using ${ENV,
> var="COMPUTERNAME"}.
We would like Jenkins to include the machine name of the slave it used when
it sends an email. On windows slaves, this is solved by using ${ENV,
var="COMPUTERNAME"}. This uses the Token Macro expansion plugin to grab the
%COMPUTERNAME% environment variable.
However, this doesn't seem to work w
Solved this issue. This was not a bug. It was pilot error. Doh!
--
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.com.
I've seen release:rollback implemented as a Batch Task in a Maven build
job. This was at my previous employer so I don't have access to the job
anymore to give the details, but I think it is pretty straightforward.
This way you can keep the rollback function together with the regular
build job
Hi everyone,
The Build Flow Plugin seems like a great way to orchestrate our build
pipelines. I would like to ask if there is any best practice on how to
ensure that all jobs in one pipeline checkout the same revisions of a Git
repository.
I believe the Git plugin initially sets the GIT_COMMIT en
Hi,
It’s not supported (which is why the RFE is still open) and comments in the
wiki are not monitored by the plugin maintainer.
"Wipe out workspace" is probably the best form or release:rollback J
maven won’t delete the tag if it created it anyway - so depending on
what failed you may we
I'm interested in doing something similar. Which jelly file are you
referring to?
--
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...
Hi,
I came accross the request for release:rollback on failed release[1],
however it is still marked as opened. From the wiki of the plugin[2] I
can't figure out, if this feature is implemented or not and the RFE is one
and half year old. Can someone give me an info? Or is there some other way
to
On 04 Feb 2013, at 4:50 PM, Andreas Schilling
wrote:
> you know of http://YOURJENKINSINSTANCE/scm/SubversionSCM/enterCredential ?
> To my current knowledge this URL is still kind of unknown. At least when we
> set up SVN (like 2 years ago) we stumbled upon this more by accident than by
> knowi
Hi Graham,
you know of http://YOURJENKINSINSTANCE/scm/SubversionSCM/enterCredential ?
To my current knowledge this URL is still kind of unknown. At least when
we set up SVN (like 2 years ago) we stumbled upon this more by accident
than by knowing...
After switching to hg some time ago I actually
Hi all,
Does there exist a definitive description on how to set Jenkins up to talk
to a subversion repository that is protected by SSL client certificates?
The native subversion client works perfectly, but the svnkit based client
refuses to connect, failing with a handshake error. Does the Jenk
Hello Sami, Rob,
thanks for your replies.
We are currently using redhat cluster to provide failover capabilities to
jenkins master.
Haven't tried Cloudbees Jenkins Enterprise either but from what' i've read,
i assume failover
capabilities are restricted to master failover, so functionally equiva
Hello Sami,
Jenkins has not been upgraded or downgraded recently.
Jenkins has not been restarted recently.
There is a lot of information in the log file. When looking for
information specific to the affected job, all I see is the "normal"
information, like "SCM changes detected ...etc...".
I d
Hi Clemens,
to my knowledge there's no such plugin.
But you can use the API to easily pull that information. So if you just
need some sort of overview I believe a simple script scraping the data
from the instances instead of a plugin will do the trick.
To see information available via API browse
You should be able to import the content classes, instantiate an instance
of them and call the getContent method.
def BUILD_ID = new BuildIdContent()
def args = [ "Arg1" : "Foo", "Arg2", "Foo" ]
// currently the publisher is not accessible by the groovy templates, so
some tokens may not work thi
Hi,
i have a quick question.
We are running different Jenkins Server for different departments
and jobs and i wanted to know, if there is any way to collect all
Job information from all Servers ? It would be only necessary to
get the different jobs and the status , not the workspace files.
(Just t
Hi Sami,
Thank you for your reply. I have figured it out that for the latest Git
version, I need to use \cmd\git.exe. I used \cmd\gitk.cmd, this will cause a file handler being
referenced by Git, hence, a Git thinks the file handler is a spawned
child process.
I need to update my post.
Regards,
If you’re willing to pony up some money, you should talk to Cloudbees regarding
their Enterprise version
(http://www.cloudbees.com/jenkins-enterprise-by-cloudbees-overview.cb). I
haven’t tried it (yet), but it comes with several plugins you can’t get
otherwise, and one of them is a High Availa
Hi everyone!
My problem is the following. There are A and B jobs. B depends on A. I
trigger A and when A is done, it will trigger B. That's okay. But if I
trigger A and I trigger A again with different parameter, when the first A
is done, the second A will be building and not the B, which is tr
A few questions:
1: Is this Tomcat instance the one you're running Jenkins on? I'm guessing
not; if you are, then you're trying to press your own 'off' button.
2: Does the Tomcat instance run on a port beneath 1024? If so, I believe that
the instance has to run as root, or hide behind somethin
Hi folks,
I have loads of weird stuff going on since I chose to re-key the secret
keys due to a security flaw :(
Biggest flaw was obviously the re-keying...
Since then do our promotions upload wrong releases. I don't know if it is
related to the re-keying but it happened after that action.
The
Thanks everyone for the inputs. The test process is not flawed, we actually
need capabilities in the automation framework to execute tests on a clean
slate (fresh OS). We also need capabilities in the framework to run the
same tests without re-installing the OS as well i.e., execute the tests on
Hello,
I am migrating my email-ext mail template to a Groovy script. My current
email configuration uses a lot of tokens (${BUILD_LOG_EXCERPT},
${CHANGES_SINCE_LAST_SUCCESS}, ${BUILD_LOG_REGEX}, ${WARNINGS_RESULT},
${TASKS_RESULT}, ...). I do not want to implement the same functionality
in Gro
Hi Bruno,
On 02/02/2013 14:43, Bruno Cunha wrote:
The /toggleLogKeep URL in the job can do that.
For example:
http://[url]/job/[JOB-NAME]/20/toggleLogKeep
This URL will change the lock status of the build 20.
Thanks for this, it's almost what I want.
The problem with the above is that I nee
31 matches
Mail list logo