Re: [EXTERNAL] - unable to start jenkins after changing user to jenkins

2019-03-19 Thread Dirk Heinrichs
Am Dienstag, den 19.03.2019, 17:40 +0530 schrieb Turaco mobile: /root This is root's $HOME where ordinary users don't have any permissions (and shouldn't have). You'll need to place this stuff elsewhere. HTH... Dirk -- Dirk Heinrichs Senior Systems Engineer, Delivery

Re: jenkins slave on docker does not see "sh" command

2019-04-14 Thread Dirk Heinrichs
don't have such a thing on my Jenkins systems and I guess no-one else has. In this case you'd need to either make sure your Docker containers have it, too (add it to your Dockerfile), or try to get rid of it. HTH... Dirk -- Dirk Heinrichs Senior Systems Engineer, Delivery Pipeline

Re: jenkins slave on docker does not see "sh" command

2019-04-14 Thread Dirk Heinrichs
e some custom hack to me. What this does is to simply replace the current shell process (hence the "exec") with /bin/bash. Looks pretty redundant to me. So I'd say you could as well get rid of it. Bye... Dirk -- Dirk Heinrichs Senior Systems Engineer, Delivery Pipeline OpenTex

Re: jenkins slave on docker does not see "sh" command

2019-04-15 Thread Dirk Heinrichs
Dirk -- Dirk Heinrichs Senior Systems Engineer, Delivery Pipeline OpenText ™ Discovery | Recommind Phone: +49 2226 15966 18 Email: dhein...@opentext.com<mailto:dhein...@opentext.com> Website: www.recommind.de Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach Vertretungsberechtigte Geschäftsfü

Re: jenkins slave on docker does not see "sh" command

2019-04-15 Thread Dirk Heinrichs
you need and use the resulting image to run your job in. HTH... Dirk -- Dirk Heinrichs Senior Systems Engineer, Delivery Pipeline OpenText ™ Discovery | Recommind Phone: +49 2226 15966 18 Email: dhein...@opentext.com<mailto:dhein...@opentext.com> Website: www.recommind.de Recommind GmbH,

Re: [EXTERNAL] - Re: jenkins slave on docker does not see "sh" command

2019-04-15 Thread Dirk Heinrichs
tallations to the global Jenkins configuration and whenever a job executes a Groovy build step, Jenkins first checks whether it's installed on the executing slave and installs it if needed. However, I don't know whether there is an equivalent plugin available for Ruby. Bye... Dirk

Re: jenkins slave on docker does not see "sh" command

2019-04-15 Thread Dirk Heinrichs
tells you (the line starting with "+" is the executed command). "gem" itself is a Ruby script, so it needs Ruby to run. It's either not installed or not in $PATH. Bye... Dirk -- Dirk Heinrichs Senior Systems Engineer, Delivery Pipeline OpenText ™ Discovery | Recommind

Re: jenkins slave on docker does not have permissions to /var/run/docker.sock

2019-04-17 Thread Dirk Heinrichs
Am Mittwoch, den 17.04.2019, 11:22 +0200 schrieb Piotr Bracha: Slave didn't see "docker" command Wonder why it would be needed. We run builds on Docker agents, too, but never needed the docker command itself inside the container. Bye... Dirk -- Dirk Heinrichs Senior S

Re: Odd environment problem with git under Jenkins on AIX

2019-04-26 Thread Dirk Heinrichs
Am Donnerstag, den 25.04.2019, 14:56 -0600 schrieb Mark Waite: and run an agent on AIX But wouldn't that still leave him with the env problem on that agent? Unfortunately I don't have access to an AIX host anymore, so I'm afraid I also can't help. Bye... Dirk -- D

Re: Odd environment problem with git under Jenkins on AIX

2019-04-26 Thread Dirk Heinrichs
es containing a Jenkinsfile and dynamically create jobs for each branch that meets this criteria. This happens on the master. The created jobs will then run on whatever agent is configured in the Jenkinsfile. HTH... Dirk -- Dirk Heinrichs Senior Systems Engineer, Delivery Pipeline OpenText ™ Discovery |

Re: Build history disappeared. Why? & How to fix?

2019-05-08 Thread Dirk Heinrichs
ly re-apperared after restarting Jenkins. We've never seen this again since our master runs on Linux. HTH... Dirk -- Dirk Heinrichs Senior Systems Engineer, Delivery Pipeline OpenText ™ Discovery | Recommind Phone: +49 2226 15966 18 Email: dhein...@opentext.com<mailto:dhein...@opentext

Re: Consolidate the Downstream job emails

2019-08-26 Thread Dirk Heinrichs
.MultiJobBuild) { data['sum'] += '' data = collectResults(theBuild, data) data['sum'] += '' } } return data } try { // Collect results of all sub jobs data = collectResults(build, data) def summary = data['sum'

Re: Jenkins MultiJob Plugin- “Phases” option not available in Build Section

2019-08-27 Thread Dirk Heinrichs
Am Dienstag, den 27.08.2019, 12:25 -0700 schrieb sravan: I don't see that plugin in my job build section It isn't a Multjob, then. Did you select "Multijob" when creating the job? Bye... Dirk -- Dirk Heinrichs Senior Systems Engineer, Delivery Pipeline OpenText ™ Discove

Re: Jenkins MultiJob Plugin- “Phases” option not available in Build Section

2019-08-28 Thread Dirk Heinrichs
. You can only recreate your jobs with a different type. HTH... Dirk -- Dirk Heinrichs Senior Systems Engineer, Delivery Pipeline OpenText ™ Discovery | Recommind Phone: +49 2226 15966 18 Email: dhein...@opentext.com<mailto:dhein...@opentext.com> Website: www.recommind.de Recommind GmbH,

Re: Restrict credential retrieval to a specific slave

2019-09-19 Thread Dirk Heinrichs
Am Donnerstag, den 19.09.2019, 05:26 -0700 schrieb Jhonny Oliveira: What do you mean with agents? Jenkins people have stopped using the word "slave" some time ago. Bye... Dirk -- Dirk Heinrichs Senior Systems Engineer, Delivery Pipeline OpenText ™ Discovery | Recommind Phone: +49

Re: Problem running Jenkins as a system service on Ubuntu

2019-11-08 Thread Dirk Heinrichs
su: System error su[3580]: FAILED su for jenkins by root su[3580]: - ??? root:jenkins jenkins[3540]:...fail! Looks like a problem with your PAM setup. Can you login as root and then "su - jenkins" from the shell? Bye... Dirk -- Dirk Heinrichs Senior Systems Engineer, Delivery

Re: (SOLVED) Re: Problem running Jenkins as a system service on Ubuntu

2019-11-08 Thread Dirk Heinrichs
system/jenkins.service.d/local.conf) which contains your modifications to avoid having them removed when the package is updated. Bye... Dirk -- Dirk Heinrichs Senior Systems Engineer, Delivery Pipeline OpenText ™ Discovery | Recommind Phone: +49 2226 15966 18 Email: dhein...@opentext.com<

