Hi All
We tried running a job that keeps giving the following error.
We tried wiping workspace on slave and also on the jobs/ directory
within.
We tried checking out from SVN on another machine using another svn client
outside of Jenkins and it worked.
What are we doing wrong and how can we reco
Hi Richard,
thanks for responding.
This used to work with Oracle JDK and nothing has changed to the build.xml.
So we're not sure why it didn't work for IBM SDK.
Also, do you know how we could directly put the java options box in a job
configuration ?
Is it -Xlint as an e.g. or -J-Xlint ?
On Su
Hi All
We like to set a system property of Jenkins and Hudson using command line.
We deploy Jenkins and Hudson with Tomcat.
Sincerely
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails fro
Hi Dan
We took your suggestion and in hopes of getting more direction from your
kind advice.
We checked to make sure that the job isn't configured to wipe out workspace.
We then stop/start Jenkins/Hudson with
hudson.model.WorkspaceCleanupThread.disabled=true.
when system is up, On System propert
Hi All
We tried setting hudson.model.WorkspaceCleanupThread.disabled=true
but the jobs's workspaces keep getting wiped out.
The jobs configurations do not use clean wipeout workspace option.
Is there a workaround to stop this daily cleaning up ?
Any job configuration xml file we can modify or ste
Hi All
We are experiencing workspace wipeout.
How do we set Jenkins/Hudson logging so that we may know when the wipeout
occurs ?
Thanks
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails
Hi All
We have a few slaved configured with Jenkins.
When we click Nodes link, it displayed all the architecture, clock
difference, free disk space etc column information.
We like the sort columns feature but it's messed up (cannot sort) because
it's 1st entry is also the line
Data obtained entr
Hi
Can we have a slave configured such that it serves both Hudson and Jenkins ?
We would have different directories for each CI server on the slave ?
Is there any port number conflict we should be worried about when using
this configuration setup ?
Thanks
--
You received this message because
S/Distributed+builds#Distributedbuilds-RunningMultipleSlavesontheSameMachine
>
>
>
> On Mon, Feb 17, 2014 at 1:35 PM, mpc8250 >wrote:
>
>> Hi
>>
>> Can we have a slave configured such that it serves both Hudson and
>> Jenkins ?
>> We would have different directories for each CI serv
Hi All
We try to put some description on Jenkins page and place a href link using
ftp.
It appears that Jenkins top/system page refuses to set/accept a simple link
like this.
It returns as a text "test".
ftp://hostname.test.com/some/path>test
Hudson UI has no issue with this syntax.
How can we
Hi All
>
> We try to put some description on Jenkins page and place a href link using
> ftp.
> It appears that Jenkins top/system page refuses to set/accept a simple
> link like this.
> It returns as a text "test".
>
> ftp://hostname.test.com/some/path";>test
>
> Hudson UI has no issue with this
Hi All
We try to put some description on Jenkins page and place a href link using
ftp.
It appears that Jenkins top/system page refuses to set/accept a simple link
like this.
It returns as a text "test".
ftp://hostname.test.com/some/path";>test
Hudson UI has no issue with this syntax.
How can w
Hi All
We try to put some description on Jenkins page and place a href link using
ftp.
It appears that Jenkins top/system page refuses to set/accept a simple link
like this.
It returns as a text "test".
ftp://hostname.test.com/some/path";>test
Hudson UI has no issue with this syntax.
How can w
Hi All
We are trying to configure CVS in our job configuration.
1) In SVN, we could control the SVN co based on svn revision number e.g.
http://server/branch/projectA@revnumber
How do we set up in the CVS SCM section where we co the trunk based on HEAD
or specific tag to do like what we did for
Hi All
We have a clean workspace to checkout modules from a branch.
During its checkout of a Jenkins job run, most folders and files are
checked out fine but the job always fails at a certain point with the
following errors below;
what is this error and what's the workaround ?
We've tried cle
Hi All
In Editable Email Notification plugin, it allows for $BUILD_NUMBER of the
job to be printed.
We have 2 jobs that are chained together. We like to use the first job's
build number in the 2nd job.
How can we cause Editable Email Notification plugin to use our
parameterized BUILD_NUMBER fro
Hi All
When we run my python script in the shell terminal, it works
sudo myscript.py --version=22 --base=252
--hosts="{'hostA':[1],'hostB':[22]}"
But when we run in Hudson and Jenkins, using Execute Shell step, somehow,
the string --hosts="{'hostA':[1],'hostB':[22]}" is interpreted as
sudo my
Hi All
We have 3 jobs chained linearly.
We like all 3 jobs to use the same build number using the topmost build
number.
However right now, if any of the latter jobs fail and restarted the next
time, they use their own build number in the job and not the topmost build
number.
How do we accompli
Hi All
Jenkins send an email with user named undisclosed-participant with email
address "undisclosed-participant@email.invalid".
We've tried changing values in email-ext plugin in Manage Jenkins and still
it doesnt work to use a legit user and email address.
How can we change that to use a legi
Hi
We have a Hudson build step to execute Windows batch command.
How can we embed dalek commands to start test run ?
In the step we have
dalek -v
and we get "not a recognized command" ...
we check our PATH in Hudson job and we can see nodejs specified but not npm.
Is that another issue to overco
Hi All
We have Jenkins on Windows and trying to install nodejs to use dalekjs on
another Windows server 2008.
In Manager Jenkins Global properties, we try to install using "Install
automatically" picking a version from nodejs.org. with global npm package
to install set to dalek-cli.
In the job
Hi
When running our build step on a windows server 2008 platform, the console
output shows output in bold when they should be empty spaces.
We use Execute shell build step.
C:\Users\x\Desktop\test>dalek smoketest.js -b chrome
* [95m*Running tests
* [39m [37m*Running Browser: [39m [93mGoogle
Hi All
Could anyone share the steps to how one could kick off Visual Studio 2012
CodedUI test project solution with Jenkins ?
Any plugins needed to do that ?
Thanks
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this gro
Hi All
We use Hudson v2.2.1.
How can we add multiple users via command line ?
Would this work ? We ask because we have a rather old Hudson.
echo 'hpsr=new hudson.security.HudsonPrivateSecurityRealm(false);
hpsr.createAccount("dummyuser", "dummypassword")' | java -jar
hudson-cli.jar -s http://l
Hi Slide
Unfortunately, no help from that forum there. Hence the question here.
Thank you.
On Saturday, March 5, 2016 at 9:18:40 AM UTC-6, slide wrote:
>
> You would want to ask on the Hudson mailing list, this list is for Jenkins.
>
> On Sat, Mar 5, 2016 at 1:19 AM mpc8250 >
&
Hi
We have a need to dynamically use a set of email users to send the build
status with Jenkins Editable email plugin.
We tried with eg ${ENV, var="email_list"} and it didnt work; with error
something about com.sun.mail.smtp.SMTPAddressFailedException: 550, even
though when we know for sure the
Hi Slide
Thanks for responding
On Tuesday, September 13, 2016 at 1:56:28 PM UTC-5, slide wrote:
>
> This is how I do it in my setup. How did you format your email_list
> environment variable?
>
> On Tue, Sep 13, 2016 at 9:55 AM mpc8250 >
> wrote:
>
>> Hi
>>
e ?
Thank you
On Tuesday, September 13, 2016 at 2:40:16 PM UTC-5, mpc8250 wrote:
>
> Hi Slide
>
> Thanks for responding
>
> On Tuesday, September 13, 2016 at 1:56:28 PM UTC-5, slide wrote:
>>
>> This is how I do it in my setup. How did you format your email_list
>&
28 matches
Mail list logo