yes, build-flow is desgined for orchestration, not as a regular job with
SCM workspace and all
that being said, as I can't find spare time to invest on this plugin, feel
free to take leadership on it and make it evolve your way
2014-05-01 0:13 GMT+02:00 Les Mikesell :
> On Wed, Apr 30, 2014 at
Hi,
I have a build pipe.
I have a job A that has a "Manual trigger" for job B.
But when job A which has some unitests is unstable, there is no button to
trigger B.
But if the downstream link is automatic, I had an option to continue even if
job A is unstable
How can I fix this ?
--
Hi,
I am using dynamic axis plugin. It looks like the job is not executing on
the correct nodes.
I have a string parameter which accepts the nodes/labels name with
whitespaces between each. Say, I select nodes A, B and C. When I submit the
job, it shows that the job is running on nodes A, B and
Hi,
I have the same problem, I upgraded Jenkins to the latest version (1.561),
I setup the window slave using 'Launch slave agents via Java Web Start'.
Everytime I restart window (installed with Java 1.7 update 45), I got the
security warning pop up to ask me 'Do you want to run this applicati
Maybe I haven't expressed myself correctly.
I get a ClassNotFound exception for hudson.model.User.
Does a maven plugin (not a jenkins plugin) has access to jenkins classpath
?
Regards. Mauro Flores.
Em terça-feira, 29 de abril de 2014 18h29min31s UTC-3, Mauro Flores
escreveu:
>
> Thanks.
I agree that .11 is a huge step backwards for me. As far as I can tell,
the build flow plugin no longer triggers the failure event of the email-ext
plugin. So I am no longer getting failure mails for the overall job.
Setting up a new job to handle the failure mail is redundant and can fail
i
On Wed, Apr 30, 2014 at 5:05 PM, Tim Jackson wrote:
> I agree that .11 is a huge step backwards for me. As far as I can tell, the
> build flow plugin no longer triggers the failure event of the email-ext
> plugin. So I am no longer getting failure mails for the overall job.
> Setting up a new jo
That's the classloading there for you
On Wednesday, 30 April 2014, Les Mikesell wrote:
> Just curious If the slave can load classes from the master, why
> do the maven jars get copied over to the slaves?
>
> --
>Les Mikesell
> lesmikes...@gmail.com
>
>
> On Wed, Apr 30, 2014 at 8:
On Wednesday, April 30, 2014 5:40:46 AM UTC-4, matthew...@diamond.ac.uk
wrote:
>
> I'm not sure why downloading on the server did not work
>
Because the server content is broken:
https://issues.jenkins-ci.org/browse/JENKINS-21984
--
You received this message because you are subscribed to the
Just curious If the slave can load classes from the master, why
do the maven jars get copied over to the slaves?
--
Les Mikesell
lesmikes...@gmail.com
On Wed, Apr 30, 2014 at 8:12 AM, Stephen Connolly
wrote:
> Yes
>
>
> On 30 April 2014 08:47, Mani Azizzadeh wrote:
>>
>> Thank yo
Hello all. I've got a question about handling of python with embedded `
characters. We are using bitbake and OE to build target images. However, we
have a bitbake recipe that updates a Makefile CFLAGS by adding a pkg-config
directive, that looks like this in the recipe.
export CFLAGS+=" -DLIB_L
Figured it out...
Noticed this in the logs..
"Apr 30, 2014 1:58:24 PM org.jfrog.hudson.ArtifactoryServer
getRepositoryKeys
WARNING: Could not obtain local repositories list from
'http://artifactory.xx.com:8081/artifactory': Read timed out"
We arent using artifactory anymore and I remember
Anything in the logs? Is your jenkins trying to load some external
resource to render this page, and that resource is unavailable?
On Wed, Apr 30, 2014 at 10:57 AM, Seth Floyd wrote:
> Nope...that didnt help. Its weird how its just on a few pages that this
> happens. I can get to the configura
What is the load on the server while this is going on? Is the Jenkins java
process doing anything that's using up significant CPU?
Scott
On Apr 30, 2014 12:57 PM, "Seth Floyd" wrote:
> Nope...that didnt help. Its weird how its just on a few pages that this
> happens. I can get to the configurat
Nope...that didnt help. Its weird how its just on a few pages that this
happens. I can get to the configuration of Jenkins screen and the config
page for Multijobs but not just a generic job. I tried creating a new one
also and I get the same loading screen there too.
Kinda unsure what else to l
Ill try that...we actually were having some network issues this morning so
maybe that could be the culprit.
On Wednesday, April 30, 2014 1:24:10 PM UTC-4, Seth Floyd wrote:
>
> When I go into a job today and click Configuration it gets stuck on
> LOADING...
> Ive stopped and restarted Jenkins.
Have you tried restarting the Jenkins host machine? We have this happen
periodically, and believe it's related to network I/O issues. Our IT
folks made a change of the filesystem where Jenkins is installed,
putting it on a newer file server, and it seems to have helped.
Eric
On 4/30/2014 1:24
When I go into a job today and click Configuration it gets stuck on
LOADING...
Ive stopped and restarted Jenkins. Ive backed out and removed the latest
plugins that were added or updated. Ive tested in both Chrome and Firefox.
One thing I have noticed is that the configuration page loads just fi
YES!! That was it. Thx. I have been struggling along time with this.
--
View this message in context:
http://jenkins-ci.361315.n4.nabble.com/How-to-get-a-parameter-into-my-Email-Ext-plugin-tp4700271p4700279.html
Sent from the Jenkins users mailing list archive at Nabble.com.
--
You received
Hi,
My requirement is to attach the performance trend graph across all builds
in the email.
Can anyone let me know how to do it?
Thanks,
Murugan Mani
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop re
Try an environment variable like this for your groovy script:
${ENV(var: "testname")}
- Original Message -
From: "mickeys"
To: jenkinsci-users@googlegroups.com
Sent: Wednesday, April 30, 2014 10:02:00 AM
Subject: Re: How to get a parameter into my Email-Ext plugin
Hi,
thx for a
Hi,
thx for answering.
This is what I got when I try it. I put this in my html-template ${ENV,
var="testname"} (testname is a string variable I have setup)
and got this:
^ 1 error groovy.lang.GroovyRuntimeException: Failed to parse template
script (your template may contain an
Hi Friend,
I am also facing the same problem, I am using svn scm polling and I want the
plugin to skip some commits done by the job and trigger builds only for the
commit by deverloper.
Where & how can we define the exclusion in Jenkins, can you please help?
Thanks!
Swapnil
--
View this mess
Yes
On 30 April 2014 08:47, Mani Azizzadeh wrote:
> Thank you for the replies.
>
> I guess this is the setting that you are talking about?
>
>
> http://javadoc.jenkins-ci.org/hudson/remoting/Channel.html#setRestricted(boolean)
>
>
> --
> You received this message because you are subscribed to
You need to preface with ENV
Example:
${ENV, var="SVN_PATH"} is my SVN path.
On Wed, Apr 30, 2014 at 7:01 AM, mickeys wrote:
> Is there a way to show a paramerized string in my email that I send? I have
> tried but cant make it work.
>
> It seems that the html email wont be able to handle my inpa
Can you share your template?
On Apr 30, 2014 4:02 AM, "mickeys" wrote:
> Is there a way to show a paramerized string in my email that I send? I have
> tried but cant make it work.
>
> It seems that the html email wont be able to handle my inparameters
> (${var}).
>
> Example:
> I have a string na
Known issue in 1.560 and 1.561:
https://issues.jenkins-ci.org/browse/JENKINS-22734
Downgrade Jenkins to 1.559.
On 30.04.2014, at 12:28, Yves Schumann wrote:
> Hi@all,
>
> since some time I'm running into this error if builds on the nodes are
> finished and the artifacts should be copied to t
Is there a way to show a paramerized string in my email that I send? I have
tried but cant make it work.
It seems that the html email wont be able to handle my inparameters
(${var}).
Example:
I have a string named
Variable
I want to be able to call that inside my html-template that the email-pl
Hi@all,
since some time I'm running into this error if builds on the nodes are
finished and the artifacts should be copied to the master:
Apr 30, 2014 12:05:54 PM Schwerwiegend
hudson.remoting.SynchronousCommandTransport$ReaderThread run
Unexpected error in channel srvzh-jenkinsnode-001
java.lan
Selecting "Use browser" in "Download preferences" fixed the problem. Thanks for
the pointer.
I'm not sure why downloading on the server did not work (the proxy was set up
correctly), but anyhow this gets me a workaround for the moment.
Matthew
> -Original Message-
> From: Daniel Beck [
Is it an 'Execute Groovy script' build step? If so, you need an 'Execute system
Gorovy script' build step instead.
On 30.04.2014, at 03:48, Maneesh M P wrote:
> I am trying to execute a Groovy script as build step, I am getting below
> error. Can anyone tell me how to resolve this ?
>
>
> va
Thank you for the replies.
I guess this is the setting that you are talking about?
http://javadoc.jenkins-ci.org/hudson/remoting/Channel.html#setRestricted(boolean)
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this gr
32 matches
Mail list logo