Hello,
There is not "view" option in jenkins's mainpage after I installed the build
pipeline plugin, which could give me choice to create pipeline.
Does anybody know how this happens?
Br,
Tony Zhang, Tz
GSM Team @ Beijing, China
or "include" the configuration of the parameterized job into a "wrapper"
job ?
On Tuesday, October 16, 2012 4:48:40 PM UTC+2, Jan wrote:
>
> We have a parameterized job to run database integration tests. Each
> distinct parameter corresponds to a database brand/version/... The regular
> build e
I use the Exclusion Plugin
(https://wiki.jenkins-ci.org/display/JENKINS/Exclusion-Plugin) to stop certain
steps in my jobs running at the same time, but occasionally a job hangs because
it thinks a resource is in use by another job. There is a ticket open for this
problem (https://issues.jenkin
Hello Sir
I wrote test cases which in selenium and execute that test local
machine which is properly executed. Then setup Jenkins.In Jenkins I
executed test cases.
I write following script in Jenkins shell
PYENV_HOME=$WORKSPACE/.pyenv/
# Delete previously built virtualenv
if [
I’ve got the same problem, with no good solution. In my case, some of these
steps are inside of other steps, so I can be more than one “BEGIN” deep. As
far as I can tell, the only way to handle this is to write up each possible
begin/end pair separately. That was too ugly for me to pursue, an
Hello,
Using the Git plugin, the repository created for the build, by default,
occupies the Jenkins' WORKSPACE directory.
Is there a way to tell the plugin to use a specific sub-directory of
WORKSPACE (we have several scripts that rely on a specific parent directory
name)?
Please note: The bui
On 17/10/12 14:12, Steve K wrote:
> Hello,
>
> Using the Git plugin, the repository created for the build, by
> default, occupies the Jenkins' WORKSPACE directory.
> Is there a way to tell the plugin to use a specific sub-directory of
> WORKSPACE (we have several scripts that rely on a specific p
Hello,
I am trying to setup Jenkins with the ClearCase UCM plugin from Praqma.
We are currently using Ant+Ivy as buildsystem.
All our buildtools (JDK, Ivy, Ant etc...) and buildfiles (build.xml,
ivy.xml) are under version control, and are thus included in the ClearCase
view.
The ant executable
Hello Fred,
Of course it works... I didn't upgraded the correct thing.
I upgraded jenkins instead of the CVS plugin.
Thanks for your reply which gave me the clue, and excuse me for disturbing
with that...
Olivier.
Le mardi 16 octobre 2012 14:32:27 UTC+2, Fred G a écrit :
>
> Hi,
>
> It works f
To track changes in a Subversion jar repository, I have a Jenkins job
that does a checkout, but no build. This way, anytime someone changes
a jar, I get notified via the ext-email plugin.
I came in this morning, and only the last build is showing up. I don't
have the job deleting the builds, and i
On Wed, Oct 17, 2012 at 9:44 AM, David Weintraub wrote:
> To track changes in a Subversion jar repository, I have a Jenkins job
> that does a checkout, but no build. This way, anytime someone changes
> a jar, I get notified via the ext-email plugin.
>
> I came in this morning, and only the last bu
Your right .. I had to play around with the different jelly tags for it to
work in a jelly script:
The best solution that works for me in a jelly script:
${rep_content.asXML()}
FYI... the use of the wrote:
> Yes... It just really couldn't get jelly script to work to my
> satisfacti
Each morning, one of our Jenkins servers loses is place in the time and
space. The build balls all go gray on the dash board. The Last Success,
Last Failure, and Last Duration all say "N/A".
Forcing a build works, and the correct build number gets used. Reloading
the config from disk restores
I rebooted and it fixed several things including not listing any
users. I'll upgrade to 1.486.
On Wed, Oct 17, 2012 at 10:47 AM, Andrew Melo wrote:
> On Wed, Oct 17, 2012 at 9:44 AM, David Weintraub wrote:
>> To track changes in a Subversion jar repository, I have a Jenkins job
>> that does a ch
So much nails, I don't want to be disturbed any more.
On 17.10.2012 18:08 schrieb Town Ice:
> So much nails, I don't want to be disturbed any more.
You can unsubscribe on the google groups webpage.
Is it possible to add a signature to every message received over the
mailinglist with a link to the groups page + unsubscribe hint? This
question pops up
Thank you Darragh. That looks promising.
On Wednesday, October 17, 2012 9:23:40 AM UTC-4, Darragh Bailey wrote:
>
> On 17/10/12 14:12, Steve K wrote:
> > Hello,
> >
> > Using the Git plugin, the repository created for the build, by
> > default, occupies the Jenkins' WORKSPACE directory.
> >
Hi,
Look for entries in recent archive and in the changelog about
"lazy-loading".
Cheers
2012/10/17 H^2
> Each morning, one of our Jenkins servers loses is place in the time and
> space. The build balls all go gray on the dash board. The Last Success,
> Last Failure, and Last Duration all say
Does anyone here happen to know how to find the remote fs root of a slave in
Groovy? I'd like to do this so I can use EnvInject to put it in an environment
variable, so I can use put some files there that all of my jobs can read.
Thanks,
Todd Greer
Todd,
Do U want to have different builds sharing the same WORKSPACE or do U want
a dir that holds files which the different builds will reference?
..
Mgimza
On Wed, Oct 17, 2012 at 3:46 PM, Todd Greer wrote:
> Does anyone here happen to know how to find the remote fs root of a slave
> in Groov
I want a dir that holds files which the different builds will reference. The
contents should be the same on all slaves, and I'd like to specify the same
thing
as the path (e.g. "${FS_ROOT}/common") on all jobs on all slaves. I'd like to
update this dir automatically.
Currently, I'm setting up
https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Plugin
sbrown48 schrieb:
>Can I restart a job automatically if it fails ?
>
>I am running a java program against a site out of my control.
>I have a timeout in there to fail if it takes too long.
>If it fails I want to restart the job x nu
Thanks, If I write console sections for each begin/end pair, then it would
make it really ugly as I have around 15 components and 5 platforms.
It seems to me that it is better to write a plugin for this.
On Wednesday, October 17, 2012 6:18:44 PM UTC+5:30, Mandeville, Rob wrote:
>
> I’ve got th
23 matches
Mail list logo