Re: ERROR: exec: /usr/bin/java/bin/java: cannot execute: Not a directory

2020-06-16 Thread Antonio Gomez
Hello, In global tools configuration check in JDK instalations if java path is correct. Check also $PATH from user that run this jobs El mar., 16 jun. 2020 a las 19:41, Jagadeesh YENNE () escribió: > Hi All, > > > While I am running sonar-scanner job, I am getting below error, could someone > su

Re: how to obfuscate login page?

2020-06-16 Thread Gian Maxera
We had the same issue. We solved putting a reverse proxy just for the webhooks. In this way, nothing is exposed public but just the necessary for the webhook A tiny machine with Nginx using proxy_pass directive does the trick. Cheers, Gianluca On Wed, 17 Jun 2020, 06:18 Harald Dunkel, wrote:

Searching Better Handling with Global Maven Settings in Declarative Pipeline

2020-06-16 Thread 'Sandra Parsick' via Jenkins Users
Hello everyone, I have following set up in my Jenkins instance (Version 2.240): A Maven setting.xml is stored in Managed File -> Global Maven Settings.xml. In Managed Jenkins -> Managed Tools, this settings.xml is set in Maven configuration -> Default global settings provider -> Provided global

remote call on the slave node fails while publishing cobertura coverage report

2020-06-16 Thread Karthik Bharadwaj
I see this below error while the build starts publishing cobertura coverage report. The coverage results are present. And I delete the node, add again and I do not see this error for about next 2 to 3 days. the same error starts showing up again. This is happening on all the linux slave node

how to obfuscate login page?

2020-06-16 Thread Harald Dunkel
Hi folks, how can I obfuscate Jenkins' login page? I don't want everybody to know that its a Jenkins prior to login. IMHO its an unlucky design decision to run the user web interface and the webhook interface on the same port number. I wouldn't have to open the user web interface to the world ou

Re: script pipeline with rabbitmq

2020-06-16 Thread Arturo Arenas
Hello Jan, Yes, i want to perform some test with AMQP in mi code, therefore, i need running sidecars containers, but i get some issues with that implementation. El martes, 16 de junio de 2020, 18:36:51 (UTC-4), Jan Monterrubio escribió: > > What are you trying to accomplish here? It looks l

Re: script pipeline with rabbitmq

2020-06-16 Thread Jan Monterrubio
What are you trying to accomplish here? It looks like setup some queues and db as infrastructure for something else that depends on it? On Tue, Jun 16, 2020 at 14:48 Arturo Arenas wrote: > hello everybody !! > > someone tried to do this? > > node { > docker.image('rabbitmq:3').withRun('--rm

script pipeline with rabbitmq

2020-06-16 Thread Arturo Arenas
hello everybody !! someone tried to do this? node { docker.image('rabbitmq:3').withRun('--rm --hostname test-rabbit --name test-rabbit -p 15672:15672') { c -> docker.image('rabbitmq:3').inside("--link ${c.id}:db") { sh 'rabbitmqctl list_users' } docker.image

kubernetes plugin issue with workingDir set as /home/jenkins/agent

2020-06-16 Thread b Od
Hi, One issue we noticed after we upgraded the Kubernetes Jenkins pluging to version 1.26, we see that our jnlp slave Jenkins pod no longer mounts /home/Jenkins any more as *read/write* and this is breaking all our jobs (it does mount /home/Jenkins/*agent* but our builds need to edit some fil

ERROR: exec: /usr/bin/java/bin/java: cannot execute: Not a directory

2020-06-16 Thread Jagadeesh YENNE
Hi All, While I am running sonar-scanner job, I am getting below error, could someone suggest me how to proceed on it. [MFT-Frontend-CI-Dev-UpdatedNode] $ /bin/bash /tmp/jenkins1683394883835788984.sh Running Sonar > market-forecaster-frontend@0.0.0 sonar > /mnt/block_device/jenkins1/worksp

Re: NoSuchMethodError in BFA-plugin

2020-06-16 Thread Torsten Reinhard
Hi, I´ve created https://issues.jenkins-ci.org/browse/JENKINS-62690 - In 2.164.3 1.0.9 of jfreechart was used while it is now 1.0.19. There has been a change from String -> Comparable in the method signature as far as I remember. Just switching the jenkins-core dependency results in some broke

Re: Files sourced on pipeline shell step

2020-06-16 Thread 'Kamil Dzierżanowski' via Jenkins Users
It looks like the "sh" step uses the same shell session that the Jenkins agent does when connecting a node to master. Therefore, any default shell configuration is determined in node settings, and changing it, or any of the dot files, requires reconnecting the node to reload them. I would say i

Re: NoSuchMethodError in BFA-plugin

2020-06-16 Thread Ullrich Hafner
In my workspace 1.0.19 version of jfreechart is used. Seems that the plugin uses a method that is not there anymore because of an outdated library reference. Please file a bug report for the plugin in Jira. > Am 16.06.2020 um 09:14 schrieb Torsten Reinhard : > > Hi, > > I´m running Jenkins

Re: Help Jenkins with TestComplete

2020-06-16 Thread 'monger_39' via Jenkins Users
in your log it shows:    Building in workspace C:\Users\latran\.jenkins\ workspace\Test Are you actually working with a workspace that has a space in the name ?? Using that could, depending how variables are used/interpreted/passed cause all kinds of strange issues. Although in the rest of you lo

NoSuchMethodError in BFA-plugin

2020-06-16 Thread Torsten Reinhard
Hi, I´m running Jenkins 2.204.5 and the Build-failure-analyzer plugin 1.26.0 When hitting https://mycompany/jenkins/failure-cause-management/detailedgraphs I see some empty graphs (missing img) which probably is caused by exceptions like the below: Error while serving https://mycompany/jenki

looking for "News banner" plugin

2020-06-16 Thread 'monger_39' via Jenkins Users
Hi all, I am looking for a plugin that would allow me to add a simple 'News banner' on the Jenkins home page.This is to announce upcoming maintenance, new items or other. Not much fancy stuff is needed: all I would want is a piece of text with minor formatting. After searching, the only plugin t