java.io.IOException: error=2, No such file or directory

2024-03-07 Thread Matthias Apitz
.@oclc.org clemens.rein...@oclc.org Finished: FAILURE A jenkins restart fixes the issue without any other changes. There is nothing visible in /var/log/jenkins/jenkins.log. This is with version 2.401.3 on RH 8.9 (Ootpa). Any ideas? matthias -- Matthias Apitz, ✉ g...@unixarea.de, http://w

Re: Jenkins && access to ant and maven disappeared

2023-08-07 Thread Matthias Apitz
El día lunes, agosto 07, 2023 a las 02:55:39 +0200, Thomas Markus escribió: > > What could be the reason for this and where I could find any messages > > from jenkins about this problem. > > > > matthias > > > > > have you checked your tools conf

Jenkins && access to ant and maven disappeared

2023-08-07 Thread Matthias Apitz
again and all was file (without any change in jenkins or jobs!). What could be the reason for this and where I could find any messages from jenkins about this problem. matthias -- Matthias Apitz, ✉ g...@unixarea.de, http://www.unixarea.de/ +49-176-38902045 Public GnuPG key:

Re: fresh Jenkins installation does not present the dashboard

2023-07-31 Thread Matthias Apitz
El día miércoles, julio 26, 2023 a las 11:49:51a. m. +0200, 'Daniel Beck' via Jenkins Users escribió: > On Wed, Jul 26, 2023 at 11:21 AM Matthias Apitz wrote: > > > The jenkins server itself is requesting data from two servers in > > Internet: > > > > …

Re: fresh Jenkins installation does not present the dashboard

2023-07-28 Thread Matthias Apitz
r your helping hints; -- Matthias Apitz E-mail: g...@unixarea.de WWW: http://www.unixarea.de/ phone: +49-170-4527211 Am 28.07.2023 12:32, schrieb 'Daniel Beck' via Jenkins Users: On Fri, Jul 28, 2023 at 11:21 AM Matthias Apitz wrote: * TLSv1.3 (OUT), TLS handshake, Client hello (1): it

Re: fresh Jenkins installation does not present the dashboard

2023-07-28 Thread Matthias Apitz
enkins.io/current/update-center.json | wc -c % Total% Received % Xferd Average Speed TimeTime Time Current Dload Upload Total SpentLeft Speed 100 2770k 100 2770k0 0 2823k 0 --:--:-- --:--:-- --:--:-- 2820k 28365

Re: fresh Jenkins installation does not present the dashboard

2023-07-28 Thread Matthias Apitz
e for the update: the JSON file in https://updates.jenkins.io/update-center.json it has 3413 URLs for downloading and I understand now why this took always so long in the first initialization of Jenkins. What should I do. Our IT department will say: 443 outbound is all open ... Thanks mat

Re: fresh Jenkins installation does not present the dashboard

2023-07-27 Thread Matthias Apitz
El día jueves, julio 27, 2023 a las 11:00:12 +0200, 'Daniel Beck' via Jenkins Users escribió: > On Thu, Jul 27, 2023 at 10:15 AM Matthias Apitz wrote: > > > I don't get why I'm not able to get all logs into the configured file > > /var/log/jenkins/jen

Re: fresh Jenkins installation does not present the dashboard

2023-07-27 Thread Matthias Apitz
El día miércoles, julio 26, 2023 a las 11:49:51 +0200, 'Daniel Beck' via Jenkins Users escribió: > On Wed, Jul 26, 2023 at 11:21 AM Matthias Apitz wrote: > > > The jenkins server itself is requesting data from two servers in > > Internet: > > > > … &g

Re: fresh Jenkins installation does not present the dashboard

2023-07-26 Thread Matthias Apitz
El día miércoles, julio 26, 2023 a las 11:49:51 +0200, 'Daniel Beck' via Jenkins Users escribió: > On Wed, Jul 26, 2023 at 11:21 AM Matthias Apitz wrote: > > > The jenkins server itself is requesting data from two servers in > > Internet: > > > > … &g

Re: fresh Jenkins installation does not present the dashboard

2023-07-26 Thread Matthias Apitz
El día Monday, July 24, 2023 a las 01:30:56PM +0200, Matthias Apitz escribió: > > Hello, > > I've installed a fresh Jenkins jenkins-2.401.2-1.1.noarch.rpm on a RH8 > server without the old jobs and config (not moved from the old server). > > The server starts fine a

Jenkins && DEBUG logging