Re: Securely Obtaining the Jenkins Agent Secret

2019-12-08 Thread Dirk Heinrichs
be preinstalled into the VMs. HTH... Dirk -- Dirk Heinrichs Senior Systems Engineer, Delivery Pipeline OpenText ™ Discovery | Recommind Phone: +49 2226 15966 18 Email: dhein...@opentext.com<mailto:dhein...@opentext.com> Website: www.recommind.de Recommind GmbH, Von-Liebig-Straße

Re: editing jenkins jobs in shell / vi / ssh

2019-12-12 Thread Dirk Heinrichs
hdAsXoxwbvHso_TaI&m=-ZYT9KvhfnhJ2AmgpUjqcjX020ct6RmQxVxnJzLZkpw&s=Azre1Q_NtRo9iZlK7vF1HZHVFmIywCegTvATJBiHGWE&e=> to see if a similar problem has already been reported. 3: Did you? Yes. You can always edit the config.xml files and reload the configuration under "Manage Jenkins". Bye... Dirk --

Re: Jenkins with Parallel Builds?

2020-01-15 Thread Dirk Heinrichs
ob at a time on any given node. But the builds executed by these jobs can then utilize all the CPU cores in that node. HTH... Dirk -- Dirk Heinrichs Senior Systems Engineer, Delivery Pipeline OpenText ™ Discovery | Recommind Phone: +49 2226 15966 18 Email: dhein...@opentext.com<mailto:dh

Re: how to configure jenkins to use jenkins CLI by ssh

2020-02-20 Thread Dirk Heinrichs
Am Donnerstag, den 20.02.2020, 06:06 -0800 schrieb oneslide icywater: sshd isn't running How Can I solve it ? I'm confused. Do you want to access Jenkins itself via SSH (Jenkins' internal SSH server) or the Docker container in which Jenkins runs? Bye... Dirk -- Dirk H

Re: "Jenkinsfile" location in a gradle project

2020-02-24 Thread Dirk Heinrichs
quot; job how that pipeline should look like for each branch of a given repo. No Jenkinsfile, no pipeline. So yes, it should be in the same repo. Bye... Dirk -- Dirk Heinrichs Senior Systems Engineer, Delivery Pipeline OpenText ™ Discovery | Recommind Phone: +49 2226 15966 18 Email: dhein...@o

Re: I want to build ios project in jenkins(linux docker container)

2020-02-28 Thread Dirk Heinrichs
rmerly known as Slave) plugins (SSH, Swarm, ...) to find one that fits your needs an use that to connect a Mac agent tou your main Jenkins. Other than that, it MIGHT be possible to (cross-) build IOS projects on Linux, but I'm not sure since I'm not an IOS developer. HTH...

