Re: Reserving a display on each node

2023-05-31 Thread 'Christoph Vogtländer' via Jenkins Users
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

Re: windows as slaves with java web start where Jenkins is based on Java 11

2023-03-28 Thread Christoph Fetzer
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

Re: Docker container stops on a Jenkins restart?

2023-01-01 Thread Christoph Schulz
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

Re: howto use library function for parameter list

2022-02-21 Thread 'Christoph Vogtländer' via Jenkins Users
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

Jenkins 2.263.2: "No Proxy Host" not working

2021-04-15 Thread 'Christoph Leiter' via Jenkins Users
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

vSphere cloud plugin with several VM Images

2020-07-09 Thread 'Christoph Fetzer' via Jenkins Users
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

Re: Problem with Jenkins email extension plugin

2020-06-04 Thread 'Christoph Fetzer' via Jenkins Users
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

Make a test result intentionally unstable

2020-06-04 Thread 'Christoph Fetzer' via Jenkins Users
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

Re: Hi friend i have 2 lockable resource while executing same job 2 times i want 2nd job will move 2nd lcokable resource how can i do it

2020-04-30 Thread 'Christoph Fetzer' via Jenkins Users
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,

declarative scripted pipeline: clone from mercurial with --stream

2020-04-21 Thread 'Christoph Fetzer' via Jenkins Users
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

Re: How do you debug Jenkins pipelines?

2020-04-20 Thread &#x27;Christoph Fetzer' via Jenkins Users
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

Re: Make vSphere plugin work

2020-04-06 Thread &#x27;Christoph Fetzer' via Jenkins Users
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

Re: CppCheck(XML parsing) with Warning-Next-Generation plugins

2020-04-03 Thread &#x27;Christoph Fetzer' via Jenkins Users
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

Re: Make vSphere plugin work

2020-04-01 Thread &#x27;Christoph Fetzer' via Jenkins Users
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

Make vSphere plugin work

2020-04-01 Thread &#x27;Christoph Fetzer' via Jenkins Users
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

Setting (fixed) variables from job konfiguration / Comparing builds

2020-03-29 Thread &#x27;Christoph Fetzer' via Jenkins Users
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

Extended Workspace Manager in Declarative pipeline

2020-03-27 Thread &#x27;Christoph Fetzer' via Jenkins Users
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

Job-runtime after jenkins updates (jenkins running as service on windows server)

2020-03-27 Thread &#x27;Christoph Fetzer' via Jenkins Users
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

Bitbucket push-hook freeze on git rev-list (for some users)

2018-02-07 Thread Christoph
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

Bitbucket push-hook freeze on git rev-list (for some users)

2018-02-06 Thread Christoph
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

Cannot connect to the Docker daemon

2017-11-21 Thread christoph
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

Re: Sourcing environment variables on node

2017-11-02 Thread Christoph Ruepprich
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

Sourcing environment variables on node

2017-11-02 Thread Christoph Ruepprich
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

Re: Best way to develop pipeline groovy

2017-11-01 Thread Christoph Ruepprich
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

Re: Best way to develop pipeline groovy

2017-11-01 Thread Christoph Ruepprich
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

Best way to develop pipeline groovy

2017-10-31 Thread Christoph Ruepprich
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

Re: Newbie question: pipeline {} vs node {}

2017-10-31 Thread Christoph Ruepprich
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

Newbie question: pipeline {} vs node {}

2017-10-31 Thread Christoph Ruepprich
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

Pipeline: Error signal - (no timing in self)

2017-05-31 Thread Christoph Vogtländer
-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

Re: [EXTERNAL] - My Jenkins on a Windows 10 host can’t find the Host as Slave

2017-05-10 Thread Christoph
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? >

Re: My Jenkins on a Windows 10 host can’t find the Host as Slave

2017-05-09 Thread Christoph
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”

Git 'not responding' after update

2017-05-08 Thread Christoph M
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

My Jenkins on a Windows 10 host can’t find the Host as Slave

2017-04-25 Thread 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” Node, when I Start I get the Error: C:\Users\Schindler\Downloads>java -jar slave.jar -jnlpUrl http:/

Re: Jenkins jobs on cifs mount drive

2017-01-25 Thread Christoph Nenning
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

Re: Pipeline checkout poll argument

2017-01-25 Thread Christoph Nenning
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

Re: Jenkins help

2017-01-05 Thread Christoph Nenning
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 > &

Re: Urgent Help Required On Jenkins LDAP Plugin

2017-01-02 Thread Christoph Nenning
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

Re: Using FilePath to access workspace on slave in Jenkins pipeline

2016-12-21 Thread Christoph Nenning
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

Re: Need info on Jenkins

2016-12-13 Thread Christoph Nenning
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

Re: Can I execute a script every time a build gets deleted?

2016-12-06 Thread Christoph Nenning
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

Re: Conditional BuildStep Plugin don't fail the build

2016-12-05 Thread Christoph Nenning
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

Re: Jenkins Pipeline : How could I access the git repository cloned at job start

2016-12-05 Thread Christoph Nenning
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

Re: Understanding the pipeline better

2016-12-02 Thread Christoph Nenning
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

Re: How to download and view all previous artifacts from artifactory

2016-12-01 Thread Christoph Nenning
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

UserContent and Google Login Plugin

2016-07-18 Thread Christoph M
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

branch indexing behaviour and configurability in a multi branch pipeline

2016-07-14 Thread Christoph
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 "

Re: Multibranch (Pipeline) / Branch tracking

2016-06-24 Thread Christoph M
://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: > &

Multibranch (Pipeline) / Branch tracking

2016-06-20 Thread 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

Aw: Re: Re: Build Pipeline plugin and Build Flow plugin

2015-07-21 Thread Christoph Kutzinski
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  

