Re: Where are jekins logs?

2020-11-12 Thread zil...@gmail.com
Thank you, lol! On Thursday, November 12, 2020 at 10:57:25 AM UTC-5 r.fuereder wrote: > Sorry, I could not resist: > https://lmgtfy.app/?q=where+are+docker+logs+stored > > > > > > *From:* jenkins...@googlegroups.com *On > Behalf Of *zil...@gmail.com > *Sent:* Donnerstag, 12. November 2020

Re: Jenkins Windows Download 503 Error

2020-11-12 Thread Mark Waite
On Thu, Nov 12, 2020 at 2:10 PM Jack wrote: > Do you know why this might be happening? Wondering if others are seeing > the issue too > > We see what is happening. Azure storage timeouts are blocking access to data that answers download requests. We don't know the root cause why it is

Re: Jenkins Windows Download 503 Error

2020-11-12 Thread Jack
Do you know why this might be happening? Wondering if others are seeing the issue too On Thursday, November 12, 2020 at 1:22:57 PM UTC-5 marky.r...@gmail.com wrote: > The infra team is currently looking in to this > > On Nov 12, 2020, at 8:47 AM, Jack wrote: > > Hello, > > I am attempting to

testng message

2020-11-12 Thread idan...@gmail.com
Hi, I run tests in Jenkins using testNg In the message I use html tag like BR the problem that it replace with BR so I see in the message and not really new line I unchecked the below flag but didnt help Escape exception messages? How can I make it work ? Thanks -- You received this

Re: Please help with a real working example with "checkout"

2020-11-12 Thread Mark Waite
Git's 'sparse checkout' doesn't limit the amount of data copied from the remote git server. The "clone" and `fetch` operations are distinct from the "checkout" operation. If you want to reduce the amount of data transferred from the central git repository to the Jenkins agent, you need to change

Re: Jenkins Windows Download 503 Error

2020-11-12 Thread Marky Jackson
The infra team is currently looking in to this > On Nov 12, 2020, at 8:47 AM, Jack wrote: > > Hello, > > I am attempting to download Jenkins for Windows (either .war or .msi) from > jenkins.io/download and am receiving the following error: > > > > Is the server hosting the download files

Please help with a real working example with "checkout"

2020-11-12 Thread unlimhost
Please help with a real working example with "checkout sparse". My code that doesn't work correctly. I expect when running this code that only the "/src/jenkins" folder from my SCM will be cloned locally, but this still clones the entire repository (4GB). I only need the /src/jenkins folder

Jenkins Windows Download 503 Error

2020-11-12 Thread Jack
Hello, I am attempting to download Jenkins for Windows (either .war or .msi) from jenkins.io/download and am receiving the following error: Is the server hosting the download files currently down? The site was working well for me 24 hrs ago. Curious to know if anyone else is experiencing

RE: Where are jekins logs?

2020-11-12 Thread Reinhold Füreder
Sorry, I could not resist: https://lmgtfy.app/?q=where+are+docker+logs+stored From: jenkinsci-users@googlegroups.com On Behalf Of zil...@gmail.com Sent: Donnerstag, 12. November 2020 16:45 To: Jenkins Users Subject: Re: Where are jekins logs? Thanks Reinhold, I get that. But WHERE are they?

Re: Where are jekins logs?

2020-11-12 Thread zil...@gmail.com
Thanks Reinhold, I get that. But WHERE are they? What file either on the host or container? On Thursday, November 12, 2020 at 1:24:06 AM UTC-5 r.fuereder wrote: > Hi Chris, > > > > $ docker logs > > > > >

Jenkins console is not accessible after jenkins restart

2020-11-12 Thread sakshira...@gmail.com
Hello all, After email pulgin extension install i had to restart jenkins and now jenkins console is not accessible: please advise. sudo systemctl status jenkins ● jenkins.service - LSB: Start Jenkins at boot time Loaded: loaded (/etc/init.d/jenkins; generated) Active: active (exited)

Re: where do I have to set the sonar-project.properties file to make sonar work in Jenkins?

2020-11-12 Thread David Karr
You would have to look at what directory you're running the scan from, what your "sonar.sources" property is set to, and what your project structure looks like. Getting correct coverage data is certainly important, but you won't be able to get coverage data if you haven't found any source files.

Re: where do I have to set the sonar-project.properties file to make sonar work in Jenkins?

2020-11-12 Thread Geoffroy J
I would have a look here: 00:00:03.846 11:26:43.035 INFO: Indexing files... 00:00:03.846 11:26:43.035 INFO: Project configuration: 00:00:03.846 11:26:43.039 INFO: 0 files indexed Seems it is not finding any file to analyse... On Thu, 12 Nov 2020 at 11:47, Richard Bywater wrote: > I think

Re: How to conditionally execute a step based on changeset (multiple paths)?

2020-11-12 Thread Victor Martinez
Hi, The comma is not supported since it does a GLOB match by default. You can use multiple changeset entries in the when or the regexp approach should be another way Cheers On Thursday, 12 November 2020 at 09:39:51 UTC geoffroy...@gmail.com wrote: > Hello > > our repository structure is as

Re: where do I have to set the sonar-project.properties file to make sonar work in Jenkins?

2020-11-12 Thread Richard Bywater
I think you've been chasing the wrong issue. The lack of a project root configuration file is normal if everything is configured elsewhere. As far as I can tell you are having issues with no code coverage? >00:10:46.807 INFO: Sensor JaCoCo XML Report Importer [jacoco] >00:10:46.807 INFO:

Re: where do I have to set the sonar-project.properties file to make sonar work in Jenkins?

2020-11-12 Thread jesus fernandez
This is the huge log I get with -X parameter: 00:00:00.913 Injecting SonarQube environment variables using the configuration: SonarQube2 [Pipeline] { [Pipeline] bat 00:00:01.203 00:00:01.203

Re: where do I have to set the sonar-project.properties file to make sonar work in Jenkins?

2020-11-12 Thread jesus fernandez
Thanks both for answering, David I have tried both with "-D" with and without spaces. Geoffroy I was running a 8++ version I just downloaded 7.9 but still the same. One question which might be silly (I had used SonarQuebe ever before) does the pipeline needs to pull from a SCM for sonarqube to

Re: where do I have to set the sonar-project.properties file to make sonar work in Jenkins?

2020-11-12 Thread Jesus Fernandez
Thanks both for answering, David I have tried both with "-D" with and without spaces. Geoffroy I was running a 8++ version I just downloaded 7.9 but still the same. One question which might be silly (I had used SonarQuebe ever before) does the pipeline needs to pull from a SCM for sonarqube to

How to conditionally execute a step based on changeset (multiple paths)?

2020-11-12 Thread Geoffroy J
Hello our repository structure is as follow (simplified): /app |-- /linux |-- /win |-- /macos i am trying to execute conditionally a build step based on changeset content into both linux & macos folder, but it is not working properly: when { changeset "*/linux/**,*/macos/**" } Is

Re: where do I have to set the sonar-project.properties file to make sonar work in Jenkins?

2020-11-12 Thread Geoffroy J
Hello i would recommend to remove extra-spaces for "-D" options, this is incorrect syntax, and also enable debug mode (-X). As you are providing information using the scanner option, maybe it is normal to see "Project root configuration file: NONE " log. Maybe setting sonar.projectBaseDir option

Global Tools Configuration

2020-11-12 Thread Ven H
I have a Jenkins master running as a Docker container in a Linux Host. The slaves are Windows servers. I need to install some custom tools using Global Tools Configuration. For example, I need to install OpenCover (there is a plugin for this, but I don't want to use it). I got the zip file for