Re: Security concern for Gitlab webhook token to Jenkins

2020-03-19 Thread Dirk Heinrichs
Am Mittwoch, den 18.03.2020, 17:10 -0700 schrieb Jheison Rodriguez: I'd like to know if someone has experienced this and had managed this kind of set up in another way? We use Smee (https://smee.io/) for this. HTH... Dirk -- Dirk Heinrichs Senior Systems Engineer, Delivery Pip

AW: Git problem with Linux master and Windows slave

2013-06-06 Thread Dirk Heinrichs
tion will work in both worlds. HTH... Dirk [cid:image003.gif@01CB3EF6.319079E0] Dirk Heinrichs, Senior Systems Engineer, Infrastructure Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach Tel: +49 2226 159 1149 Email: dirk.heinri...@recommind.com<mailto:dirk.heinri...@recommin

How to get all builds of a project via API

2013-07-03 Thread Dirk Heinrichs
uilds, using an URL like 'http://server/job/MyJob/api/xml?tree=builds[number,url]'. How do I get the data for ALL builds using either JSON or XML? Possible workaround: use '?tree=firstBuild[number],lastBuild[number]' and construct the URL for each build myself. Thank

Re: Avoid script shell build failure

2013-07-24 Thread Dirk Heinrichs
Am Mittwoch, 24. Juli 2013, 11:25:10 schrieb Adrien Ruffié: > Do you have an idea, how I can avoid this failure and continu other build > step and enter into else statement ? It's because the script is started with -xe. -e lets the script fail as soon as any command exits with non-zero return co

Re: CI usability - isn't there a problem that tests are executed only after a developer pushed his changed to the repsitory?

2013-08-01 Thread Dirk Heinrichs
Am Donnerstag, 1. August 2013, 00:16:46 schrieb Avihay Eyal: > I mean, If I'm a developer, I would prefer to somehow run the automated > tests *before* I push to the repository, cause if an automated test failed > and there's a bug in my code, I want to know that before pushing my > change... Ho

Re: How to improve my bash script error handling?

2013-08-02 Thread Dirk Heinrichs
Am Freitag, 2. August 2013, 07:19:52 schrieb David Aldrich: > I would prefer the 'for' loop to complete so that I get a list of all > failing files, before Jenkins terminates the test. What would be a neat way > of achieving this in bash? Omit the -e, check the return code of diff and act accord

Re: CI usability - isn't there a problem that tests are executed only after a developer pushed his changed to the repsitory?

2013-08-02 Thread Dirk Heinrichs
Am Donnerstag, 1. August 2013, 20:34:36 schrieb Daniel Beck: > http://www.cloudbees.com/jenkins-enterprise-by-cloudbees-features-validated-> > merge-plugin.cb > > Developers push to Jenkins' repository, and if that's successful, Jenkins > pushes to your actual repo. That's what we actually do w

Re: CI usability - isn't there a problem that tests are executed only after a developer pushed his changed to the repsitory?

2013-08-02 Thread Dirk Heinrichs
Am Freitag, 2. August 2013, 05:14:50 schrieb Mark Waite: > Each developer's private repository could then be added to the job and > would be watched for changes, those changes would be merged, and if the > compile and tests were successful, the merge could be pushed to the > integration rep

Re: CI usability - isn't there a problem that tests are executed only after a developer pushed his changed to the repsitory?

2013-08-04 Thread Dirk Heinrichs
Am Sonntag, 4. August 2013, 11:37:27 schrieb Avihay Eyal: > So you're suggesting using a script, activated via commits to the developer > local repository? No. I'm suggesting a script that runs on demand, when the developers says he's ready. Bye... Dirk http://www.recommind.com --

Thread hijacking

2013-08-09 Thread Dirk Heinrichs
trees with "foreign" messages (also, those threads are "hidden" inside the other thread and may get less attention). Therefor, please always use "New message" instead of "Reply" whenever you want to start a new thread. Thanks... Dirk -- *Dirk Heinric

Re: QXcbConnection: Could not connect to display [Qt] [Jenkins]

2013-08-21 Thread Dirk Heinrichs
ld as failure > Finished: FAILURE > > Does somebody know what could be the problem? > I get the same message with the -xml command instead of -xunitxml. You need an X server on your Jenkins machine to run GUI programs. Have a look at Xvfb. HTH... Dirk -- *Dirk Heinrichs*, Seni

Re: QXcbConnection: Could not connect to display [Qt] [Jenkins]

2013-08-21 Thread Dirk Heinrichs
buntu) will eliminate the message. Bye... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Infrastructure *Recommind GmbH*, Von-Liebig-Straße 1, 53359 Rheinbach *Tel*: +49 2226 159 1149 *Email*: d...@recommind.com <mailto:d...@recommind.com> *Skype*: dirk.heinrichs.recommind www.re

