How to find out plugins depending on Matrix-Auth-Plugin

2021-12-24 Thread Riccardo Foschia
Hi Jenkins Users, from the change log of Matrix-Auth-Plugin (see https://github.com/jenkinsci/matrix-auth-plugin/blob/master/CHANGELOG.md ): "If you use any plugins with a dependency on this plugin, make sure they're compatible with this release before upgrading." How do I find those

Cannot update Jenkins on Debian due to certification problem

2021-10-05 Thread Riccardo Foschia
Hi all, I'm trying to update a Jenkins installation on Debian to the current version 2.314 using apt-get update apt-get install jenkins but calling apt-get update gives me the following error so apt-get install fails also: Fehl:8 https://pkg.jenkins.io/debian binary/ Release server

Re: Another CLI question

2017-10-05 Thread Riccardo Foschia
Am 04.10.2017 um 22:37 schrieb Richard Ginga: Hi Michael, thanks for the response, nothing in my nginx configuration indicates any buffering explicitly one way or the other. Richard, just in case you are using any kind of anti-virus software on the machine executing the CLI commands, it's

Re: Jenkins CLI with http protocol does not respond in 2.81

2017-10-05 Thread Riccardo Foschia
After some research we found the problem: it was the anti-virus software because it damaged the HTTP responses. After disabling the HTTP scanning feature everything worked fine. Thanks to all for their help! Am 04.10.2017 um 13:50 schrieb Riccardo Foschia: Hi all, after an upgrade

Re: Jenkins CLI with http protocol does not respond in 2.81

2017-10-04 Thread Riccardo Foschia
the times I launch the CLI commands. On Oct 4, 2017, at 7:50 AM, Riccardo Foschia <riccardo.fosc...@meta-level.de> wrote: Hi all, after an upgrade of Jenkins 1.638 to 2.81 CLI I need to switch to http protocol but it doesn't work (SSH protocol seems to work after the upgrade). No matter

Re: Jenkins CLI with http protocol does not respond in 2.81

2017-10-04 Thread Riccardo Foschia
Am 04.10.2017 um 14:53 schrieb Daniel Beck: On 4. Oct 2017, at 14:29, Riccardo Foschia <riccardo.fosc...@meta-level.de> wrote: Thanks for your answer, but there is no proxy running. What security realm are you using? We are using LDAP and project based matrix authorization

Re: Jenkins CLI with http protocol does not respond in 2.81

2017-10-04 Thread Riccardo Foschia
Am 04.10.2017 um 14:00 schrieb Daniel Beck: On 4. Oct 2017, at 13:50, Riccardo Foschia <riccardo.fosc...@meta-level.de> wrote: after an upgrade of Jenkins 1.638 to 2.81 CLI I need to switch to http protocol but it doesn't work (SSH protocol seems to work after the upgrade). No

Jenkins CLI with http protocol does not respond in 2.81

2017-10-04 Thread Riccardo Foschia
Hi all, after an upgrade of Jenkins 1.638 to 2.81 CLI I need to switch to http protocol but it doesn't work (SSH protocol seems to work after the upgrade). No matter which CLI command I use, after a few seconds the call returns but shows no result. E.g. java -jar jenkins-cli.jar -s

Re: How to keep Unix process alive after job is completed?

2013-04-26 Thread Riccardo Foschia
Hi, Take a look at https://wiki.jenkins-ci.org/display/JENKINS/ProcessTreeKiller section If your build wants to leave a daemon running behind... Greetings, Riccardo Am 26.04.2013 10:08, schrieb hezjing: Hi I have a job which will be run in an Linux slave. This job will execute a shell

Ivy 2.3.0 in Ivy Plugin?

2013-02-28 Thread Riccardo Foschia
Greetings, does anybody know if there are plans to update Jenkins' Ivy plugin to use Ivy 2.3.0? The reason why I'm asking: we just upgraded our build scripts to use Apache Ivy 2.3.0 instead of 2.2.0 version. We also use the newest Jenkins Ivy Plugin (1.21) which internally uses Ivy 2.2.0.

Re: How to pass $jenkins-workspace variable in ant task

2012-08-09 Thread Riccardo Foschia
Hi, using enviroment variable WORKSPACE works for me, i.e. in ant do something like property environment=env/ echo message=${env.WORKSPACE}/ Regards, Riccardo Am 09.08.2012 13:53, schrieb Kamal Ahmed: Hi, I used: report=${jenkins-workspace}/SoaTestJenkinsReports/report.html but its