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

2020-02-03 Thread Mahesh Wabale
problems in other installations and report them to you > in a daily e-mail message. > > https://jenkins.io/blog/2019/11/22/jenkins-health-advisor-by-cloudbees/ > > On Mon, Jan 20, 2020 at 6:49 AM Mahesh Wabale > wrote: > >> We are using following JAVA_OPTS CON

Re: About recommended RAM memory limit for Jenkins master docker for k8s deployment

2020-02-03 Thread Mahesh Wabale
I am able to free cache memory for Jenkins master pod docker container . As per docker image behaviour its taking resources from k8s node where it is deployed . You can verify memory usage by below commands from docker container . bash-4.4$ cat /sys/fs/cgroup/memory/memory.limit_in_bytes ba

About recommended RAM memory limit for Jenkins master docker for k8s deployment

2020-01-29 Thread Mahesh Wabale
My Jenkins is deployed on k8s , i have configured 60 slaves in setup which are also on k8s, there are around 60 concurrent builds are expected . Using NFS 4.1 . Want to understand what should be recommended size for RAM size limit in GB for Jenkins master docker image so that my setup will wor

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

2020-01-20 Thread Mahesh Wabale
pod is continusly increasing day by day . Some time it reaches to memory 48 GB seems like it taking memory for cache .How can we control ram memory size , or is it possible to free cache memory from Jenkins Docker image which can solve my problem . On Mon, Jan 20, 2020, 3:45 PM Mahesh Wabale wrote:

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

2020-01-20 Thread Mahesh Wabale
quot;Will Higher-Performance Durability Settings Help Me? Yes, if your > Jenkins >instance uses NFS, magnetic storage, runs many Pipelines at once, or shows >high iowait.") >- CloudBees NFS guide ><https://support.cloudbees.com/hc/en-us/articles/217479948-NFS-G

About Jenkins slowness for version 2.138 in multi branch pipeline project

2020-01-17 Thread Mahesh Wabale
Hi Team , We are using observing Jenkins slowness issues for jenkins version 2.138 in multi branch pipeline project . We have also used NFS 4.1 . After Jenkins restart it works for few days but at some stage it stuck and becomes unresponsive . As per observation only restart will solve this

submitter option not worked Role in Jenkins pipeline syntax

2018-08-09 Thread Mahesh Wabale
I am using jenkins 2.73 with blueocean pipeline , trying role based authentication support . Here is Jenkins file syntax for submittor for manually approved step : pipeline { agent any stages { stage('Build') { steps { echo 'Building..' input(message: 'Do you want to proceed', id: 'yes', ok:

Re: Not able to access groovy variable in shell after upgrading jenkins to 1.X to 2.X

2017-11-14 Thread Mahesh Wabale
I have tried above , but it is not working . Actual issue is below assignment is not working with system groovy script , it is returning null value. def ARTIFACT_VERSION=currentBuild.getEnvironment()['POM_VERSION']; > POM_VERSIOM has values def artifactVersionParam = new hud

Not able to access groovy variable in shell after upgrading jenkins to 1.X to 2.X

2017-11-13 Thread Mahesh Wabale
Hi All , Recently i have upgraded jenkins to 2.87 from 1.611 . But i am facing issue with groovy . I am not able to access groovy variables in shell . Its giving empty value. Here is example : In system groovy script : def project = new XmlSlurper().parse(new File("$workspace/pom.xml"

Want Urgent answer on How can i commit my changes on specific branch in git before i build the jenkins job

2016-06-09 Thread Mahesh Wabale
Hello everyone i have to commit my changes on specific branch in git before i build the jenkins job . How can do this configuration in jenkins . Need urgent answer on above question . Thanks , Mahesh -- You received this message because you are subscribed to the Google Groups "Jenkins Use

Want urgent answer on : problem with GO plugin in jenkins version 1.611

2016-02-25 Thread Mahesh Wabale
I have install GO plugin on jenkins successfuly on latest version 1.650 successfully . But i am not able to install this on on my another server jenkins 1.611 . My global configure page is broken after installing the plugin. Can any one face this problem ? 1. If i upgrade my version it will re

Re: Want urgent answer on issue : Disable Configure page http://localhost:8080/configure after installing GO plugin for GOLANG code integration https://wiki.jenkins-ci.org/display/JENKINS/Go+Plugin .

2016-02-25 Thread Mahesh Wabale
9:29 PM, Christopher Orr wrote: > Hi there, > > On 18/02/16 07:12, Mahesh Wabale wrote: > > I have to integrate GO lang code with jenkins for autobuild and > > autodeployment feature . Jenkins Has plugin for GO code > > https://wiki.jenkins-ci.org/display/JENKINS/Go+Plugi

Want urgent answer on issue : Disable Configure page http://localhost:8080/configure after installing GO plugin for GOLANG code integration https://wiki.jenkins-ci.org/display/JENKINS/Go+Plugin .

2016-02-17 Thread Mahesh Wabale
-configuration for jenkins http://localhost:8080/configure . Please give me solution on this issue . And also give ans on if there is an alternate solution on this available . Thanks, Mahesh Wabale, PubMatic -- You received this message because you are subscribed to the Google Groups "Je