Re: QXcbConnection: Could not connect to display [Qt] [Jenkins]

2013-08-21 Thread Dirk Heinrichs
Am 21.08.2013 11:49, schrieb Niels Hesp: > libxrandr2 was already installed, so that didn't work. > But we don't need the RANDR function so we will ignore the message. Just found this on stackoverflow.com, start Xvfb like so: |Xvfb +extension RANDR Bye... Dirk | --

How to find out WHY a job was executed on a specific slave?

2013-09-06 Thread Dirk Heinrichs
ppend? Does Jenkins log this somewhere? Thanks... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Infrastructure *Recommind GmbH*, Von-Liebig-Straße 1, 53359 Rheinbach *Tel*: +49 2226 159 1149 *Email*: d...@recommind.com <mailto:d...@recommind.com> *Skype*: dirk.heinrich

Re: How to find out WHY a job was executed on a specific slave?

2013-09-08 Thread Dirk Heinrichs
slave log have any indication as to why this happened. Bye... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Infrastructure *Recommind GmbH*, Von-Liebig-Straße 1, 53359 Rheinbach *Tel*: +49 2226 159 1149 *Email*: d...@recommind.com <mailto:d...@recommind.co

Re: resctrict number of jobs at a time

2013-09-09 Thread Dirk Heinrichs
Am 09.09.2013 11:20, schrieb Tânia Magalhăes: > I don't want to go for a solution like restrict the number of > executors to 1 in each node. But that's exactly what it's good for. Bye... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Infrastructure *Recommind Gmb

Re: How to find out WHY a job was executed on a specific slave?

2013-09-09 Thread Dirk Heinrichs
slave X, because... Using slave Y instead." Bye... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Infrastructure *Recommind GmbH*, Von-Liebig-Straße 1, 53359 Rheinbach *Tel*: +49 2226 159 1149 *Email*: d...@recommind.com <mailto:d...@recommind.com> *Skype*: dirk.heinrichs.

EnvInject for post-build actions when build step fails

2013-09-12 Thread Dirk Heinrichs
fail. In case of failure, the EnvInject build step isn't executed anymore, so that the environment variables are not available in the post-build action. How do I propagate environment variables to post-build actions in case of a failed build? Thanks... Dirk -- *Dirk Heinrichs*, Seni

Re: How to pass CLASSPATH variable to Jenkins.

2013-10-17 Thread Dirk Heinrichs
he classpath don't require a change of the Jenkins job configuration. HTH... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Infrastructure *Recommind GmbH*, Von-Liebig-Straße 1, 53359 Rheinbach *Tel*: +49 2226 159 1149 *Email*: d...@recommind.com <mailto:d...@recommind.co

Reclaim disc space on all slaves when removing jobs

2013-10-23 Thread Dirk Heinrichs
s in advance... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Infrastructure *Recommind GmbH*, Von-Liebig-Straße 1, 53359 Rheinbach *Tel*: +49 2226 159 1149 *Email*: d...@recommind.com <mailto:d...@recommind.com> *Skype*: dirk.heinrichs.recommind www.recommind.com &l

Groovy: How to iterate over all nodes, incl. master

2013-10-30 Thread Dirk Heinrichs
Hi, in a Grovvy script which needs to iterate over all nodes, I do: hudson = Hudson.getInstance() for (node in hudson.getNodes()) { doSomething() } However, this only includes the slave nodes. How would I add the master node into this loop? Thanks... Dirk -- *Dirk Heinrichs*, Senior

Re: Running a shell command on multiple/all slaves from script console

2013-12-12 Thread Dirk Heinrichs
Am 12.12.2013 10:33, schrieb Omer Weissman: > I want to execute an administrative shell script on all slaves using > the script console in Jenkins manage. Did you try the Debian distributed shell (dsh)? HTH... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Sol

Re: EnvInject for post-build actions when build step fails

2014-01-05 Thread Dirk Heinrichs
another build step, which examinates the status variables and let the build fail depending on their values. HTH... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH*, Von-Liebig-Straße 1, 53359 Rheinbach *Tel*: +49 2226 159 (Ansage) 1149 *E

Re: Unable to run flashplayer under Jenkins

2014-01-07 Thread Dirk Heinrichs
should even be a Jenkins plugin). HTH... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH*, Von-Liebig-Straße 1, 53359 Rheinbach *Tel*: +49 2226 159 (Ansage) 1149 *Email*: d...@recommind.com <mailto:d...@recommind.com> *Skype*: dirk.heinric

Re: Unable to run flashplayer under Jenkins

