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
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
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
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ü
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,
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
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
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
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
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 |
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
.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'
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
. 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,
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
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
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<
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
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
--
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
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
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
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...
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
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
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
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
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
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
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
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
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
--
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
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
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
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
|
--
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
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
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
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.
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
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
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
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
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
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
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
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..
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.
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
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...
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>
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
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
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.
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
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
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
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
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
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
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
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..
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..
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
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*,
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
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
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
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
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
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
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
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
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
, 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
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
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
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 <
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
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:
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
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*
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
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
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
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
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
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*,
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
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
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
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
--
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
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
.
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
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 |
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 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://
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 - 100 of 280 matches
Mail list logo