Where does Blue Ocean get the data for what it shows under 'commit' and
'message'? For me, under "Message" it shows the text from the latest
commit of my shared library. That is useless information. I want to be
able to put information about the actual job, not the state of the shared
libra
aghhh I was just missing commas after my addresses
On Monday, January 25, 2021 at 3:37:46 PM UTC-6 Bob S wrote:
>
> I'm trying to use the Extended E-mail Notification plugin to email me when
> a build fails. I keep getting this error:
>
> An attempt to send an e-m
I'm trying to use the Extended E-mail Notification plugin to email me when
a build fails. I keep getting this error:
An attempt to send an e-mail to empty list of recipients, ignored.
I'm trying to send the email from a declarative pipeline
like this:
emailext body: 'Check console output at
I'm using XMLSlurper to read a short xml file. For a given node I can get
its attributes using 'attributes()', and I can get the size() of that to
know how many there are. But I can't figure out how to get each
attribute's key and value.
If I know an attribute is, say "Name"="Jim", I can sa
Hello - I just started using Jenkins. I wanted to use it to do automated
builds of our Perforce depot. From everything I am reading, it seems like
Jenkins wants to make its own perforce workspace when it does syncing and
builds. I spent most of yesterday trying to get it to work with our
ex
Hi Gregory,
what kind of Jenkinsfile do you use? Scripted or declarative?
In scripted, you would enclose your sh in a
> node('linux_label') {
> sh "your shell script"
> }
, on declarative, use
stage ("Run on Linux only") {
agent { label "linux_label" }
steps {
script {
sh "you s
;
Fair enough.
What should I do to be able to use declarative environment { } to avoid
using the declarative one in every further steps?
Thank you,
Bob.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this gr
nough.
What should I do to be able to use declarative environment { } to avoid
using the declarative one in every further steps?
Thank you,
Bob.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop re
een upgrading our infrastructure to ESXi 6.5 having VM's consisting
> of mostly Ubuntu 14.04/16.04 systems as well as a few CentOS 6/7 systems
> that are running without issue. Some are still running the pre-6.5
> compatibility modes and all work just fine.
>
>
>
>
>
We are going to upgrade the VM server Jenkins is hosted on to VMWare V6.5.
Does anyone know if JIRA 7.4 works OK with VMWare V6.5? and VM "hardware
version" 13?
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group an
I'm seeing this same issue as well: "ERROR: script returned exit code -2".
I've looked for more info in the pod logs as Carlos suggested but wasn't
able to find anything helpful.
If I remove the container element and nest sh under node it works. Do I
need to make sure the jenkins user (1) i
I'm having the same issue.
I'm using 8.12.4 gitlab
1.4.2 of the gitlab jenkins plugin
jenkins version 2.19.1
>From my reading it seems like it has something to do with the API key and
User, but that all seems correct.
Have you been able to find anything else out about this error?
On Monday, 26 S
;
> Make sure you don't have an init.groovy[.d] in JENKINS_HOME that disables
> the CLI; we recommended doing that last November as workaround for a 0-day
> vulnerability.
>
> > On 16.09.2016, at 11:50, Bob Hansen >
> wrote:
> >
> > Been trying use
ed to install/enable that I'm missing? Searches find nothing.
Server 1: Ubuntu 14.04,3 Jenkins version 1.642.1
Server 2: Ubuntu: 14.04.5 Jenkins Version: 1.651.2
Bob Hansen
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubsc
Was able to download most plugins for git plugin, but not able to find
icon-shim...
Any suggestions to work around this?
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an
Oeps, wrong group
Op vrijdag 11 december 2015 10:33:08 UTC+1 schreef Bob Kubista:
>
> I would like to get started with contributing to the Jenkins project and
> would like to adopt the deploy plugin. It would be nice if someone could
> help me along the way, as this would be a
I would like to get started with contributing to the Jenkins project and
would like to adopt the deploy plugin. It would be nice if someone could
help me along the way, as this would be a first for me.
Bob
--
You received this message because you are subscribed to the Google Groups
"Je
Dear list,
A shocking incident in software industry has been disclosed recently.
https://www.change.org/p/andi-puehringer-netzrezepte-de-netzrezepte-technologies-pvt-ltd-clear-pending-salaries-and-compensate-for-our-job-loss
--
You received this message because you are subscribed to the Googl
8080/job/javaproject1.0.0/ws/*zip*/archive.zip --->URL works
fine and accessible
I want to ignore the problem of deploying bad build by only selecting the
successful build from first URL. Can anyone suggest how can my first URL
problem be fixed?
Any suggestion will be helpful,
Regards,
Bob
?
Regards,
Bob S.
On Friday, June 19, 2015 at 8:59:43 AM UTC-5, Eric Pyle wrote:
>
> Hi Bob,
>
> You should be able to configure the triggered builds to use a particular
> label, using the NodeLabel Parameter Plugin, which lets you pass a
> parameter indicating a label the jo
es not limit them to running on the same OS as the build that
triggered them.
I hope I've got my Jenkins terminology right the use of the word build to
mean compile or test or anything else is a little foreign to me.
All help much appreciated.
Bob S.
--
You received this message because
Dear groups,
Greetings !!
I'm very new to jenkins and looking forward to tweak my jenkins server
further.
I have configured a job which successfully build after git cloning. But how
can I make
reproduceable build ? The workspace simply have the cloned file and I am
still striving to find out
Jenkins to all the users.
Any idea where i am wrong. I raised JIRA ticket but suggestion give didnt
worked.
https://issues.jenkins-ci.org/browse/JENKINS-26028
Thanks in advance
Bob
--
This message contains confidential information and is intended only for the
individual named. If you are no
jobs from the immediate folder; I can't
see any way to select jobs from sub-folders.
Is this possible? Am I missing something obvious?
Thanks,
Bob
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this
Is there a plugin that generates statics on the number of hits there are a
jenkin installation?
Trying to determine how many different hits there on my site, to determine
usage (everyone uses the anonymous support).
Thanks for any pointers.
--
You received this message because you are subscri
The problem was discovered... Someone deleted the project name from the job
configuration.
The problem is:
Should have had something like:
myproject
Bob
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Bob Bick
Sent: Monday, December 30, 2013
be causing this issue? I am pulling my
(already thinning) hair on this issue.
Thanks in advance.
Bob
*** *** ***
This message contains information which may be confidential and privileged.
Unless you are the addressee (or authorized to receive for the addressee), you
may not use, copy or d
the
various build steps? That is, I don't want every job input parameter to be
passed to the Grails and/or Maven command line.
Thanks for any help in advance,
Bob
*** *** ***
This message contains information which may be confidential and privileged.
Unless you are the addressee (or authoriz
Thanks James.
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of James Nord (jnord)
Sent: Wednesday, August 28, 2013 11:09 AM
To: jenkinsci-users@googlegroups.com
Subject: RE: Build Flow Plugin - Groovy libraries
Hi Bob,
You could package it up in an
After thinking about this a little more, I think that the best workaround is to
treat Jobs as libraries. The Build Flow job can invoke "common library" jobs
that can execute Groovy code.
Bob
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf O
code and I have not
found a way to have it include common groovy library code.
Has anyone found a way to include common Groovy library code into multiple
Build Flow Plugin jobs? I don’t think it is possible, but then again, I may be
missing something.
Thanks for your time,
Bob
*** *** ***
This
-jenkins-master/login?from=%2Fcomputer%2Fmy-slave%2Fslave-agent.jnlp&login=someloginid?password=somepassword
This way, the Jenkins node could start without any human interaction.
Thanks for your help!
Bob
*** *** ***
This message contains information which may be confidential and privileged.
Un
tests).
Note : Unlike other Node's configuration type, the Node's name is very
important as it is taken as the node's address where to create the service !
Bob
-Original Message-
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Bo
the build is failing because the temporary
status window can't be displayed.
Q. Is there a way to run a Jenkins slave node so it can display windows that
pop up as part of a job run?
Thanks for reading this,
Bob
*** *** ***
This message contains information which may be confidentia
I will check whether the config.xml of A has the post build action. It
currently does, but maybe that comes and goes for some reason. Thank you for
the advice. Appreciate it.
Bob
-Original Message-
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On
res, like e.g. a hudson.tasks.BuildTrigger publisher)
https://rm.cloudbees.com/issues/1979 (don't save all jobs when changing parts
of the template that don't affect the templates jobs at all)
On 26.08.2013, at 19:47, Bob Bick wrote:
> Hi,
>
> We are using the "Buil
into this issue? If so, any ideas what might be the problem?
Thanks,
Bob
*** *** ***
This message contains information which may be confidential and privileged.
Unless you are the addressee (or authorized to receive for the addressee), you
may not use, copy or disclose to anyone the message or any i
Bob Bick
Sent: Wednesday, July 10, 2013 9:21 AM
To: jenkinsci-users@googlegroups.com
Subject: Failed to instantiate class
org.jenkinsci.plugins.conditionalbuildstep.singlestep.SingleConditionalBuilder
When trying to save a build with a single step condition, get the following
error:
Exception
. By nature, dynamic parameters are computer by the job to use them,
can't be force to a "fixed" value by the invoker.
2013/8/16 Bob Bick mailto:bb...@netjets.com>>
Hi,
A build flow job invokes job X that has a dynamic parameter Y. The build flow
job also has the dynamic par
e two parameters
(Y and Y_OVERRIDE) for job X ... and then use Y_OVERRIDE. Any other ideas as to
a better way to do this? This seems like an awful hack.
Dynamic parameter plugin doc:
https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+Dynamic+Parameter+Plug-in
Thanks,
Bob
*** *** ***
This me
different then
behaviour might change)
Richard.
On Fri, Aug 9, 2013 at 6:45 AM, Bob Bick
mailto:bb...@netjets.com>> wrote:
Hi,
My Build Flow Plugin based job has a "Publish HTML Report" post-build action.
Regardless of whether the build flow job succeeds or fails, it generates
would work. Is this a bad
solution? Reasonable solution?
Thanks for taking the time to read this.
Bob
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Bob Bick
Sent: Thursday, August 08, 2013 2:46 PM
To: jenkinsci-users@googlegroups.com
Subject: HT
led, but I need the "Publish HTML Report"
post-build action to always run.
Kind Regards,
Bob
*** *** ***
This message contains information which may be confidential and privileged.
Unless you are the addressee (or authorized to receive for the addressee), you
may not use, copy or di
for all these newbie questions.
Thanks,
Bob
-Original Message-
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Daniel Beck
Sent: Wednesday, August 07, 2013 2:52 PM
To: jenkinsci-users@googlegroups.com
Subject: Re: Build Flow Plugin - reporting
Nicolas and Daniel, thank you for the help.
Bob
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of nicolas de loof
Sent: Wednesday, August 07, 2013 3:02 PM
To: jenkinsci-users@googlegroups.com
Subject: Re: Build Flow Plugin - reporting capability
I
lf Of nicolas de loof
Sent: Wednesday, August 07, 2013 2:56 AM
To: jenkinsci-users@googlegroups.com
Subject: Re: Build Flow Plugin - reporting capability
you probably can use jenkins REST API to retrieve the list of executed jobs
from a build flow execution, not sure yet
2013/8/6 Bob Bick mail
g files. However, this is
a poor solution since it does not integrate with Jenkins (i.e. run some script
outside of Jenkins).
3) Other???
Q. Can anyone think of a good way to report all of the sub-jobs that have
successfully completed within the context of multiple Build Flow job runs?
Thank
Thanks.
You are right, it was a typo. I assumed incorrectly that the parallel method
parameters were of the wrong type.
-Original Message-
From: Daniel Beck [mailto:m...@beckweb.net]
Sent: Monday, August 05, 2013 2:59 PM
To: jenkinsci-users@googlegroups.com
Cc: Bob Bick
Subject: Re
f thing and whether they found a workaround... I know I can get
it to work without using the myBuild method; however, if I could make use of
that method, it would greatly simplify the DSL and make it much more
maintainable.
Any ideas?
Thanks for taking the time to read this.
Bob
*** *** ***
Th
.e. the
Build Flow job and one of the sub-jobs run at the same time).
Since we have idle nodes, I was expecting job1 and job2 to run on different
nodes.
Any ideas why these two jobs would run on the same node? Maybe I am missing
something here?
Thanks,
Bob
*** *** ***
This message contains i
going to get the step restart feature". Can anyone think of a
way in Jenkins to simulate the "step restart" feature that our current
home-grown system supports? If there was a way to correlate multiple jobs in a
build history, that would probably be "good enough".
Thank
Thanks!
I will give this a try tonight.
Bob
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Kevin Fleming
(BLOOMBERG/ 731 LEXIN)
Sent: Tuesday, July 23, 2013 9:38 AM
To: jenkinsci-users@googlegroups.com
Subject: Re:Jenkins 1.509.2 upgrade anomaly
appeared in the Jenkins Web
interface.
We are using Jenkins Enterprise from CloudBees. Has anyone else seen that
behavior (i.e. Jobs missing after doing an upgrade)? If so, any ideas on how to
resolve this?
Thanks,
Bob
*** *** ***
This message contains information which may be confidential and
nsci-users@googlegroups.com] On Behalf Of Bob Bick
Sent: Monday, July 22, 2013 8:18 AM
To: 'jenkinsci-users@googlegroups.com'
Subject: Triggered job - run on same machine?
Hi,
I am using the Jenkins Parameterized Trigger Plugin to trigger a downstream
job. The downstream job leverages artifacts f
, should you
always use the Copy Artifact plugin?
Thanks,
Bob
*** *** ***
This message contains information which may be confidential and privileged.
Unless you are the addressee (or authorized to receive for the addressee), you
may not use, copy or disclose to anyone the message or any information
le is probably a better way to go. There's a
whole bunch of samples on the wiki
https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+Script+Console and linked
sites so you should be able to easily whip something up.
Richard.
On Fri, Jul 12, 2013 at 5:56 AM, Bob Bick
mailto:bb...@netjets.com>&g
es and I was wondering if there is a
better way to do this (perhaps using the Jenkins console?).
Any insights would be much appreciated.
Thanks,
Bob
*** *** ***
This message contains information which may be confidential and privileged.
Unless you are the addressee (or authorized to receive for
This sounds remarkably similar to a task on my current 'to-do' list. Even the
PostgresQL db and the analysts use case. I had intended using Groovy.
Any chance if posting this somewhere on the Jenkins plugin site, or on
Scriptler? I'm sure there are probably many others who would be VERY interes
;:"${ENV,var=\"\"}"},"kind":"org.jenkinsci.plugins.conditionalbuildstep.singlestep.SingleConditionalBuilder","runner":{"stapler-class":"org.jenkins_ci.plugins.run_condition.BuildStepRunner$Fail"},"stapler-class":"org.jenkinsci.plu
for git hook to monitor develop branch, and just
trigger the second one using parameterized build trigger
2013/6/27 Bob Bick mailto:bb...@netjets.com>>
Yes, we are using the standard git post-commit trigger. Sorry that was not
clear.
From: jenkinsci-users@googlegroups.com<mailto:jenk
d just
trigger the second one using parameterized build trigger
2013/6/27 Bob Bick mailto:bb...@netjets.com>>
Yes, we are using the standard git post-commit trigger. Sorry that was not
clear.
From: jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups.com>
[mailto:jenki
branch dynamically
any reason you don't use a standard git post-commit trigger
http://yourserver/jenkins/git/notifyCommit?url= ?
2013/6/27 Bob Bick mailto:bb...@netjets.com>>
Sorry Nicolas... Here is the long (actually not too long) story...
The Jenkins job supports both Continuous
ers@googlegroups.com
Subject: Re: Modifying Git branch dynamically
sole option I can see is to set branch specifier to $OVERRIDE_BRANCH with
default value to "develop"
So can't give advise without the long story ;)
2013/6/27 Bob Bick mailto:bb...@netjets.com>>
Hi,
Backgrou
for some other
reasons. Long story...
Thanks for reading this and any help.
Bob
*** *** ***
This message contains information which may be confidential and privileged.
Unless you are the addressee (or authorized to receive for the addressee), you
may not use, copy or disclose to anyone
have to do all that BuildNameSettter
plugin monkey business.
Bob
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Eric Pyle
Sent: Monday, June 24, 2013 2:12 PM
To: jenkinsci-users@googlegroups.com
Subject: Re: Jenkins BuildNameSetterPlugin - timing
e the build is executing?
Any suggestions/help would be appreciated.
Thanks,
Bob
*** *** ***
This message contains information which may be confidential and privileged.
Unless you are the addressee (or authorized to receive for the addressee), you
may not use, copy or disclose to anyone the message or
t could be accomplished?
Kind Regards,
Bob
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Eric Pyle
Sent: Thursday, June 20, 2013 3:45 PM
To: jenkinsci-users@googlegroups.com
Subject: Re: BuildNameSetter plugin - Unrecognized macro
Hi Bob,
I was
recognized macro 'GIT_BRANCH_OR_TAG' in '#${BUILD_NUMBER}
${GIT_BRANCH_OR_TAG}'
I am sure I am doing something stupid; but, not sure how this could be
happening.
Any ideas?
Thanks for taking the time to read this.
Bob
*** *** ***
This message contains information which may
I resolved this issue in our environment by fixing the PATH on the build
machine... I updated the PATH environment variable so that it was using JDK 1.6
rather than JDK 1.5.
Bob
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Sameh Tawfik
Sent
http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Executor.run&entity=method>
Any ideas what would cause this to start happening?
Any help would be much appreciated.
Thanks,
Bob
*** *** ***
This message contains information which may be confidential and privileged.
Unle
s%2Ffrm4.git
HTTP/1.1" 404 949
Regards,
Bob
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Kevin Fleming
(BLOOMBERG/ 731 LEXIN)
Sent: Monday, June 17, 2013 3:46 PM
To: jenkinsci-users@googlegroups.com
Subject: RE: Jenkins and Stash - Polling
repo URL using things like:
http://stash.netjets.com/scm/tes/frm4.git&branches=develop
Thanks,
Bob
-Original Message-
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of William Soula
Sent: Monday, June 17, 2013 1:53 PM
To: je
2.4.2
Enterprise Jenkins ver. 1.466.12.1 from CloudBees
Thanks in advance,
Bob
*** *** ***
This message contains information which may be confidential and privileged.
Unless you are the addressee (or authorized to receive for the addressee), you
may not use, copy or disclose to anyone the messa
Very simple question,
but my google searches have not helped in figuringthat out)...
Thanks for your time,
Bob
*** *** ***
This message contains information which may be confidential and privileged.
Unless you are the addressee (or authorized to receive for the addressee), you
may not use,
, 2013 at 8:50 AM, Bob Bick
mailto:bb...@netjets.com>> wrote:
Hi,
We are using the Email-ext plugin 2.24.1 to send out email notifications.
Overall, it works great; however, I was given a new requirement:
* Send out email notifications to a list of users if the build is a
"re
ld always get invoked); and then use the Pre-send
Script to change the recipient list dynamically. But, I really don't like this
hacked solution since emails are always being sent to a dummy email account.
Q. Has anyone else ever had a similar requirement? If so, did you find a better
solutio
I tried someAttribute and it did not work either.
The Groovy code is executed prior to the user entering the template attributes.
This makes using Groovy code not very useful since it can’t be dynamic.
Bob
From: teilo [mailto:teilo+goo...@teilo.net]
Sent: Tuesday, May 21, 2013 5:39 PM
To
ortunately, the above example does not work. Does anyone know if it is
possible to access attribute values in the Groovy template code?
Thanks in advance.
Bob
From: teilo [mailto:teilo+goo...@teilo.net]
Sent: Tuesday, May 21, 2013 9:11 AM
To: jenkinsci-users@googlegroups.com
Cc: 'teilo
Thanks James, that clears it up!
I guess a template could not add a new parameter. Is that correct? Or, maybe
there is a way to define a default value that all jobs would get?
Bob
From: teilo [mailto:teilo+goo...@teilo.net]
Sent: Tuesday, May 21, 2013 8:59 AM
To: jenkinsci-users
y the template and then re-run the
transformation with the exact same parameters to re-create each job. If so,
that seems like a hassle because you'd need to re-run the transformation for
many jobs which would be inefficient.
Do I understand that correctly?
Thanks,
Bob
-Original Message
done.
5) Manually edit config.xml files
6) Other???
Before investing time in coming up with a solution, I would like to know how
other people have addressed mass updates to Jenkins jobs; and what worked well
(or not so well).
Any feedback/guidance would be much appreciated.
Thank
other Jenkins administrators avoiding
Jenkins Enterprise CloudBees features because some plugins may not play well
with CloudBees?
Any guidance on avoiding CloudBees features would be much appreciated.
Thanks,
Bob
*** *** ***
This message contains information which may be confidential and
This issue was caused by running Maven 2. It appears that this plugin
(com.github.goldin:jenkins-maven-plugin) requires Maven 3.
Bob
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Bob Bick
Sent: Friday, May 17, 2013 2:28 PM
To: jenkinsci-users
... 30 more
Any ideas at the cause?
Thanks,
Bob
*** *** ***
This message contains information which may be confidential and privileged.
Unless you are the addressee (or authorized to receive for the addressee), you
may not use, copy or disclose to anyone the message or any inf
">>" appends to it.
Your next step is to inject environment variables, using the Properties File
Path of "/tmp/$BUILD_TAG.properties". Now, everything you wrote to
$BUILD_TAG.properties are valid properties for the rest of the build.
--Rob
From: jenkins...@googlegro
lt;mailto:jenkinsci-users@googlegroups.com>
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Bob Bick
Sent: Thursday, May 09, 2013 10:14 AM
To: 'Jerry';
jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups.com>
Subject: RE: Newbie question - Setting enviro
environment variables to (1) vary across nodes,
and (2) vary from build to build.
I have given up on requirement (2) because I don’t think the plugin supports
that. I have opted to use the file capability to support requirement (1).
Bob
From: Jerry [mailto:gpjerrymalo...@gmail.com]
Sent: Thursday
lay/JENKINS/EnvInject+Plugin
Would someone provide guidance? I am having trouble figuring out how the
EnvInject plugin could help solve this problem... and it seems easy enough to
solve via groovy scripting. Can the EnvInject plugin work for this situation?
If so, any advice/examples would be app
If it is the one I think it is, there is an example set up on the test Jenkins
Bob
Sent from my iPhone
On Mar 30, 2013, at 2:12 AM, "Dean Yu"
mailto:d...@shutterfly.com>> wrote:
Have you guys looked at the Build Flow plugin?
https://wiki.jenkins-ci.org/display/JENKINS/B
get access to a variable like MAVEN_HOME?
I guess a more general question is whether there are ways to make Jenkins steps
optional (e.g. dependent on input parameters)?
Thanks for reading this post,
Bob
*** *** ***
This message contains information which may be confidential and privileged.
Un
ise is running as a Windows 7 service whereas Jenkins version
1.500 is running in Tomcat as a regular Windows 7 user process.
Has anyone else run into this type of issue? Any ideas on how to resolve?
Thanks for taking the time to read this,
Bob
*** *** ***
This message contains information wh
Does the build log show an error that would result in a non-zero return code?
Do you have evidence Jenkins is even running the build?
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Steve Berg
Sent: Thursday, May 31, 2012 4:29 PM
To: jenkinsci-use
Hi Marcel,
I too am trying to do this and would appreciate the helpful xsl.
Regards,
Bob
On Tuesday, May 15, 2012 2:33:48 AM UTC-4, Marcel Schutte wrote:
>
> Hi
>
> I recently did this, it's not straightforward because Hudson 2.2 uses a
> different xml format for its conf
is
is the name of the project.
Just wondering if it's obvious what I'm doing wrong, or if there's another
way to do what I'm trying to do. I just need one file from the build being
promoted. My next idea is to see if I can do anything with $PROMOTED_URL.
i.e. if I can use the URL to copy from in some way.
TIA,
Bob
I cannot seem to get detailed infomration on my errors with JSLint and
violations. Here is some screenshots
http://screencast.com/t/Vu6vo2y9 -> I get the overall results, but clicking
any of the .js file links leads to a blank page!
http://screencast.com/t/LHM09UYw9ruf
Anyone have any ide
95 matches
Mail list logo