2014-01-07 Thread Dirk Heinrichs
te access to an existing X session I will then try to reproduce this @home. Bye... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH*, Von-Liebig-Straße 1, 53359 Rheinbach *Tel*: +49 2226 159 (Ansage) 1149 *Email*: d...@recommind.com <mailto:d..

Re: Unable to run flashplayer under Jenkins

2014-01-07 Thread Dirk Heinrichs
hplayer. HTH... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH*, Von-Liebig-Straße 1, 53359 Rheinbach *Tel*: +49 2226 159 (Ansage) 1149 *Email*: d...@recommind.com <mailto:d...@recommind.com> *Skype*: dirk.heinrichs.recommind www.

Find out which project uses a specific SCM repository

2013-05-31 Thread Dirk Heinrichs
Hi, is it possible to (programmatically) find out which projects use a given (Mercurial) repository? If so, how? Thanks... Dirk [cid:image003.gif@01CB3EF6.319079E0] Dirk Heinrichs, Senior Systems Engineer, Infrastructure Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach Tel

Re: Find out which project uses a specific SCM repository

2013-05-31 Thread Dirk Heinrichs
aster. > or use groovy console to crawl all the projects that use > mercurial scm and filter out the ones with given URL. I am not familiar > with the Mercurial plugin source but MercurialSCM.getSource()[2] seems > like what you want. Yes, indeed. I'll try that. Thanks a lot. Bye...

Re: Find out which project uses a specific SCM repository

2013-05-31 Thread Dirk Heinrichs
Great, thanks a lot! [cid:image003.gif@01CB3EF6.319079E0] Dirk Heinrichs, Senior Systems Engineer, Infrastructure Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach Tel: +49 2226 159 1149 Email: dirk.heinri...@recommind.com<mailto:dirk.heinri...@recommind.com>

Re: Install instructions for Ubuntu don't work for 14.04

2014-03-12 Thread Dirk Heinrichs
Am 12.03.2014 08:05, schrieb Marius Gedminas: > Be sure to also remove the /etc/init/jenkins.conf (since it's a > conffile, apt-get removing jenkins will leave it in place Not if you remove the package with "apt-get purge". Bye... Dirk -- *Dirk Heinrichs*, Se

Groovy script console available but Groovy build step needs plugin?

2014-03-26 Thread Dirk Heinrichs
Hi, this is just for my understanding: Why can I execute Groovy code from CLI and Groovy script console, but need a plugin and a Groovy installation to execute Groovy code as a build step? Thanks... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH

Re: Jenkins cannot connect to X server on Debain 7.1

2014-03-30 Thread Dirk Heinrichs
clients. HTH... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH*, Von-Liebig-Straße 1, 53359 Rheinbach *Tel*: +49 2226 159 (Ansage) 1149 *Email*: d...@recommind.com <mailto:d...@recommind.com> *Skype*: dirk.heinrichs.recommind www.

Re: Jenkins cannot connect to X server on Debain 7.1

2014-03-31 Thread Dirk Heinrichs
Am 31.03.2014 08:02, schrieb Fatemeh Mehdizadeh: > FATAL: Cannot run program "vncserver" Is it installed? Bye... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH*, Von-Liebig-Straße 1, 53359 Rheinbach *Tel*: +49 2226 159 (Ansage) 11

Re: Jenkins cannot connect to X server on Debain 7.1

2014-03-31 Thread Dirk Heinrichs
Am 31.03.2014 09:37, schrieb Fatemeh Mehdizadeh: > Actually I didn't install vncserver on the machine that can run the test. > > I'm new in jenkins and need your help. This is a Debian issue: apt-get install vnc4server HTH... Dirk -- *Dirk Heinrichs*, Senior Systems En

Re: Problem setting up slave on Linux

2014-04-08 Thread Dirk Heinrichs
ild guess: Did you check system logs and dmesg output for anything strange happening on the machine itself, for example filesystem filled up or corupted, date/time out of sync, etc... HTH... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH*, Von-Liebig

Re: Rebuild job on the same node as before

2014-04-08 Thread Dirk Heinrichs
s a different slave if the previous one is either busy or unavailable. HTH... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH*, Von-Liebig-Straße 1, 53359 Rheinbach *Tel*: +49 2226 159 (Ansage) 1149 *Email*: d...@recommind.com <mail

Re: Rebuild job on the same node as before

2014-04-09 Thread Dirk Heinrichs
m-scratch rebuilds. They can be incremental, which saves lots of time. Combine both, cache and incremental builds, and they will run an order of magnitude faster. Bye... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH*, Von-Liebig-Straße 1, 53359 Rheinbach

Job sometimes uses a workspace with appended "@2" although "Concurrent Builds" is disabled

2014-04-28 Thread Dirk Heinrichs
uld only happen if the job was configured with "true". Any hints what else could be causing this behaviour? This is Jenkins 1.543 on Windows Server 2008R2. Thanks... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH*, Von-Liebig-Straße 1, 53359 R

Re: Job sometimes uses a workspace with appended "@2" although "Concurrent Builds" is disabled

2014-04-28 Thread Dirk Heinrichs
ot so great, so you might want > to hold off upgrading for a while.) Could you please elaborate what leads to this conclusion? Thanks... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH*, Von-Liebig-Straße 1, 53359 Rheinbach *Tel*: +49 2226 159666

