Matrix-jobs heavy job plugin

2013-06-07 Thread roland . asmann
Hi, I was playing around with the matrix-jobs and found that this type of job will not run if the 'heavy job plugin' is set to a value other than '1'. Since I need to set some weights for my projects to correctly scale in my build-cluster, I was wondering if anybody knows a way to get this

Collect artifacts from multi-config build and upload to a server

2013-08-29 Thread Roland Asmann
Hi all, I currently have an environment set up with 5-7 jenkins instances. I have several multi-config jobs, that run on 2-3 machines. What I need is a way to collect the artifacts that are created on the nodes onto the master (which is the server running the lightweight multi-config job) and

Re: Collect artifacts from multi-config build and upload to a server

2013-09-27 Thread Roland Asmann
, under manage plugins, have you had a look at the plugins containing the word SSH? Why/in what area don't they suit your needs? Cheers Le 29 août 2013 23:26, Roland Asmann roland...@gmail.com javascript: a écrit : Hi all, I currently have an environment set up with 5-7 jenkins instances

GIT Plugin

2013-09-27 Thread Roland Asmann
Hi, We are switching from SVN to GIT, and I am now looking into how to get/keep our projects running on Jenkins. I have some questions about the GIT-plugin, which I hope someone here might be able to answer. With the SVN-plugin and multi config job, the master checked out the latest version

Need help with Matrix-build

2013-10-03 Thread Roland Asmann
Hi guys, I need some help with a matrix-build. Until now, I had the build configured to run on all nodes that have a label 'deb' and 'rpm' as axis 'distro' combined with axis 'arch' which checks on 'i386' and 'x64'. This is because we are building some binaries that are specific for i386 and

Re: Need help with Matrix-build

2013-10-03 Thread Roland Asmann
, Roland Asmann roland...@gmail.com javascript:wrote: Hi guys, I need some help with a matrix-build. Until now, I had the build configured to run on all nodes that have a label 'deb' and 'rpm' as axis 'distro' combined with axis 'arch' which checks on 'i386' and 'x64'. This is because we

Re: Need help with Matrix-build

2013-10-03 Thread Roland Asmann
Thanks Curtis, I'll check it out! On 03.10.2013 19:55, Curtis Kline wrote: Roland, have you looked at the Build Flow plugin? I am using that instead of the matrix builds in some circumstances. Curtis On Thu, Oct 3, 2013 at 9:11 AM, Roland Asmann roland.asm...@gmail.com mailto:roland.asm

Re: Need help with Matrix-build

2013-10-03 Thread Roland Asmann
another environment above the three you mentioned? Or is there another way to describe the build without having to reference the environments? On 03.10.2013 19:55, Stephen Connolly wrote: http://jenkins-ci.org/content/literate-builds-wtf On Thursday, 3 October 2013, Roland Asmann wrote: I'm

Slave Setup Plugin -- does it copy everything every time?

2014-10-01 Thread Roland Asmann
Hi all, I just stumbled across the Slave Setup Plugin and I was wondering: does this plugin copy configured files every time a slave is started or does it check if the files are already on the target-system? I admit that I haven't installed the plugin, so I cant test myself, but I was hoping

Use REST API to check if updates are available

2016-02-05 Thread Roland Asmann
Hi all, Is there a way to check if an update is available for Jenkins using the REST API? If not using REST, is there another way to programmatically check this? I would like to add a check for this to our Nagios-systems, so I get automatic notification when an update is available. Thanks!

CI with Git in Jenkins

2020-03-25 Thread Roland Asmann
Hi everybody, Way-back-when, Kohsuke wrote this post about how to setup CI with Git in Jenkins: https://kohsuke.org/2011/12/01/polling-must-die-triggering-jenkins-builds-from-a-git-hook/ I have been using this in most my builds since and am still trying to get all colleagues to do the same

Security for team-specific nodes