2023-07-25 Thread Matthias Apitz
ile=/var/log/jenkins/jenkins.log --httpPort=8080 But the file /var/log/jenkins/jenkins.log does not contain any DEBUG log lines, only the lines shown below. What I do wrong? matthias Jul 25, 2023 2:53:35 PM winstone.Logger logInternal INFO: Beginning extraction from war file Jul

fresh Jenkins installation does not present the dashboard

2023-07-24 Thread Matthias Apitz
dPool.java:1078) at java.base/java.lang.Thread.run(Thread.java:829) (end of log) What is missing or what I could have done wrong? Thanks matthias -- Matthias Apitz, ✉ g...@unixarea.de, http://www.unixarea.de/ +49-176-38902045 Public GnuPG key: http://www.unixarea.de/key.pu

Re: moving jenkins to a new RH server

2023-07-05 Thread Matthias Apitz
ays ago I will just ignore the errors. As well the following cmd shows that all 'lastUnstableBuild' are symlinks to -1: find -L jobs -name lastUnstableBuild -exec ls -l {} \; | grep -v -- '-1' Thanks matthias -- Matthias Apitz, ✉ g...@unixarea.de, http://www.uni

Re: moving jenkins to a new RH server

2023-07-04 Thread Matthias Apitz
wxrwxrwx 1 jenkins jenkins 2 Jul 30 2020 jobs/SLNPBasic-V7.1/builds/lastStableBuild -> -1 What does this mean (the symlink to '-1') and how to deal with this? Thanks matthias -- Matthias Apitz, ✉ g...@unixarea.de, http://www.unixarea.de/ +49-176-38902045 Public GnuPG key:

moving jenkins to a new RH server

2023-07-02 Thread Matthias Apitz
Hello, We run jenkins on a RH 7.9 server in version 2.164.1-1.1 and are on the way to setup a newer version on jenkins on a new RH server 8.7. What would be the best way to move all the configuration and jobs to the new server after installing jenkins? Thanks matthias -- Matthias

Re: Trouble using JenkinsRule with PluginManager

2021-08-05 Thread Matthias Denu
Thanks for the reply. It looks like your repo is similar to https://github.com/sheehan/job-dsl-gradle-example/, which is the example that our repo is based on as well. We've got Specifications that test the job DSL syntax and other job configuration stuff. And I see how the resolveTestPlugins t

Trouble using JenkinsRule with PluginManager

2021-06-30 Thread Matthias Denu
Hi, I'm trying to use a different set of plugins for different Spock Specifications. I've posted a more detail question here: https://stackoverflow.com/questions/68196423/trouble-using-a-base-spock-specification-and-jenkinsrule-with-pluginmanager I'm hoping that someone might be able to provid

How to avoid upstream trigger build cascade

2020-06-26 Thread 'Matthias Schöpfer' via Jenkins Users
I did not succeed here either. Regards, Matthias -- 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

configuration of jobs maintained in SVN

2019-02-28 Thread Matthias Apitz
other way to inform Jenkings about the change and let it reload the modified job config? Thanks matthias -- Matthias Apitz, ✉ g...@unixarea.de, http://www.unixarea.de/ +49-176-38902045 Public GnuPG key: http://www.unixarea.de/key.pub -- You received this message because you are sub

configuration of jobs maintained in SVN

2019-02-28 Thread Matthias Apitz
her way to inform Jenkings about the change and let it reload the modified job config? Thanks matthias -- Matthias Apitz, ✉ g...@unixarea.de, http://www.unixarea.de/ +49-176-38902045 Public GnuPG key: http://www.unixarea.de/key.pub -- You received this message because you are subscri

configuration of jobs maintained in SVN

2019-02-28 Thread Matthias Apitz
other way to inform Jenkings about the change and let it reload the modified job config? Thanks matthias -- Matthias Apitz, ✉ g...@unixarea.de, http://www.unixarea.de/ +49-176-38902045 Public GnuPG key: http://www.unixarea.de/key.pub -- You received this message because you are sub

Re: Job DSL: How to Use Credentials Store for authenticationToken

2017-08-25 Thread Matthias Fuchs
environment you from the job-dsl have access too. Best, Matthias On Friday, 25 August 2017 11:44:32 UTC+2, Steffen Elste wrote: > > Hi, >> > to a certain extent it depends on how paranoid You allow yourself to get > ;-) > > One solution could be to use indirection, e.g. via the

Job DSL: How to Use Credentials Store for authenticationToken

2017-08-25 Thread Matthias Fuchs
finitions on github? Best, Matthias -- 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 thi