Re: Job sometimes uses a workspace with appended "@2" although "Concurrent Builds" is disabled

2014-04-29 Thread Dirk Heinrichs
Am 29.04.2014 18:39, schrieb Daniel Beck: > On 29.04.2014, at 08:18, Dirk Heinrichs wrote: > >> Could you please elaborate what leads to this conclusion? > jenkins-ci.org -> Changelog -> Community Ratings -> Bad weather. > Thanks, wasn't aware of this. :-) Bye..

Jetty or Winstone

2014-05-07 Thread Dirk Heinrichs
at jenkins.war, there's still a winstone.jar in there. Bye... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH*, Von-Liebig-Straße 1, 53359 Rheinbach *Tel*: +49 2226 159 (Ansage) 1149 *Email*: d...@recommind.com <mailto:d..

Re: Jetty or Winstone

2014-05-07 Thread Dirk Heinrichs
Am 07.05.2014 09:37, schrieb James Nord (jnord): > To preserve backwards compatibility of command line arguments a shim > was written to look like Winstone that maps arguments onto Jetty > specifics. Ah, OK. Thanks for clarifying this. Bye... Dirk -- *Dirk Heinrichs*, Senio

Re: jenkins and timezones

2014-05-14 Thread Dirk Heinrichs
s this a Linux or Windows system? In case of Linux, if the system time is set to UTC, you don't need to worry. Linux doesn't change the systems clock, it just displays a different time. HTH... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH*,

Automatic Groovy installation not working

2014-05-23 Thread Dirk Heinrichs
valid tool ID 2.2.1". Groovy plugin version is 1.18 on both servers. Any hint as to how I could fix this? Thanks... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH*, Von-Liebig-Straße 1, 53359 Rheinbach *Tel*: +49 2226 159 (Ansage) 11

Re: Automatic Groovy installation not working

2014-05-23 Thread Dirk Heinrichs
Am 23.05.2014 14:02, schrieb Richard Bywater: > Not sure if it gets the list from the Internet or not but is it > possible that you've got IPTables blocking outgoing stuff on the > CentOS server? No, that's not the case. Bye... Dirk -- *Dirk Heinrichs*, Seni

Re: OS-X build slaves

2014-06-03 Thread Dirk Heinrichs
cal work directory, etc. HTH... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH*, Von-Liebig-Straße 1, 53359 Rheinbach *Tel*: +49 2226 159 (Ansage) 1149 *Email*: d...@recommind.com <mailto:d...@recommind.com> *Skype*: dirk.heinrichs.reco

Re: Can developer's submit Jobs to Jenkins through an IDE?

2014-06-04 Thread Dirk Heinrichs
Am 04.06.2014 15:42, schrieb Horton, Anne B: > [nothing] Please, don't provide any details, somebody could be able to actually answer your question. *SCNR* Bye... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH*, Von-Liebig-Straße

Re: Problem with Clearcase plugin running many builds in parallel

2014-06-23 Thread Dirk Heinrichs
it. Bye... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH*, Von-Liebig-Straße 1, 53359 Rheinbach *Tel*: +49 2226 159 (Ansage) 1149 *Email*: d...@recommind.com <mailto:d...@recommind.com> *Skype*: dirk.heinrichs.recommind www.recommind.com <htt

Re: Jekins can't check out code

