Hi Andreas,
perhaps
https://wiki.jenkins-ci.org/display/JENKINS/DropDown+ViewsTabBar+Plugin
might be of interest?
While it does not support multi-row tabs, it adds a single dropdown menu
instead. This might scale even better if you have a huge number of views.
If you really need multi-row
Hi Sebastian,
the 'parent' matrix builds are always fly-weight tasks. So you do not
need to configure that explicitly. Only the individual 'child' matrix
runs spawn by the matrix build (in your example: C1, C2, C2, ...) will
take up an executor.
By the way: matrix runs are executed in paral
Hi Ian,
Ian Simpson wrote (13.06.2012 17:42):
Ah, the ACL thing does help; I'll have to mess around with that a little.
Glad this helped ;O)
The problem with revoking the create permission is that calling
Hudson.getInstance().createProject() started failing after the upgrade
to Jenkins, where
Hi Roberto,
perhaps this thread might be helpful for you:
http://jenkins.361315.n4.nabble.com/Is-it-possible-to-store-artifacts-on-a-different-drive-from-the-quot-jobs-quot-folder-td4190962.html
Cheers,
Simon.
--
Roberto Nunnari (13.06.2012 16:44):
Hi everybody.
One more question..
I just no
Hi Ian,
you can escalate temporarily in your plugin code from the current user's
permissions to super-powered 'SYSTEM' permissions like this:
// First, become the SYSTEM...
SecurityContext oldContext = ACL.impersonate(ACL.SYSTEM);
// Then, do some stuff with super-powers here...
// F
Hi bl0ck3r,
the description setter plugin extracts texts from the console log of
your build and sets them as description. "Started by ..." is part of the
console log of a build (look for it at the top of the log).
Try entering "Started by ([\S]+)" in the section "Post-build Actions ->
Set bu
Hi Bertrand,
Jenkins does not explicitly delete the workspace of a job when deleting
the job.
But if your job happens to reside on the master and your workspace
happens to reside within your job directory (this is the default),
deleting the job will also remove its workspace implicitly.
If
Hi bl0ck3r,
this puzzled me as well at the beginning, but there's actually quite
some logic to it ;O):
A project is a special case of a job, i.e. all projects are jobs, but
not all jobs are projects.
Cheers,
Simon.
The long story:
Perhaps it helps to extend to mentally the names to "*gen
Hi Suri,
you may look into the
https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Build features.
Cheers,
Simon.
--
Suri (26.04.2012 07:04):
Hi
My Jenkins Version is 1.424.6
I have a query, I have one exe file in my Linux build environment.
If i run exe file, the exe file gets some v
Hi Tony,
go to the global system settings page and click on "Advanced..." just
under "Jenkins Home Directory". Now check out the following settings
(explanations taken from the online help):
"Workspace Root Directory" : Changing this value allows you to put
workspaces on SSD, SCSI, or even r
Hi Cris,
you might want to check out the
https://wiki.jenkins-ci.org/display/JENKINS/Build+Publisher+Plugin.
Cheers,
Simon.
--
Chris Johnston (04.04.2012 02:01):
Is it possible for the Build Publisher plugin to publish the records of
a single job to multiple other Jenkins instances? If so, ho
Hi,
you could try to use the
https://wiki.jenkins-ci.org/display/JENKINS/URLTrigger+Plugin instead of
the "Build Periodically" trigger.
The URL trigger can periodically check if the content of an URL has
changed (any much more...). Your trigger URL should point to the
artifact you are relyi
Hi Benedikt,
there's an xUnit XML Schema (XSD) at https://gist.github.com/959290.
Although I'm not quite sure about the relationship of that schema and
the xUnit plugin, it might give you at least clues about the meaning of
some elements and attributes.
Cheers,
Simon.
--
Benedikt Rothe (20.0
Hi John,
John R. Cary wrote (19.02.2012 19:45):
But I want to build the other project only if this project
fails. Is that possible?
The
https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Trigger+Plugin
has a dedicated option to trigger downstream projects _only_ if the
current build
14 matches
Mail list logo