Re: Error while setting up Jenkins core

2023-01-23 Thread Nagarjun Repala
Thank you Alex On Mon, Jan 23, 2023 at 8:54 PM Alex Earl wrote: > PowerShell considers it an expression, that is why you have to quote it. > You can see more information here: > https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_parsing?view=powershell-7.3

Jan 23, 2023 Governance Board Agenda

2023-01-23 Thread Mark Waite
The governance board meeting starts in 40 minutes. Draft agenda is available in the meeting notes . All are welcome to attend. See https://www.jenkins.io/events/ Agenda: -

Re: Error while setting up Jenkins core

2023-01-23 Thread Alex Earl
PowerShell considers it an expression, that is why you have to quote it. You can see more information here: https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_parsing?view=powershell-7.3 On Mon, Jan 23, 2023 at 2:05 AM wrote: > IIRC powershell messes with

Re: Error while setting up Jenkins core

2023-01-23 Thread Nagarjun Repala
@Ice and @Opay thank you for responding. It is working after adding quotes around it thank you. On Monday, January 23, 2023 at 2:35:16 PM UTC+5:30 opay...@chsc.de wrote: > IIRC powershell messes with parameter names with dots, try > "-Dspotbugs.skip" *with* quotes. > > BR > > > On 23 January

Re: Error while setting up Jenkins core

2023-01-23 Thread opayq-gg
IIRC powershell messes with parameter names with dots, try "-Dspotbugs.skip" *with* quotes. BR On 23 January 2023 05:02:56 CET, Nagarjun Repala wrote: >Hi team, > >I'm facing issues while running(build) " mvn -am -pl war,bom -DskipTests >-Dspotbugs.skip clean install " with an error message.

Re: Error while setting up Jenkins core

2023-01-23 Thread 'Björn Pedersen' via Jenkins Developers
rnaga...@gmail.com schrieb am Montag, 23. Januar 2023 um 05:14:13 UTC+1: Hi team, I'm facing issues while running(build) " mvn -am -pl war,bom -DskipTests -Dspotbugs.skip clean install " with an error message. Please check the below screenshot for reference[image: Screenshot 2023-01-23