2014-08-28 Thread Dirk Heinrichs
Am 29.08.2014 um 05:04 schrieb Xinglin Cai: > Caused by: svn: E170001: OPTIONS of '/svn/mogu/android/trunk': 403 Forbidden > (https://svn.mogucaifu.com:8596) Check your credentials. HTH... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Reco

Re: Jekins can't check out code

2014-08-31 Thread Dirk Heinrichs
Am 30.08.2014 um 10:04 schrieb Rishabh Das: > you may need to set up SSH keys for Jenkins to checkout the code. Not for a https URL. Bye... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH*, Von-Liebig-Straße 1, 53359 Rheinbach *Tel*: +49 2

Re: Which groups does the user jenkins belong to?

2014-09-14 Thread Dirk Heinrichs
Am 13.09.2014 um 10:28 schrieb Martin Funk: > What am I missing? A re-login of the Jenkins user after adding him to the group? HTH... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH*, Von-Liebig-Straße 1, 53359 Rheinbach *Tel*: +49 2226 1596

Re: Jenkins problem with clocks going back?

2014-10-27 Thread Dirk Heinrichs
Am 27.10.2014 um 11:23 schrieb James Nord (jnord): > My preffered way of handling this is to always run your infrastructure in > Etc/UTC. Fine if it's Unix/Linux. Doesn't work on Windows, because hardware clock is always on localtime there. Bye... Dirk -- *Dirk He

Re: Jenkins problem with clocks going back?

2014-10-27 Thread Dirk Heinrichs
, time is just displayed differently. On Windows, OTOH, HW clock is always set to the time (and timezone) set in the OS, which means that DST changes actually change the HW clock and thus result in time jumps which don't happen on Linux. HTH... Dirk -- *Dirk Heinrichs*, Senior Systems En

Re: Jenkins problem with clocks going back?

2014-10-28 Thread Dirk Heinrichs
ve for most people. On Linux, the HW clock will never jump AND the user will get the correct time displayed, according to her timezone setting. Bye... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH*, Von-Liebig-Straße 1, 53359 Rheinbach *Tel*: +49 2

Re: how to write goovy script for following sceanrio

2014-10-29 Thread Dirk Heinrichs
o create a a string type variable of same name as > of string parameter with value entered by user at run time. def myVariable = build.buildVariableResolver.resolve("NAME_OF_PARAM") HTH... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH*, V

Re: jenkins group while in job is not the same as in terminal

2014-12-03 Thread Dirk Heinrichs
enkins server needs to be restarted (as it logs in as the "jenkins" user). HTH... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH*, Von-Liebig-Straße 1, 53359 Rheinbach *Tel*: +49 2226 159 (Ansage) 1149 *Email*: d...@recommind.com <

Re: Running Jenkins as a Different User

2014-12-15 Thread Dirk Heinrichs
it.d/jenkins). Does it actually read that file. What Linux distribution are you using? Debian family systems don't have /etc/sysconfig, they use /etc/default. Bye... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH*, Von-Liebig-Straße 1, 53359 Rheinb

Re: Git based builds; one commit at a time

2014-12-30 Thread Dirk Heinrichs
eveloper is informed by email and the merge result is thrown away. HTH... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH*, Von-Liebig-Straße 1, 53359 Rheinbach *Tel*: +49 2226 159 (Ansage) 1149 *Email*: d...@recommind.com <mailto:

Re: Git based builds; one commit at a time

2015-01-01 Thread Dirk Heinrichs
rge - build - test - push cycle. No rocket science, really, but may need some time to convince people. Bye... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH*, Von-Liebig-Straße 1, 53359 Rheinbach *Tel*: +49 2226 159 (Ansage) 1149 *Email*: d...@re

Re: Number of executors

2015-11-24 Thread Dirk Heinrichs
er CPU, but if your build system is capable of building stuff in parallel (aka make -j ), you might again prefer to have only one executor and use all the CPUs for the single build that will run then. HTH... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH*

GMail SMTP (aws: Re: How to Run Selenium Script With Jenkins through Git)

2015-12-03 Thread Dirk Heinrichs
S: Please start new threads for new topics. -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH*, Von-Liebig-Straße 1, 53359 Rheinbach *Tel*: +49 2226 159 (Ansage) 1149 *Email*: d...@recommind.com <mailto:d...@recommind.com> *Skype*: dirk.heinrichs.recommin

Re: GMail SMTP (was: Re: How to Run Selenium Script With Jenkins through Git)

2015-12-03 Thread Dirk Heinrichs
too? Bye... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH*, Von-Liebig-Straße 1, 53359 Rheinbach *Tel*: +49 2226 159 (Ansage) 1149 *Email*: d...@recommind.com <mailto:d...@recommind.com> *Skype*: dirk.heinrichs.recommind www.reco

Re: export display in a shell script executed by Jenkins

2016-01-07 Thread Dirk Heinrichs
Am 07.01.2016 um 15:05 schrieb iostrym: > Thanks a lot. But is the use of Xvfb plug-in more heavy than a > simple export DISPLAY function ? in term of ressource utilization... Without it, setting DISPLAY for a Jenkins job doesn't make much sense. Bye... Dirk -- *Dirk Heinric

Thread hijacking (was: Re: Java API for Team Foundation Server)

2016-01-07 Thread Dirk Heinrichs
Hi, please don't hijack other peoples threads, it's considered bad habit. Thanks a lot... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH*, Von-Liebig-Straße 1, 53359 Rheinbach *Tel*: +49 2226 159 (Ansage) 1149 *Email*: d...@rec

Re: Performing tasks in remote servers as slave or SSH?

2016-01-27 Thread Dirk Heinrichs
xecution. How about using one slave per node and use sudo to execute commands as different users? This way, you get fine grained control over what the Jenkins user is allowed to execute as those other users and, at the same time, avoid the key management hassle. HTH... Dirk -- *Dirk H

