I take this back.
${FILE,path="PATH"} worked. Environment variables does not.
I've updated https://wiki.jenkins-ci.org/display/JENKINS/Email-ext+plugin
to actually state recipient list also honors email tokens.
--
You received this message because you are subscribed to the Google Groups
"J
On 10/05/14 00:49, Charles Chan wrote:
I have been trying to use the snapshot functionality in the Android
plugin but somehow it keeps creating a new snapshot every time.
I looked at the code EmulatorConfig.hasExistingSnapshot(), and saw the comment.
But I don't think it apply?
// Wor
Hi,
I want to configure a parameterized build and could not find any
possibility to specify a label for parameter names and options (for
choices). Isn't there any way? It would be nice because I have an
unexperienced group of users that should run the build, and I do not want
them to get faced
There is a description field for parameters - you could use it and if it is
not enough use informative parameters and choices names:
Parameter name:
Please_make_your_choice
Choices:
0 This is a good choice
1 This is a bad choice - you should know what you are doing
Description:
You have to make a
Hi All,
I am using master and Slave machanism, Assume that Master in busy with
build generation, now if I got new request comes I have to distribute the
same in Specific Slave machine
We have option like "*Restrict where this project can be run*"
1. If I gave as master then it's generating in
I have a new installation of Jenkins LTS running on a windows server. I have
both the system property JAVA_HOME set to an installation of a 1.7 JDK and the
jenkins' JAVA_HOME configuration to the same installation. When I run a maven
build. the compile fails and seems to want to point to the J
Warren Postma (2014-05-12 16:53):
We have configured Jenkins to at least put nodes OFFLINE when their
disk space is low, but manually checking these nodes seems a silly
think when Jenkins should be emailing out.
I guess because disk space is a plugin I should ask the maintainers of
the disk u
Panikera,
Look into how to use labels, as that's exactly their purpose.
Scott
On Tue, May 13, 2014 at 8:19 AM, Panikera Raj wrote:
> Hi All,
>
> I am using master and Slave machanism, Assume that Master in busy with
> build generation, now if I got new request comes I have to distribute the
>
I've been unable to make this work.
Only "trunk" shows up in the dropdown. The pattern only seems to be applied
one directory deep.
BTW - despite my earlier post, my repository does use "branches" and "tags",
plural, as is the standard convention.
I' m running Jenkins on Windows - could this
Hi Guys,
I have the following:-
Microsoft VS 2013
This contains a tool for running coverage eg
"C:\Program Files (x86)Microsoft Visual Studio 12.0\Team Tools\Dynamic
Coverage Tools\amd64\CodeCoverage.exe" collect /output:temp.coverage
allTest.exe
This runs the exe and creates coverage file :-
I have a new installation of Jenkins LTS running on a windows server. I have
both the system property JAVA_HOME set to an installation of a 1.7 JDK and the
jenkins' JAVA_HOME configuration to the same installation. When I run a maven
build. the compile fails and seems to want to point to the J
I forgot to add.
The executable under test is unmanaged C++.
On Tuesday, 13 May 2014 15:24:49 UTC+1, sbha...@yahoo.com wrote:
>
> Hi Guys,
>
> I have the following:-
> Microsoft VS 2013
> This contains a tool for running coverage eg
>
> "C:\Program Files (x86)Microsoft Visual Studio 12.0\Team Tool
I can see the JDK reference in the new installation config.xml file:
jdk1.7.0_45
D:\Tools\Java\jdk1.7.0_45
The way I resolved this was to go into the startup file and change the
following code:
%JAVA_HOME%\jre\bin\java
-Xrs -Xmx1024m
-Dhudson.lifecy
Hi guys!!
Totally new here, been stuck on this for a while.. Apologies if I'm not
posting appropriately. I've been googling and reading about this for a few
weeks.
I have Jenkins 1.559 installed on an Amazon EC2.
I launch a webdriver node on a PC I have in the office using the following
comman
I Evans,
I have tried with Nodelabel parameter plugin but i am getting IO exception,
unable to install this plugin
Is this proper plugin which I installed? or any other plug in is there...
Please can you provide sample tutorial where I can see the proper info.
Thanks in advance Evans.
Regards,
P
There shouldn't be any need for a plugin to use standard labels. On your
node configuration there should be a field for Labels. Put a label there
(say BuildLabel1 for example). Do the same for your master and add the
label there too. Then for your project, when you say "restrict where it
can ru
Thanks for the information.
I try setting to "emulator-x86" again and I still get the same behaviour
from Jenkins:
$ /opt/android-sdk-linux/tools/emulator-x86 -snapshot-list -no-window -avd
hudson_en-US_160_WVGA_android-19_x86
[android] Starting Android emulator and creating initial snapshot
Thanks Mark
Our scenario was triggered by: namespaced branches with the same name.
I was about to mention this finding, but it seems to be already a pull
request in
https://issues.jenkins-ci.org/browse/JENKINS-20767
On Mon, May 12, 2014 at 3:10 PM, Mark Waite wrote:
> There are several bug re
I'm totally new to Jenkins, and am trying to figure out if we can use it
for a project
If I want to do continuous integration for a project where we're using
Eclipse, am I supposed to reuse the Eclipse-generated build.xml, or do I
need to write a build.xml from scratch?
Or does that question
That's good to know. That particular pull request still needs further
work, since there are a number of use cases which need to be preserved
while allowing namespaces.
On Tue, May 13, 2014 at 2:20 PM, Andrei Neculau wrote:
> Thanks Mark
> Our scenario was triggered by: namespaced branches with
You re-use the Eclipse generated build.xml and you use Ant to build it
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of stevesi...@gmail.com
Sent: Tuesday, May 13, 2014 4:36 PM
To: jenkinsci-users@googlegroups.com
Subject: Eclipse build.xml or build.xm
the questions does make sense to me. We added to the eclipse generated build.
Basically we created some
custom ANT targets that we import into the eclipse default.
We use Jenkins to control our build execution. We have Jenkins using ANT to
perform the actual builds.
good luck
wk
- Orig
Hi!
I've successfully implemented the use of a url call to toggle the status of
a build note to either be online, or offline:
/computer//toggleOffline?offlineMessage=Offline
Which works fine. However, each call of this URL just toggles the current
status. Is there another parameter that I coul
On 13.05.2014, at 22:49, Scott Evans wrote:
> Which works fine. However, each call of this URL just toggles the current
> status. Is there another parameter that I could call that either explicitly
> tries to take it offline, or put it online?
Not in this API. The CLI has online-node and
Is there a way to use the credential store with the CVS plugin to access a
CVS repository? Looking for a way to store credential once and have one
place to change it, despite many jobs making use of it.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users
Evans, Thanks for quick responce,
But here I am not able to see any field like Labels, Is this Version
specific future?
Thanks in advance,
Regards,
Panikera
On Tue, May 13, 2014 at 11:15 PM, Scott Evans wrote:
> There shouldn't be any need for a plugin to use standard labels. On
> your n
Hi Kevin,
You can use environment variable to store username and password of CVS
Then you can check out code from either Jenkins or from Cygwin Terminal
Regards,
Panikera
On Wed, May 14, 2014 at 3:12 AM, Kevin Buchs wrote:
> Is there a way to use the credential store with the CVS plugin to ac
On Tue, May 13, 2014 at 10:20 PM, Panikera Raj
wrote:
> Evans, Thanks for quick responce,
>
> But here I am not able to see any field like Labels, Is this Version
> specific future?
>
It is in the top section of the node/configure page. Just below
'Remote FS root'.
--
Les Mikesell
lesm
Hi MikeSell,
Shall I give Labels as two names as *master, Slavename*
*Regards,*
*Panikera*
On Wed, May 14, 2014 at 9:41 AM, Les Mikesell wrote:
> On Tue, May 13, 2014 at 10:20 PM, Panikera Raj
> wrote:
> > Evans, Thanks for quick responce,
> >
> > But here I am not able to see any field li
Hi,
If i click build now manually its triggering the build but its not
automatically if i set the time for 5mins.
On Monday, May 12, 2014 6:53:18 PM UTC+5:30, walter.kelt wrote:
>
> if your trigger the build manually, does it build ?? (lets make sure
> everything else is setup properly, than
>
Hi Vidya,
Can you share your time stamp where you mention to trigger for every 5 mins
Regards,
Panikera
On Wed, May 14, 2014 at 10:51 AM, vidhya radha wrote:
> Hi,
>
> If i click build now manually its triggering the build but its not
> automatically if i set the time for 5mins.
>
>
> On Monda
Hi,
Build Trigger in Poll SCM i given as * * * * *
On Wednesday, May 14, 2014 10:55:16 AM UTC+5:30, Panikera Raj wrote:
>
> Hi Vidya,
>
> Can you share your time stamp where you mention to trigger for every 5 mins
>
>
> Regards,
> Panikera
>
> On Wed, May 14, 2014 at 10:51 AM, vidhya radha
Hi Vidya,
Set parameter to Build periadically as 5 * * * *
Regards,
Panikera
On Wed, May 14, 2014 at 11:01 AM, vidhya radha wrote:
> Hi,
>
> Build Trigger in Poll SCM i given as * * * * *
>
>
> On Wednesday, May 14, 2014 10:55:16 AM UTC+5:30, Panikera Raj wrote:
>
>> Hi Vidya,
>>
>> Can you s
K. I will do
On Wednesday, May 14, 2014 11:04:04 AM UTC+5:30, Panikera Raj wrote:
>
> Hi Vidya,
>
> Set parameter to Build periadically as 5 * * * *
>
>
> Regards,
> Panikera
>
> On Wed, May 14, 2014 at 11:01 AM, vidhya radha
>
> > wrote:
>
>> Hi,
>>
>> Build Trigger in Poll SCM i given
If build triggers it will not show in build history.
On Wednesday, May 14, 2014 11:07:30 AM UTC+5:30, vidhya radha wrote:
>
> K. I will do
>
> On Wednesday, May 14, 2014 11:04:04 AM UTC+5:30, Panikera Raj wrote:
>>
>> Hi Vidya,
>>
>> Set parameter to Build periadically as 5 * * * *
>>
>>
>
Hello,
Wanted to migrate from Hudson to Jenkins.Need help in details(includes
porting of master-slave ,Plugins,user migration details ).
Thanks in advance.
Thanks & Regards.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe fro
Isn't 5 * * * * build on the fifth minute of every hour?
Try */5 * * * *
Ben
On Tue, May 13, 2014 at 10:45 PM, vidhya radha wrote:
> If build triggers it will not show in build history.
>
>
> On Wednesday, May 14, 2014 11:07:30 AM UTC+5:30, vidhya radha wrote:
>>
>> K. I will do
>>
>> On Wedne
Vidya,
It has to show..
Regards,
Panikera
On Wed, May 14, 2014 at 11:17 AM, Benjamin Lau wrote:
> Isn't 5 * * * * build on the fifth minute of every hour?
>
> Try */5 * * * *
>
> Ben
>
> On Tue, May 13, 2014 at 10:45 PM, vidhya radha
> wrote:
> > If build triggers it will not show in build hi
Its not showing. what to do?
On Wednesday, May 14, 2014 11:31:14 AM UTC+5:30, Panikera Raj wrote:
>
> Vidya,
>
> It has to show..
>
> Regards,
> Panikera
>
> On Wed, May 14, 2014 at 11:17 AM, Benjamin Lau
>
> > wrote:
>
>> Isn't 5 * * * * build on the fifth minute of every hour?
>>
>> Try */
Vidya,
AFAIK.. It will show the history of every build execution, may be it's not
triggering or not executing...
Regards,
Panikera
On Wed, May 14, 2014 at 11:38 AM, vidhya radha wrote:
> Its not showing. what to do?
>
>
> On Wednesday, May 14, 2014 11:31:14 AM UTC+5:30, Panikera Raj wrote:
>
>>
Thanks. we have to set in build periodically option, now build is
triggering automatically.
On Wednesday, May 14, 2014 11:53:57 AM UTC+5:30, Panikera Raj wrote:
>
> Vidya,
>
> AFAIK.. It will show the history of every build execution, may be it's not
> triggering or not executing...
>
>
>
41 matches
Mail list logo