Re: How to prevent Jenkins from adding single quotes to parameterized vlaues

2020-01-20 Thread Aaron G
It IS adding the single quotes to build parameters! On Friday, December 18, 2015 at 7:58:04 PM UTC-5, Daniel Beck wrote: > > I answered this on IRC. Here's basically the same answer again: > http://stackoverflow.com/a/34364786 > > On 18.12.2015, at 22:57, no...@gmx.com wrote: > > > I've also t

Jenkins Integration with LDAP -- Issue

2020-01-20 Thread gaurav gundal
Hi Everyone, I am trying to configure Jenkins with the ldap,but I am getting error as mentioned below . Please let me know if you know about below error *Ldap Integration with the Jenkins * Below are the Jenkins Setup details Jenkins Version - Jenkins ver. 2.204.1

job-dsl: Dynamic DSL - gitscmsource - includes

2020-01-20 Thread Alex
pipeline { agent any stages { stage('test') { steps { jobDsl scriptText: """multibranchPipelineJob("job-features") { branchSources { branchSource {

JAVA_HOME on Windows?

2020-01-20 Thread David Aldrich
Hi When running a Visual Studio job from a declarative script on a Windows agent I see: E:\jenkins\workspace\CMake_tests_1_Windows_trunk>call "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvars64.bat" \Java\jre1.8.0_241\bin"" was unexpected at this time. I

Re: Perform actual hardware tests using jenkins pipeline and kubernetes

2020-01-20 Thread Andrey Babushkin
Hi, As far as I understood you're using Jenkins Kubernetes plugin and you have your own Kubernetes cluster with a few physical nodes connected to it. In that case you should label your Kubernetes nodes like this (assuming you have working kubectl setup): kubectl label node node1.example.com hw_t

Re: Windows JNLP agent doesn't see PATH

2020-01-20 Thread Vitaly Karasik
Simon, thank you, but as far as I see it's not the case - 'C:\Windows\system32' was part of the PATH from the start, I didn't add it. On Monday, January 20, 2020 at 4:22:57 PM UTC+2, Simon Richter wrote: > > Hi, > > On Mon, Jan 20, 2020 at 04:55:40AM -0800, Vitaly Karasik wrote: > > > I see rea

Re: About Jenkins slowness for version 2.138 in multi branch pipeline project

2020-01-20 Thread Mark Waite
You might install the Jenkins Health Advisor by CloudBees and see if it has suggestions for your instance. It will check for conditions that have been found to cause problems in other installations and report them to you in a daily e-mail message. https://jenkins.io/blog/2019/11/22/jenkins-health

Re: Windows JNLP agent doesn't see PATH

2020-01-20 Thread Simon Richter
Hi, On Mon, Jan 20, 2020 at 04:55:40AM -0800, Vitaly Karasik wrote: > I see really weird behaviour on my Windows (Windows Server 2019) Jenkins > agent (launched by JNLP). I can't claim to have understood Windows agents' environment handling yet, but it seems that the entire environment is froze

Re: About Jenkins slowness for version 2.138 in multi branch pipeline project

2020-01-20 Thread Mahesh Wabale
We are using following JAVA_OPTS CONFIG in Jenkins deployment . "name": "JAVA_OPTS", "value": "-XX:+UseG1GC -XX:+ExplicitGCInvokesConcurrent -XX:+ParallelRefProcEnabled -XX:+UseStringDeduplication -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:+UnlockDiagnosticVMOptio

Windows JNLP agent doesn't see PATH

2020-01-20 Thread Vitaly Karasik
I see really weird behaviour on my Windows (Windows Server 2019) Jenkins agent (launched by JNLP). Jenkins user has C:\Windows\system32 into its PATH (as well as other relevant paths). But bat ''' any-command ''' fails with 'cmd' is not recognized as an internal or external command

Missing jenkin jobs.

2020-01-20 Thread Charles Ong
Hello, So recently i fixed a bug and push my code up to github. Then jenkin was running fine and it actually push to the AWS but it did not deploy accordingly. During which, i thought of restarting the AWS and it changes the ip address for the server. Upon the ip address change, my previous inf

Re: About Jenkins slowness for version 2.138 in multi branch pipeline project

2020-01-20 Thread Mahesh Wabale
Thanks Marc , We will check if it helps , Currently we have "maximum durability" settings configured now , we are planning to make it to "performance-optimized" . We have observed couple of time disc IO is very high sometimes . On Monday, January 20, 2020 at 5:54:38 AM UTC+5:30, Mark Waite