Ok here it is:
That code is the pre-send script area:
def deploymentJob =
Jenkins.getInstance().getItemByFullName("deployment-universal")
def colorDeployment = deploymentJob.getIconColor()
def testJob =
Jenkins.getInstance().getItemByFullName("selenium2-portalservices-Smoketests-windows-Chrome-2
Hi,
I try to read key/value pairs from a property file with the EnvInject
Plugin. It works.
But when I want to read a key like scp.test (with a point) I can't read it
with $scp.test. I have tryed a few combinations like ${scp.test} but nothing
works.
Can somebody help me?
Thanks
Olly
--
View
Certainly covers the ground.
I thought that all of the portlets went through the dashboard view and was
hoping there would be something more specific.
Thanks,
Rodney
On Tue, Nov 13, 2012 at 4:49 PM, Mark Waite wrote:
> How about https://wiki.jenkins-ci.org/display/JENKINS/Extend+Jenkins ?
>
>
In the Jenkins job configuration screen, there is a check box "Execute
concurrent builds if necessary". I don't know if that feature is available in
Hudson or not. It may have been added after most of the developers switched
from Hudson to Jenkins.
Mark Waite
>_
Hi All
We have a single Hudson server and we like to perform parallel builds
for multiple different builds.
Can Hudson support that, meaning one job starts at 815am and another
at 820am so in the build queue there would be 2 paralllel builds ?
If not, what's the usual practice to support multiple
Is there a way to retrieve wasted minutes on a per-job, per-build basis?
The aggregate total is available through the CloudBees free plugin, but
per-build numbers are not in the Rest API.
Thanks,
Jerry
I used to have the same need as you.
What I do is in batch file, set BUILD_ID to some other value and use "start"
command to start your "another program".
Then this "another program" would continue to run without blocking the batch
file execution.
there is a webpage on Jenkins related website, bu
How about https://wiki.jenkins-ci.org/display/JENKINS/Extend+Jenkins ?
Mark Waite
On Tuesday, November 13, 2012 1:52:14 PM UTC-7, Rodney Stanton wrote:
>
> I tried Googling for a HOWTO without luck. (yes, I did google first :P )
>
> Our development would like more customization on our Dashboard.
On Nov 9, 2012, at 7:08 AM, David Weintraub wrote:
> There's not a lot of jobs running on this. We're just getting Jenkins setup,
> and maybe get one or two builds per day. The problem seems to stem from the
> Analytic plugins: Findbugs, PMD, Checkstyle, Warnings, and CPD. The build
> complete
I am working in the Oslo office of WesternGeco, Schlumberger. Our project
has been using Jenkins as our CI system. It is really good!
We don't have a public site for this. But you can access the public site
http://www.slb.com/westerngeco.aspx. Basically, we are developing a marine
seismic softwa
I am dealing with a similar issue, did you ever get the answer/solution to
this?
--
View this message in context:
http://jenkins.361315.n4.nabble.com/how-to-make-windows-batch-command-shell-continue-run-after-start-up-another-program-tp4635941p4646041.html
Sent from the Jenkins users mailing li
Hello all,
I am new to Jenkins. Following the steps in chapter 5 of the manual to
configure a build.
I've specified my SVN repo as shown below but Jenkins gives the following
message when I save the project. The path is valid.
svn://x.x.x.x/trunk/diamond/src
/trunk/diamond/src doesn't exist
I tried Googling for a HOWTO without luck. (yes, I did google first :P )
Our development would like more customization on our Dashboard. Is there a
portlet development FAQ?
Rodney
Hi All,
I have just installed the Shelve Project Plugin. Whenever I try to shelve
a project it just sits in the "Build Queue" with the msg "Waiting for next
available executor". There is nothing running on any of the build servers.
Outside of clicking into the project and choosing "Shelve Proj
I can thing of two ways:
1) property file or
2) environment variable
On Tuesday, November 13, 2012 5:15:55 PM UTC-2, Levin, Ilya wrote:
>
> Hello,
>
>
>
> I have created a maven build project, in the Goals and Options section I
> have:
>
> ` install -P -D=VALUE`
>
>
>
> VALUE is someth
Hello,
I have created a maven build project, in the Goals and Options section I have:
` install -P -D=VALUE`
VALUE is something I need to calculate in a shell script, what is the best way
to pass it to maven (to the Goals and Options line).
Thanks,
ilya
Found it!
There was a problem in the fstab entry which was responsible for mounting
the partition.
I was using *noexec* instead of *exec.*
Just had to change this:
*/dev/vg0/jenkins /jenkins ext4 defaults,auto,noatime,noexec 0 0*
*
*
for this:
*
*
*/dev/vg0/jenkins /jenkins ext4 defaults,auto,n
Woops. Thanks a lot, Nicolas, using the closure fixed my issue.
parallel (
{build("agile_code", ENVIRONMENT: params["ENVIRONMENT"], ACTION:
params["ACTION"])},
{build("agile_db", ENVIRONMENT: params["ENVIRONMENT"], ACTION:
params["ACTION"])}
)
On Saturday, November 10, 2012 9:28:18 AM UT
This is the exception I'm getting:
Building in workspace /jenkins/workspace/teste
Installing JDK jdk-6u34-oth-JPR
Downloading JDK from
http://download.oracle.com/otn/java/jdk/6u34-b04/jdk-6u34-linux-x64.bin
Downloading 72036348bytes
Installing /jenkins/tools/JDK/1.6.34/jdk.sh
[1.6.34] $ /jen
You can easily move the workspace of the jobs,
On slaves, this is just setting the Remote FS root for the slave, and the
workspaces will be created under that. (
/computer//configure)
On Master you can configure workspace to use a different directory to that
of Jenkins home. "Workspace Root Dir
In the end, this is just annoying, but I have two separate volumes on my
build machine. 80GB volume for OS and framework build binaries (VC++
runtime, SDKs, etc.) and
a separate volume for source code, build artifacts, etc.
I would like to have Jenkins use a path such as
L:\jenkins\\workspace
Hi together,
I just released a new version of
the https://wiki.jenkins-ci.org/display/JENKINS/Dependency+Graph+View+Plugin.
This version includes an experimental visualisation via jsPlumb based on
work by domi. Since I am pretty new to javascript it would be very helpful
to get some feedback on
Please show your code.
On Tue, Nov 13, 2012 at 8:01 AM, Sven Finsterwalder wrote:
> Hi,
>
> how can add text to the email that will be send.
>
>> msg - the MimeMessage object which can be modified
>
> I try it with the pre-send script, but it does not work :-(
> Please give me an example code li
Hi all,
I just released a new version of
the https://wiki.jenkins-ci.org/display/JENKINS/Dependency+Graph+View+Plugin
It includes an experimental visualisation via jsPlumb based on domis work.
Please give me feedback how to improve the javascript visualisation and the
plugin in general. Feature
Hi,
how can add text to the email that will be send.
> msg - the MimeMessage object which can be modified
I try it with the pre-send script, but it does not work :-(
Please give me an example code line.
Thanks
Hello
I can confirm it was coming from the thinBackup plugin. Thanks a lot !
-
Gaetan
2012/11/2 Eric Pyle
> I have also seen our Jenkins get stuck in “Jenkins is going to shut
> down” mode, and it appears to be caused by the thin-backup plugin trying to
> begin a backup while a long-ru
I can't find the issue number or the part of the change log that speaks to it,
but I've had this problem. This was fixed in the past couple of months
(somewhere...), so upgrading Jenkins will fix this, if you're willing to do
"Latest and Greatest" rather than long-term support release.
--Rob
Hi,
All you need to do is just follow the below steps.
1. Stop your new Jenkins server & backup the contents your interested in.
2. Copy the contents of "conf" directory from your current Jenkins server
to the new server.
3. Copy the contents of "jobs" directory from your current Jenkins server
28 matches
Mail list logo