Periodically build specific branch

2016-11-23 Thread Matthias Blankenhaus
branch, for instance just the master branch ? Thanx, matthias -- 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...@googlegrou

Re: Slave dies because of non-readable settings

2014-02-24 Thread Matthias Coy
no clue at all? -- 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. For more options, visit https://groups.google.com/

Slave dies because of non-readable settings

2014-02-19 Thread Matthias Coy
My setup is the following: - jboss7 as the container - jenkins 1.548 - master/slaves running on java 7 - one master and four slaves (connected per SSH) - Slave.jar version: 2.33 the particular job is maven2, java5 and has the name "myservice - trunk" The error message, just after

Re: Nunit multiple report files

2014-02-05 Thread Matthias
perience with the plugin was that it only supports a single > results file. You will need to find a way to make one file rather than two. > On Feb 5, 2014 3:45 AM, "Matthias" wrote: > >> Can no one help me with this Issue? >> >> >> >> Am Freitag, 17. J

Re: Nunit multiple report files

2014-02-05 Thread Matthias
Can no one help me with this Issue? Am Freitag, 17. Januar 2014 11:11:24 UTC+1 schrieb Matthias: > > Hello > > We are using Jenkins to build a Delphi Job. > This Job builds an x64 and x86 Tests.exe. > Both of them excecute fine and also generate a seperate "dunit-re

Nunit multiple report files

2014-01-17 Thread Matthias
one of the two reports is used. Are we doing antyhing wrong? Are we expecting the wrong result? We want to get a second "Test Result" at the Job Dashboard, so one can see both testresults. Thanks for your help! Regards Matthias -- You received this message because you are subscrib

JENKINS-17684 || Dashboard web pages don't render correctly in Chrome because of bad cache/session

2013-11-04 Thread Matthias
another Solution for this problem? Regards. Matthias -- 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

Re: Jenkins slave node management with VM snapshots

2013-10-31 Thread Matthias Napalowski
alMachine -VM $VM Why does Jenkins fail with this script? if i execute it in a normal powershell, started as admin and also non admin, it works just fine. Greetings Matthias 2013/10/31 Yves Goergen > Yes, it's working now. I figured out that I had some URL entered wrong. > Bu

Re: Is there a chance to get Subversion 1.8.x running with jenkins?

2013-10-31 Thread Matthias
For me it worked to delete all SVN checkouts that where checked out with SVN 1.8x and let Jenkins download the projects from the SVN Server. greetings Matthias Am Freitag, 2. August 2013 08:47:55 UTC+2 schrieb cjs1976: > > Hi! > > I made a mistake: I updated our lokal svn-server t

Re: Jenkins slave node management with VM snapshots

2013-10-31 Thread Matthias
Hi, have you managed to get this working? Am Freitag, 28. Juni 2013 09:58:15 UTC+2 schrieb Yves Goergen: > > We're running a Jenkins server on one machine that monitors the SVN > repository and performs the complete build of the project. It's using a > custom PowerShell script which basically

Re: shell execution produces "couldn't flush stdout" error

2013-09-08 Thread Matthias
e top. > > It tends to make the behavior much more consistent. YMMV > > On Wednesday, September 4, 2013 4:30:04 AM UTC-4, Matthias wrote: >> >> Hello, >> >> when using pipes in shell scripts I often get the error mentioned in the >> subject line. >> &

shell execution produces "couldn't flush stdout" error

2013-09-04 Thread Matthias
pace [workspace] $ /bin/sh -xe /tmp/hudson7236481234921041257.sh + echo replace e by a + echo done done + sed s_e_a_g sed: couldn't flush stdout: Broken pipe Finished: SUCCESS best regards, Matthias -- You received this message because you are subscribed to the Google Groups "Jenkins

Crash Dump of Unit Tests

2013-08-07 Thread Matthias
Hi Is there a plugin to get a Crash Dump of a crashed job? If we run our Unit tests and they crash it would be nice if we could get a Crash Dump of this process. We run Jenkins on a Windows Server 2008 R2. Only Delphi and C# Jobs. Thanks for your help! Regards. -- You received this message b

"Your branch is behind 'origin/master' by 1 commit, and can be fast-forwarded"

2012-03-05 Thread Matthias
#x27;master' Your branch is behind 'origin/master' by 1 commit, and can be fast-forwarded. Parsing POMs ... As you can see, the merge never happens. How can I tell the Git plugin to merge origin/master before performing the build? ^^ Thanks, Matthias