Aw: Re: Build Pipeline plugin and Build Flow plugin

2015-07-21 Thread Christoph Kutzinski
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

Aw: Re: Build Pipeline plugin and Build Flow plugin

2015-07-21 Thread Christoph Kutzinski
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

Build Pipeline plugin and Build Flow plugin

2015-07-21 Thread Christoph Kutzinski
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

Re: SCM Sync Configuration Plugin

2015-07-19 Thread Christoph Obexer
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

Re: [workflow-plugin] Using workflow in same SCM as code

2015-07-15 Thread Christoph Obexer
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

Re: Update jenkins plugins automatically from local repo

2015-07-08 Thread Christoph Obexer
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

explicit locking and unlocking of slaves

2015-06-12 Thread Christoph
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

Re: [workflow-plugin] Set build description

2015-05-06 Thread Christoph Vogtländer
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

Re: java process consumes up to 200% CPU while using the UI

2015-04-12 Thread Christoph Kutzinski
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

Re: [workflow plugin] how to force stop stuck build?

2015-04-08 Thread Christoph Vogtländer
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

[workflow plugin] how to force stop stuck build?

2015-04-07 Thread Christoph Vogtländer
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

[workflow-plugin] unarchive: Access is denied

2015-02-25 Thread Christoph Vogtländer
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

[workflow-plugin] archive hidden files and folders

2015-02-12 Thread Christoph Vogtländer
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

[workflow plugin] env changes get propagated to parallel jobs

2015-02-11 Thread Christoph Vogtländer
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,

[workflow plugin] sh hangs when setting env.PATH

2015-02-11 Thread Christoph Vogtländer
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.

[workflow plugin] unarchive() question

2015-02-11 Thread Christoph Vogtländer
} archive "Binary/"// <-- archive created binaries } }, LinuxBuildEmbedded: { node('Linux') { unarchive mapping: ['src/' : '.'] cd('build') { sh 'build' } archive "Binary/"// <-- archive created bin

RE: [workflow plugin] set build display name

2015-02-09 Thread Christoph Vogtländer
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

[workflow plugin] set build display name

2015-02-09 Thread Christoph Vogtländer
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

[workflow plugin] inject environment variables or using parameters to prepare the run

2015-02-05 Thread Christoph Vogtländer
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

Upgrade to 1.580.[12] not shown

2015-01-15 Thread Christoph Vogtländer
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

Re: How to force an upstream job to be green

2015-01-10 Thread Christoph Kutzinski
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

Re: How to force an upstream job to be green

2015-01-10 Thread Christoph Kutzinski
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

Re: Urgent Need Java Resources Candidates, Immediate Interview

2014-12-26 Thread Christoph Kutzinski
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

Re: Beginner Question: Jenkins and Visual Studio tests

2014-11-06 Thread Christoph M
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

Beginner Question: Jenkins and Visual Studio tests

2014-11-04 Thread Christoph 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

Re: Jenkins ircbot leaking OutputThreads

2014-11-01 Thread Christoph Kutzinski
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:

Re: Jenkins ircbot leaking OutputThreads

2014-10-28 Thread Christoph Kutzinski
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

Re: [ANN] Examine Jenkins thread state with Dumpling

2014-09-22 Thread Christoph Kutzinski
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

Re: Problem Perform Maven Release

2014-08-16 Thread Christoph Kutzinski
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

Experiences with automatically creating/configuring Jenkins jobs from command line

2014-05-12 Thread Christoph Kutzinski
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

Re: A question about Subversion Plugin 2.3

2014-05-02 Thread Christoph Kutzinski
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

Re: Rebuild job on the same node as before

2014-04-11 Thread Christoph Vollmer
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

Re: Rebuild job on the same node as before

2014-04-09 Thread Christoph Vollmer
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 &

Rebuild job on the same node as before

2014-04-08 Thread 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 the node selection (contains ~20 nodes). Example for the device axis (contains ~120 entries): device1

Aw: AW: Wrong version number on UI

2014-01-24 Thread Christoph Kutzinski
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

Re: NullPointerException after minor dependency change to a pom.xml file

2013-12-08 Thread Christoph Kutzinski
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

Re: Maven Dependency Update trigger not working for version ranges

2013-11-15 Thread Christoph Kutzinski
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

Aw: Re: Re: jenkins maven project executes maven deploy even when tests fail

2013-11-06 Thread Christoph Kutzinski
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

Aw: Re: jenkins maven project executes maven deploy even when tests fail

2013-11-06 Thread Christoph Kutzinski
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

Aw: Re: Re: build failed due to bug in code

2013-11-01 Thread Christoph Kutzinski
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...@

Aw: Re: build failed due to bug in code

2013-11-01 Thread Christoph Kutzinski
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

Aw: build failed due to bug in code

2013-11-01 Thread Christoph Kutzinski
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

Re: Jenkins Maven NPE

2013-10-23 Thread Christoph Kutzinski
> 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

Aw: Re: Console output in LTS 1.509.4

2013-10-15 Thread Christoph Kutzinski
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

Aw: Console output in LTS 1.509.4

2013-10-15 Thread Christoph Kutzinski
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

Aw: gradle sonar-runner fails on Jenkins

2013-09-02 Thread Christoph Kutzinski
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

gradle sonar-runner fails on Jenkins

2013-08-26 Thread Christoph Kutzinski
;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

Aw: Re: Jenkins isn't accessible due to several errors

2013-07-12 Thread Christoph Kutzinski
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

Aw: Definitive Windows SVN notification guide?

2013-06-26 Thread Christoph Kutzinski
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

Aw: RE: Update to strange Jenkins version number?

2013-06-18 Thread Christoph Kutzinski
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

Re: javac compiler errors

2013-06-12 Thread Christoph Kutzinski
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   2   >