Re: Performing tasks in remote servers as slave or SSH?

2016-01-28 Thread Dirk Heinrichs
Am 28.01.2016 um 12:12 schrieb Maciej Jaros: > One blocker would be if you have a Windows machine to test. SSH on > Windows is very unstable (or at least I haven't found any that would > work fine with Jenkins). Cygwin/SSH works just fine. Bye... Dirk -- *Dirk Heinrichs*,

Re: Preventing jobs from running in parallel

2016-02-19 Thread Dirk Heinrichs
y/JENKINS/Build+Blocker+Plugin>? Bye... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH*, Von-Liebig-Straße 1, 53359 Rheinbach *Tel*: +49 2226 159 (Ansage) 1149 *Email*: d...@recommind.com <mailto:d...@recommind.com> *Skype*: dirk.heinr

Re: Preventing jobs from running in parallel

2016-02-19 Thread Dirk Heinrichs
ojects on different slaves? Bye... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH*, Von-Liebig-Straße 1, 53359 Rheinbach *Tel*: +49 2226 159 (Ansage) 1149 *Email*: d...@recommind.com <mailto:d...@recommind.com> *Skype*: dirk.heinrichs.recommind www.r

Re: Jenkins 2.0 alpha release available

2016-02-29 Thread Dirk Heinrichs
Am 01.03.2016 um 00:39 schrieb R. Tyler Croy: > You can read more > about it on the 2.0 landing page (https://jenkins-ci.org/2.0/) The link to "the 2.0 plan" on this page is dead. Bye... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind G

Re: Dedicated Executors for specific Jobs

2016-05-19 Thread Dirk Heinrichs
Am 19.05.2016 um 11:37 schrieb Mehdi Hayani: > PS: Adding a slave is not possible for the moment, So I should deal > with the only server I have :) If that slave is Linux, it could as well dynamically create and run Docker slaves and use these to run the job. HTH... Dirk --

Re: [Blue Ocean] A new user experience project for Jenkins

2016-05-26 Thread Dirk Heinrichs
w.youtube.com/watch?v=3dITffteCD4>explaining the project in > more detail. Unfortunately, the blog post is not completely readable, because the schedule on the right side overlapps the text. Bye... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH

Re: [Blue Ocean] A new user experience project for Jenkins

2016-05-27 Thread Dirk Heinrichs
Am 27.05.2016 um 09:44 schrieb James Dumay: > Tyler was nice enough to get out of bed to deploy the change to > jenkins.io <http://jenkins.io> - should now be readable on any device. Yes, looks much better now. Thanks a lot for having it fixed so fast!!! Bye... Dirk -- *Di

Re: Email When Slave Goes Offline?

2017-12-11 Thread Dirk Heinrichs
.     Dirk -- *Dirk Heinrichs* Senior Systems Engineer, Delivery Pipeline OpenText^TM Discovery | Recommind *Email*: dirk.heinri...@recommind.com <mailto:dirk.heinri...@recommind.com> *Website*: www.recommind.de <http://www.recommind.de> Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach

Re: How to Update Jenkins Plugins

2018-01-10 Thread Dirk Heinrichs
Am 10.01.2018 um 14:12 schrieb ABostonGal ABostonGal: > Since I can't update Jenkins from the UI, I can't update the plugins > from there either - right?  Wrong. Bye...     Dirk -- *Dirk Heinrichs* Senior Systems Engineer, Delivery Pipeline OpenText^TM Discovery |

Re: How to Update Jenkins Plugins

2018-01-10 Thread Dirk Heinrichs
ow and install after restart/, restart Jenkins when appropriate. Should also be in the docs, btw. HTH...     Dirk -- *Dirk Heinrichs* Senior Systems Engineer, Delivery Pipeline OpenText^TM Discovery | Recommind *Email*: dirk.heinri...@recommind.com <mailto:dirk.heinri...@recommind.com&

Re: How to Update Jenkins Plugins

2018-01-12 Thread Dirk Heinrichs
re installed on the machine your Jenkins runs on. Where else? Bye...     Dirk -- *Dirk Heinrichs* Senior Systems Engineer, Delivery Pipeline OpenText^TM Discovery | Recommind *Email*: dirk.heinri...@recommind.com <mailto:dirk.heinri...@recommind.com> *Website*: www.recommind.de <http://

Re: Linting Jenkinsfile

2018-01-15 Thread Dirk Heinrichs
Am 16.01.2018 um 08:34 schrieb Mayur Nagekar: > | > bash:declarative-linter:command notfound > | Is the directory containing declarative-linter in your $PATH? HTH...     Dirk -- *Dirk Heinrichs* Senior Systems Engineer, Delivery Pipeline OpenText^TM Discovery | Recommind *Email*: di

  1   2   3   >