olution which combines "free resource and free executor",
a combination of "node" and "lock" step would be a nice feature :)
--
Christoph
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from th
For me this works using robotframework. For some tests I have to start the agent as local admin.Br,ChristophAm 28.03.2023 um 17:41 schrieb Kumar, Ashwath :Hi,Yes it will connect if we start using Java command. But launching the slave with this way won't allow to run the UI based tests on slave.Reg
On Sun, 2023-01-01 at 10:21 -0800, zil...@gmail.com wrote:
> I used to not have this issue with the older Jenkins version that
> this installation replaced.
Do you know the old version? That would make investigation easier. :)
> I updated to Jenkins v2.346.3 and I start it as a Docker container
groovy code is then loaded from there and can be used inside the
pipeline. But, this happens only when the build is actually started.
See also
https://stackoverflow.com/questions/53636109/how-can-i-include-a-shared-library-in-the-jenkins-script-console
--
Christoph
--
You received this message
Hello *,
my first post here ;-)
We're emigrating from an old Jenkins 1.642.2 to 2.263.2.
The new jenkins was installed and configured from scratch, so no config
files or anything else was copied from the old Jenkins to the new one.
"HTTP Proxy Configuration" was done with the same values as on t
ption does not show up in the log - the log is not updated
sometimes, it stayed a day behind when I tried to reproduce yesterday
Any ideas for me? I plan to make more use of different templates for
acceptance testing purposes later so that kind of hits me hard.
Best regards,
Christoph
--
Yo
We are reading the mail addresses from ldap. The assignment user from repo
commit user to mail address happens automagically in the background.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving e
ot;
//currentBuild.result = 'UNSTABLE';
unstable( message: "Test timeout in stage ${STAGE_NAME}" )
}
Any ideas whats wrong here?
Regards,
Christoph
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group
Don't you actually want to use a ressource pool with two locks which use
the same label?
Am Donnerstag, 30. April 2020 15:46:28 UTC+2 schrieb Satya Muralidhar
Peddireddi:
>
> It's my test case I want run same job parallely in different locks.if one
> lock is busy go to another lock
>
> On Thu,
bort!
*18:00:48* rollback completed
*18:00:48* abort: An existing connection was forcibly closed by the remote host
*18:00:49* ERROR: Failed to clone http://xxx/hg/xxx/
<http://belnstdevsrc001/hg/anovis2/>
I read the log as MercurialSCM would apply the tools settings only during
jenkins int
Sorry for the delay, I've been on vacation.
With tracing I understood adding output to the code that helps you
understanding what happens e.g. variable content,
For sure that's not the most efficient way and in case your pipeline runs
for a time it might get boring
Am Donnerstag, 9. Apri
ad of the system JAVA_HOME but I
guess I will make that by myself...
Am Mittwoch, 1. April 2020 17:13:45 UTC+2 schrieb Christoph Fetzer:
>
> Hi,
>
> I have access to an Esxi-Server used by a vSphere instance. I set up a
> vsphere cloud in my Jenkins installation properly ("Tes
For me that looks like an issue of your shell command and not of the
plugin. Can you try to store the actual file to your workspace and make the
plugin parse that?
For me the warnings.ng.plugin is just working in conjunction with cppcheck.
What I am doing looks like this:
The cppcheck-call:
cp
whole server (I know but that's the next
step).
BR,
Christoph
Am Mittwoch, 1. April 2020 17:38:11 UTC+2 schrieb Gianluca:
>
> Hi,
> we use vSphere cloud plugin and some hints to help you debug:
> 1) go to the Jenkins log and check any error there
> Some errors we had in the p
Am I missing a link somewhere in to make the node creation start?
BR,
Christoph
--
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 email
to jenkinsci-users+un
s made for building all variants in one workspace.
For build time reduction I could and like to make use of that.
Regards,
Christoph
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving ema
how
to use this using declarative pipeline.
Any support for me here?
Many thanks in advance!
Best reagrds,
Christoph
--
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 i
ddress the
right people?
Many thanks in advance for any kind of assistance!
Regards,
Christoph
--
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
I found the solution in this thread:
https://groups.google.com/forum/m/#!topic/jenkinsci-users/9I4nND8DpZo
Just downgrade the jira-Plugin to 2.5.0
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receivi
whether the build is stuck or not depends on the user
pushing the change.
If the build is manually triggered, everything works as intended.
Did anyone of you experience this behavior before?
Or do you have an idea how I could find the root cause of this problem?
Thanks in advance,
Christoph
--
You
I am setting up a new Jenkins server under macOS 10.13 from scratch
(https://jenkins.io/doc/book/installing/#downloading-and-running-jenkins-in-docker)
using the jenkinsci blue ocean docker container. It starts-up and runs ok,
but when trying to use any docker commands to pull containers within
Thanks ichymuzzle. It worked with a minor change.
So the problem is that each sh looses it's environment. Is there a way to
set it globally?
node ('remote-server') {
sh ('''
. /home/cmr/myenv
echo "My Variables: $FOO $BAR"
''')
}
On Thursday, 2 November 2017 14:01:04 UTC
Hi all,
on a remote node I have a file that exports some variables:
$ cat myenv
export FOO=Hello
export BAR=World
My pipeline script tries to source that file, but the variables don't seem
to stick:
node ('remote-server') {
sh ('. /home/cmr/myenv')
echo "My Variables: ${env.FOO} ${env.BAR
TC-5, Daniel Beck wrote:
>
>
> > On 31. Oct 2017, at 22:51, Christoph Ruepprich > wrote:
> >
> > This gets pretty tedious and time consuming. Is there a better way to
> develop scripts without having to either develop them in the web UI or copy
> & paste them
nd make small
> modifications to the script that was used to test things out, then you can
> incorporate those changes into your Jenkinsfile.
>
> Hope those things help
>
> Alex
>
> On Tue, Oct 31, 2017 at 2:51 PM Christoph Ruepprich > wrote:
>
>> I'm new
I'm new to Jenkins and am learning how to write groovy scripts for
pipelines. Right now I write my code in VS Code and copy & paste it into
the Jenkins' project, save and build. This gets pretty tedious and time
consuming. Is there a better way to develop scripts without having to
either develo
scraping the declarative framework and converting to a straight
> groovy script.
>
>
> On Tuesday, October 31, 2017 at 8:37:24 AM UTC-6, Christoph Ruepprich
> wrote:
>>
>> Looking at some pipeline scripting examples, I see that there are two
>> different ways to
Looking at some pipeline scripting examples, I see that there are two
different ways to script a pipeline. One begins with pipeline {} the other
with node {}. What is the difference between the two, and when would I use
one or the other?
thanks,
C
--
You received this message because you are
-step is stuck.
This is the first time I encountered this error. The pipeline run several
hundred times without this issue, before.
--
Regards
Christoph
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this gro
no, i want the host for the docker container to be a slave
2017-05-09 12:00 GMT+02:00 Dirk Heinrichs :
> Am 26.04.2017 um 08:15 schrieb Christoph:
>
> I created a “localhost” Node, when I Start I get the Error:
>
>
> Huh? So you want the master to be a slave of itself?
>
Someone?
Am Mittwoch, 26. April 2017 08:15:52 UTC+2 schrieb Christoph:
>
> OS Version/build: Windows 10
> Docker App version: Version 17.03.1-ce-win5 (10743) Channel: stable b18e2a5
>
>
> The Windows 10 that runs docker shoud be a slave for Jenkins, I created a
> “localhost”
Hi,
I just updated our Jenkins installation to version 2.59 (from 2.53) for
which I had to install Java 8 (also on the agents) since it is used by 2.54
and later.
The Jenkins came up again and seemed to be working but there is a problem
when checking out Git repositories on any of our proje
OS Version/build: Windows 10
Docker App version: Version 17.03.1-ce-win5 (10743) Channel: stable b18e2a5
The Windows 10 that runs docker shoud be a slave for Jenkins, I created a
“localhost” Node, when I Start I get the Error:
C:\Users\Schindler\Downloads>java -jar slave.jar -jnlpUrl
http:/
You can modifiy your mount command to include uid of your local jenkins
user:
-o username="remote samba user",uid=local-jenkins-uid
Regards,
Christoph
> From: jer...@bodycad.com
> To: Jenkins Users ,
> Date: 24.01.2017 20:18
> Subject: Jenkins jobs on cifs mount driv
Yes you are right :)
When polling is set to true jenkins starts polling that url. First run
must be triggered manually to get jenkins startig to poll.
Regards,
Christoph
> From: jer...@bodycad.com
> To: Jenkins Users ,
> Date: 24.01.2017 20:06
> Subject: Pipeline checkout p
Hi,
this is probably what you need:
https://wiki.jenkins-ci.org/display/JENKINS/Running+Jenkins+behind+Apache
Regards,
Christoph
> From: KingTux
> To: Jenkins Users ,
> Date: 05.01.2017 00:59
> Subject: Re: Jenkins help
> Sent by: jenkinsci-users@googlegroups.com
>
&
nder debian like distros it is located under /etc/default/jenkins (when
istalled from deb).
If you are running jenkins just from it's war file you can add those
parameters to your custom startup script.
Regards,
Christoph
> From: Mukul Garg
> To: Jenkins Users ,
> Date: 01.01.201
Hi,
have you tired the findFiles step?
https://jenkins.io/doc/pipeline/steps/pipeline-utility-steps/#findfiles-find-files-in-the-workspace
Regards,
Christoph
> From: Harsha Adiga
> To: Jenkins Users ,
> Date: 20.12.2016 21:13
> Subject: Using FilePath to access workspace
ach. I would place the exe files on
a network share and let copy jenkins it from there.
Regards,
Christoph
This Email was scanned by Sophos Anti Virus
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group
Hi,
on linux this could be done with incron.
Regards,
Christoph
> From: jleggett
> To: Jenkins Users ,
> Date: 05.12.2016 20:35
> Subject: Can I execute a script every time a build gets deleted?
> Sent by: jenkinsci-users@googlegroups.com
>
> Our build artifacts
Hi,
> there is a way to mark the build as failed?
You could throw a (groovy) exception
Regards,
Christoph
> From: Stefano Cognigni
> To: jenkinsci-users@googlegroups.com,
> Date: 05.12.2016 09:18
> Subject: Re: Conditional BuildStep Plugin don't fail the build
> S
the pipeline.
AFAIK you cannot use the workspace that jenkins creates to checkout
Jenkinsfile.
But you can checkout the same repo (or other polled SCM URLs) with this
command:
checkout scm
Regards,
Christoph
> From: Jean-Luc Pinardon
> To: jenkinsci-users@googlegroups.com,
> D
can be configured).
Note that Jenkins keeps track of repository URLs your build uses. If you
checkout additonal SCM repositories in your Jenkinsfile, Jenkins will
remember that.
Regards,
Christoph
> From: terk...@gmail.com
> To: Jenkins Users ,
> Date: 02.12.2016 06:10
> Subje
d old
builds" in your jenkins job.
Hope that helps.
Regards,
Christoph
> From: pradeep palem
> To: Jenkins Users ,
> Date: 02.12.2016 07:58
> Subject: Re: How to download and view all previous artifacts from
artifactory
> Sent by: jenkinsci-users@googlegroups.com
&g
Hi!
We're using the Google Login Plugin on our Jenkins. Now I want to serve a
file via the userContent folder. This works and I can access the file when
logged in with my browser. But now I want the file to be accessible without
being logged in. When I try to access the file I am redirected to
file out of the branch.
Since one of my branches consists of several GB of data, this seems like a
huge waste of diskspace. Is there a way to tell Jenkins to only fetch the
Jenkinsfile itself?
Thanks, Christoph
--
You received this message because you are subscribed to the Google Groups
"
://wiki.jenkins-ci.org/display/JENKINS/Jenkins+CLI).
But I just can't connect and get a 'publickey' error. I uploaded some
screenshots here: http://imgur.com/a/rnjfj
Can you help me getting it to work?
Greetings!
Am Montag, 20. Juni 2016 12:05:07 UTC+2 schrieb Christoph M:
>
&
Hi!
For a new project I want to use the new Pipeline feature. We have several
branches in our Git repository which should be tested in a same way. It
should also track and process new branches automatically. Therefore I
created a Multibranch Pipeline Job. But I have 2 problems with its
confi
ons between builds
and for the others (including build-flow) do offer an extension point to discover other relations
2015-07-21 16:44 GMT+02:00 Christoph Kutzinski <ku...@gmx.de>:
Thanks!
I didn't know about https://wiki.jenkins-ci.org/display/JENKINS/Build+Graph+View+Plugin
ines
2015-07-21 16:19 GMT+02:00 Christoph Kutzinski <ku...@gmx.de>:
Hi,
I'm trying to set up a CD pipeline with Jenkins where I can
I) concisely define the relationship (triggers) between the single pipeline steps (jobs)
II) have a nice visualisation of the full pipeline
Did you considered using workflow plugin ?
2015-07-21 16:37 GMT+02:00 nicolas de loof <nicolas.del...@gmail.com>:
build flow did introduce buildgraphview-plugin for this exact use case
build pipeline only can rendre static and mostly sequential pipelines
2015-07-21 16:19 GM
is a nice fit for II.
However, the Build Pipeline plugin doesn't seem to understand the job dependencies defined via the Build Flow plugin.
Does someone have experiences with similar setups? What is your solution for this?
cheers
Christoph
--
You received this message becau
Hi,
I just checked on my jeknins installation and scm-sync-configuration
works for me.
Versions:
Jenkins: 1.618
GIT client plugin: 1.18.0
GIT plugin: 2.4.0
SCM Sync Configuration Plugin: 0.0.8
Br,
Christoph
Am 2015-07-17 um 23:40 schrieb Brandon Koepke:
Hey,
Has anyone been able to get the
n / branch was
checked out.
Would that also work for you? Or dou you need more?
Maybe just go ahead and reopen the issue yourself :)
Br,
Christoph
--
You received this message because you are subscribed to the Google Groups "Jenkins
Users" group.
To unsubscribe from this group and s
This would be so much easier if
https://issues.jenkins-ci.org/browse/JENKINS-26231 was fixed...
I don't see a reason why the json file needs to contain absolute URLs in
the first place
Br,
Christoph
Am 2015-07-08 um 08:52 schrieb Daniel Beck:
You can define additional update centers o
eed a plugin with wich I could explicitly lock a node in
the first job and explicitly release the lock in the last job of the
pipeline.
My question: is there a plugin that supports something like this? Or is
there a simpler solution to my problem?
Thanks,
Christoph
--
You received this me
You can use
currentBuild.setDescription("Your Description")
Christoph
Am 25.03.2015 18:52, schrieb Lóránt Pintér:
Hi,
Is there a way to set the description of a workflow build from a
workflow script?
Thanks,
Lorant
--
You received this message because you are subscribed to
There's also the jstack tool which comes which each JDK which can take a
stack trace of Jenkins. That might also help to figure out the original
problem.
Am 11.04.2015 um 17:23 schrieb Brian J. Murrell:
On Fri, 2015-04-10 at 11:31 -0400, Brent Atkinson wrote:
You're right, but connecting lo
Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Am 08.04.2015 11:01, schrieb Baptiste Mathus:
Hi,
Known issue: https://issues.jenkins-ci.org/browse/JENKINS-25550 [3]
Cheers
2015-04-07 17:53 GMT+02:00 Christoph
Hi,
I'm not able to abort a stuck workflow. The workflow is waiting for
another job started with a "build" step which crashed with a exception
(some random problem I have with the copy to CIFS plug in).
Trying to abort the workflow build using the "stop" button does not
work. In the log I only
Hi,
when trying to unarchive artifcats with the command
unarchive mapping: ['Binary/' : '.']
the step fails with:
java.io.FileNotFoundException:
D:\Jenkins\jobs\testjob\workspace\Binary\test.dll (Access is denied)
I think this is because the file already exists. Removing the "Binary"
fo
I also tried
step([$class: 'ArtifactArchiver', artifacts: 'src/', excludes: '',
defaultExcludes: false])
and even
def aa = new hudson.tasks.ArtifactArchiver('src/')
aa.setDefaultExcludes(false)
step aa
without success.
Thanks
Christoph
--
You received
Both steps will echo "A Test". For me this is a show stopper as it is
not possible to e.g. use env.PATH.
It also seems to be a race condition. Setting env.TEST in node "Linux"
instead of node "Windows" will only echo "A Test" on Linux,
be:
Running shell script
+ echo 'Path: /usr/bin:/bin:/usr/sbin:/sbin'
Path: /usr/bin:/bin:/usr/sbin:/sbin
Changing the above code to:
node('Linux') {
env.PATH = "/my/path/:/usr/bin:/bin:/usr/sbin:/sbin"
sh 'echo "$PATH"'
}
will solve the problem.
}
archive "Binary/"// <-- archive created binaries
}
}, LinuxBuildEmbedded: {
node('Linux') {
unarchive mapping: ['src/' : '.']
cd('build') {
sh 'build'
}
archive "Binary/"// <-- archive created bin
jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroupscom] On Behalf Of Christoph
Vogtländer
Sent: Monday, February 09, 2015 9:32 AM
To: Jenkinsci Users
Subject: [workflow plugin] set build display name
Hi,
is it possible to set the current build display name? Changing
env.BUILD_DISPLA
Hi,
is it possible to set the current build display name? Changing
env.BUILD_DISPLAY_NAME does not seem to have an effect.
--
Thanks
Christoph
--
You received this message because you are subscribed to the Google Groups "Jenkins
Users" group.
To unsubscribe from this grou
ry. I would like to avoid that
because the workflow is for a specific task (e.g. nightly build) and
does not really belong in a global library. Maybe just a question of the
abstraction level... and personal preference.
Are there other possible solutions?
Christoph
--
You received this message bec
current jenkins.war?
--
Christoph
--
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 email
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this disc
Much better of course to use the retry statement of the build-flow plugin:
retry ( 3 ) {
build( "this_job_may_fail" )
}
Am 10.01.2015 um 11:15 schrieb Christoph Kutzinski:
If I understand your requirements correctly, I would use the build flow
plugin: https://wiki.jenkins-ci.o
block.
Other alternatives might be the workflow plugin
https://github.com/jenkinsci/workflow-plugin
or the build pipeline plugin
https://wiki.jenkins-ci.org/display/JENKINS/Build+Pipeline+Plugin
but I don't have much experience with them.
HTH
Christoph
Am 10.01.2015 um 00:05 schrieb L
I'd *really* like to work in a company which thinks of myself as a
resource instead of a human!
Am 26.12.2014 um 17:25 schrieb david browse:
Urgent Need Java Resources Candidates, Immediate Interview
Contact id:_david@browseinfosolutions.com_ Number: _248 845 2142 ext: 303_
__
__
__
Ro
com [mailto:
> jenkins...@googlegroups.com ] *On Behalf Of *Christoph M
> *Sent:* 2014. november 5. 8:49
> *To:* jenkins...@googlegroups.com
> *Subject:* Beginner Question: Jenkins and Visual Studio tests
>
>
>
> Hello everyone,
>
>
>
> I'm
Hello everyone,
I'm currently having a Visual Studio 2013 test solution which is runned "by
hand". Now I want to use jenkins for running this tests.
How can I do this? I've already searched in the internet and tried some
suggestions, but the tutorials are not the best ones.
I've tried somethi
Cheers.
On Oct 28, 2014 9:17 PM, "Christoph Kutzinski" > wrote:
Thanks for the info.
Can you open a new JIRA issue against the ircbot and attach the
information below?
thanks
Kutzi
Am 28.10.2014 um 22:02 schrieb Luciano Furtado:
Thanks for the info.
Can you open a new JIRA issue against the ircbot and attach the
information below?
thanks
Kutzi
Am 28.10.2014 um 22:02 schrieb Luciano Furtado:
Hi Everybody,
We have a Jenkins instance that connects to a irc server over ipsec,
the Jenkins server after running for over
Looks like a nice tool!
Am 22.09.2014 um 18:28 schrieb oliver gondža:
Hi,
There is a plugin that bring Dumpling DSL into Jenkins:
https://wiki.jenkins-ci.org/display/JENKINS/Dumpling+Plugin
What's Dumpling?
Domain model and DSL to query thread state. Read more here:
https://olivergondza.githu
A simpler - and IMHO much cleaner - way would be to add the target
folder to svn:ignore.
You shouldn't have any local modifications during the release process,
otherwise you're doing it wrong!
Am 16.08.2014 um 07:17 schrieb Adam Guja:
You can use
as stated
here
http://stackoverflow.com/ques
Hi all,
we want to create a 'project template' to make it easier to create new services from scratch.
As part of this template we want to have a single step to create a new Jenkins job for this service.
For example, this should be a simple Gradle call: gradle createJenkinsJob which would crea
Hi,
no JENKINS-18574 has nothing to do with credentials. It's only changelog
related AFAIK.
JENKINS-18574 wasn't even mentioned in the changelog of 2.0.
Am 02.05.2014 09:25, schrieb David Aldrich:
Hi
I see that Subversion Plugin 2.3 was released yesterday. The change log
states:
*"Note:*Ve
9. April 2014 08:22:41 UTC+2 schrieb Christoph Vollmer:
>
>> Hey,
>>
>> we are using jenkins to build an android rom every night for many devices.
>> Currently we set up a matrix job which has 1 axis with build parameters
>> (the actual devices name) and 1 axis for th
es to
rebuild in any way?
- Chris
2014-04-09 8:50 GMT+02:00 Dirk Heinrichs :
> Am 09.04.2014 08:22, schrieb Christoph Vollmer:
>
> Everything is working fine right now but since our project gets bigger
> and bigger we try to optimise our build times. One huge improvement is that
&
Hey,
we are using jenkins to build an android rom every night for many devices.
Currently we set up a matrix job which has 1 axis with build parameters
(the actual devices name) and 1 axis for the node selection (contains ~20
nodes).
Example for the device axis (contains ~120 entries):
device1
Likely that your update didn't succeed resp. you updated a different installation than you thought you did.
The old version number you're seeing is likely from an older instance of Jenkins which is still running.
Check that there are no multiple installations of Jenkins.
HTH
Gesendet: Fre
Looks like a bug in the Maven Info Plugin.
Can you open a new JIRA issue for this with a description on how to
reproduce it?
Am 08.12.2013 04:58, schrieb Stephane Odul:
I managed to get out of the issue by cleaning up my pom.xml. It seems
that Jenkins is a little more sensitive about the pom f
Do you have a test case to reproduce it?
Maven version ranges should be supported since Jenkins 1.481
(see https://issues.jenkins-ci.org/browse/JENKINS-12735)
Am 15.11.2013 12:18, schrieb Bacon, Keith:
Does anyone else wish this would work for version ranges?
Is there a good reason why it does
As part of the Maven goals and options:
-Dmaven.test.failure.ignore=false
Gesendet: Mittwoch, 06. November 2013 um 15:19 Uhr
Von: "David Gang"
An: jenkinsci-users@googlegroups.com
Betreff: Re: Re: jenkins maven project executes maven deploy even when tests fail
Hi,
I wanted to try the fir
No, it's much simpler IMO.
The Maven job type always sets maven.test.failure.ignore to true (http://maven.apache.org/maven-1.x/plugins/test/properties.html),
so the build can run to the end and Jenkins can record the test results and set the build result to UNSTABLE - instead of FAILURE which
maven2
Gesendet: Freitag, 01. November 2013 um 17:24 Uhr
Von: "William Pughe"
An: jenkinsci-users@googlegroups.com
Betreff: Re: Re: build failed due to bug in code
Sure, what component would this be for?
On Fri, Nov 1, 2013 at 12:08 PM, Christoph Kutzinski <ku...@
ug in code
That was it, empty maven_home. All set now, thanks for the help.
On Fri, Nov 1, 2013 at 11:46 AM, Christoph Kutzinski <ku...@gmx.de> wrote:
What is your Jenkins and your maven-plugin versions?
From the error it looks like there's a problem with the configured mave
What is your Jenkins and your maven-plugin versions?
From the error it looks like there's a problem with the configured maven installation to use for this job (Maven home seems to be empty).
Can you check that configuration?
Gesendet: Freitag, 01. November 2013 um 15:10 Uhr
Von: "William
> JVM: Oracle Zero VM 21.0-b17
What kind of VM is that? I've never heard of it.
From the stacktrace it looks like you're trying to run the Maven build
with a Java 5 VM (which is not supported). So you might want to try it
with a Java 6 or 7 VM.
Anyway, the NullPointerException shouldn't happe
not clear to me. Does this mean the issue *is* a bug which is fixed (at least for Java 7) on trunk but still present in LTS?
Cheers,
Harald
2013/10/15 Christoph Kutzinski <ku...@gmx.de>
Harald, see https://issues.jenkins-ci.org/browse/JENKINS-19396 and https://issues.jenkins-ci.org
Harald, see https://issues.jenkins-ci.org/browse/JENKINS-19396 and https://issues.jenkins-ci.org/browse/JENKINS-19352
Gesendet: Dienstag, 15. Oktober 2013 um 11:22 Uhr
Von: "Harald Wellmann"
An: jenkinsci-users@googlegroups.com
Betreff: Console output in LTS 1.509.4
After upgrading from 1.50
failed on Jenkins.
Solution: change the Jenkins project name and/or explicitly set the project.name in Gradle (which sounds like a good idea, anyway)
Gesendet: Montag, 26. August 2013 um 14:05 Uhr
Von: "Christoph Kutzinski"
An: "Jenkins Users"
Betreff: gradle sonar
;sonar"
property "sonar.jdbc.password", "sonar01"
property "suppressions-file-location", "${projectDir}/config/checkstyle/suppressions.xml"
}
}
The problem seems to me the whitespace between 'LIS' and 's
Which JVMs are you using for Master and Slave? The error is a serialisation incompatibility between these two.
Gesendet: Freitag, 12. Juli 2013 um 16:18 Uhr
Von: "Mehdi Hayani"
An: jenkinsci-users@googlegroups.com
Betreff: Re: Jenkins isn't accessible due to several errors
Okk thanks, I'll ch
There's no other documentation (I'm aware of) than the one on the Wiki page and - if you like to stick your nose into it - in the GutHub sources (esp. https://github.com/jenkinsci/subversion-plugin/blob/master/src/main/java/hudson/scm/SubversionRepositoryStatus.java)
If you find that the document
I guess Jesse has something to do with it ;-)
Gesendet: Dienstag, 18. Juni 2013 um 10:59 Uhr
Von: "James Nord (jnord)"
An: "jenkinsci-users@googlegroups.com"
Cc: "matthew.web...@diamond.ac.uk"
Betreff: RE: Update to strange Jenkins version number?
It is 1.518 with a potential fix for Jenk
I think it would be very helpful to have this as part of Jenkins core.
Christoph
Ulli Hafner schrieb:
>Wouldn't it be better if Jenkins would already provide a feature to
>visualize compile errors? (And plug-ins can add new patterns for new
>compiler types?)
>
>I can a
1 - 100 of 135 matches
Mail list logo