2020-03-25 Thread Roland Asmann
Hey everybody, I am a Jenkins admin in my company, but since the introduction of pipelines, I feel like I have lost a lot of control over Jenkins. There are a couple of things in my company that are really important for me to remain in control of, so I was hoping to get some pointers from

Re: CI with Git in Jenkins

2020-03-30 Thread Roland Asmann
://github.com/jenkinsci/basic-branch-build-strategies-plugin/blob/master/docs/user.adoc) provides many branch selection options. On Wed, Mar 25, 2020 at 7:39 AM Roland Asmann <mailto:roland.asm...@gmail.com>> wrote: Hi everybody, Way-back-when, Kohsuke wrote this post about how

Re: CI with Git in Jenkins

2020-04-01 Thread Roland Asmann
:55, Mark Waite wrote: On Mon, Mar 30, 2020 at 10:03 AM Roland Asmann <mailto:roland.asm...@gmail.com>> wrote: Thanks for the explanation. I do agree, I just thought it a bit weird that there was a difference in behavior... I still would like to know, what the consensus is t

Re: Matrix in Pipelines

2020-10-19 Thread Roland Asmann
matrix in a declarative pipeline. Insert your nodes as an axis of the matrix and add an 'agent' in the stage doing your job. But maybe I missed a point somewhere... Roland Asmann schrieb am Sonntag, 18. Oktober 2020 um 18:23:48 UTC+2: Hey everybody, I have this job, written

Switching DB in pipeline maven integration plugin

2020-10-18 Thread Roland Asmann
Hey everybody, We have been using this plugin for quite some time, without any issues. Then last week, something changed (I am still not sure what, tbh) and we started to get hanging builds because of Problems connecting to the H2 DB. Searching the net, most solutions said to use an actual DB,

Matrix in Pipelines

2020-10-18 Thread Roland Asmann
Hey everybody, I have this job, written as a declarative pipeline, the now needs to be run on 2 nodes instead of just 1. Before, I would use the Matrix-Job for that, but I am not quite sure how to do this in my pipeline... I searched around a bit and found some example on how to do it with a

NoSuchFileException on git clone after upgrade to RHEL 8

2020-06-20 Thread Roland Asmann
Hi everybody, My sys-admins at work upgraded one of our servers to RHEL 8 to have me test it before all servers are upgraded. Now most of the jobs I ran on it work, one of them has an issue during cloning. I found out that the error occurs because this repository contains a file with an Umlaut

Re: NoSuchFileException on git clone after upgrade to RHEL 8

2020-06-20 Thread Roland Asmann
, Mark Waite wrote: Usually that failure happens because the operating system default locale is not C.UTF-8 but is using the C locale instead. LC_ALL=C.UTF-8 On Sat, Jun 20, 2020, 2:45 PM Roland Asmann <mailto:roland.asm...@gmail.com>> wrote: Hi everybody, My sys-admins at work

Re: Matrix in Pipelines

2020-10-20 Thread Roland Asmann
had a similar issue in the past and did not find a way. There might be something with script blocks in a pipeline and dynamic stage-creation with a for-loop. When I remember right I found some examples with google when I investigated this. Roland Asmann schrieb am Montag, 19. Oktober 2020 um 10

Re: Still stuck on older Jenkins because of table-to-div -- what to do?

2021-06-09 Thread Roland Asmann
: if the plugin has less than ~2 to 3k installs worldwide, there's close to zero chance that somebody steps up if you do not. Cheers Le ven. 4 juin 2021 à 13:44, Ullrich Hafner <mailto:ullrich.haf...@gmail.com>> a écrit : Am 04.06.2021 um 12:51 schrieb Roland Asmann mailto:r

Still stuck on older Jenkins because of table-to-div -- what to do?

2021-06-04 Thread Roland Asmann
Hi all, Because of the table-to-div changes in 2.277.1 not working in several plugins, I am still running 2.263.4. Every time I check the list of known plugins that aren't working since this update, the list seems to grow... A different change in Jenkins a couple of years back made us setup a