Re: "keep this build forever" via rest api?

2022-07-25 Thread LnT
Thanks a lot. This works. *java -jar jenkins-cli.jar keep-build * On Friday, July 22, 2022 at 6:52:56 PM UTC+5:30 dheinric wrote: > Am Freitag, dem 22.07.2022 um 05:00 -0700 schrieb LnT: > > I get gone with toggleLogKeep in My old Jenkins ver. 2.190.1 > <https://urldefense

Re: "keep this build forever" via rest api?

2022-07-22 Thread LnT
s in Advance. *Regards,* *LnT* On Monday, February 4, 2013 at 1:06:08 PM UTC+5:30 Chris Withers wrote: > Hi Bruno, > > On 02/02/2013 14:43, Bruno Cunha wrote: > > The /toggleLogKeep URL in the job can do that. > > > > For example: > > http://[url]/job/[JOB-NAME]/

Re: Help with JNLP-agent lost connections, Nothing on Google helps.

2021-03-22 Thread LnT
Here is my current setup Jenkins ver. 2.190.1 hosted on Windows 10 VM (ie deployed jenkins war file in apache tomcat container which run as windows service) Same version of java 1.8 has been installed in both master and slave Slave configuration like below , run from bat

Re: Help with JNLP-agent lost connections, Nothing on Google helps.

2020-12-10 Thread LnT
Here is my current setup Jenkins ver. 2.190.1 hosted on Windows 10 VM (ie deployed jenkins war file in apache tomcat container which run as windows service) Same version of java 1.8 has been installed in both master and slave Slave configuration like below , run from bat

Re: Help with JNLP-agent lost connections, Nothing on Google helps.

2020-09-22 Thread LnT
Eagerly , I'm waiting for the root cause and resolution On Thursday, July 4, 2019 at 7:47:00 PM UTC+5:30 ruslan_zasukhin wrote: > Hi Everbody > > I am fighting with this about 2 weeks and so far no any success. > I have read dozen answers on internet about similar troubles - nothing >

configuration slice | add new Bulk string parameters

2019-05-15 Thread LnT
Hi - Anyone succeeded to add new string parameter to Bulk jobs . I tried to add via slicer. Got below error A problem occurred while processing the request. Please check *our bug tracker* to see if a similar problem has already been reported. If

sendctrlc.x64.E4257D768B94C95C4C6D7C26.. has stopped working

2019-04-03 Thread LnT
Hi - in one of the Jenkins slave VM(Win8) , below mentioned dialog boxes keeps piled up... Jenkins jobs executes Python RF Automation scripts. Could someone please help , what could be root cause ? *Regards,* *LnT* -- You received this message because you are subscribed to the Google Groups

Windows farm | jenkins slave configuration via "Launch agent via execution of command on the master"

2019-01-31 Thread LnT
Hello - Looking for help - w.r.t jenkins slave configuration via *"Launch agent via execution of command on the master"* As I'm looking to minimize the memory consumption in remote slave machine via Availability *"Take this agent online when in demand and offline when idle"* Jenkins master

Re: Remote call on JNLP4-connect connection

2019-01-14 Thread LnT
Reinstall Jenkins and slave On Tue 15 Jan, 2019, 1:05 AM Sangeetha Guhan Any resolution for this issue? Please help. > > On Tuesday, 17 October 2017 06:46:13 UTC-7, LnT wrote: >> >> *Hi,* >> >> * Our Jenkins ver. 2.46.1 <http://jenkins-ci.org/>* >&

Re: Get list of users who has access to a project role

2018-11-20 Thread LnT
Thanks to All, I found workaround. Written python script, takes input of */config.xml* , parse and get the users. Hope this will help someone like me. from xml.dom import minidom xmldoc = minidom.parse(*'config.xml'*) roleList = xmldoc.getElementsByTagName(*'role'*) for role in roleList:

Get list of users who has access to a project role

2018-11-19 Thread LnT
to get this information - in writing the script. Precisely , List of Project Roles are *PRD-JOB-READ* *PRD-JOB-RUN* *PRD-JOB-ADMIN* Need to fetch the list of users who has access *PRD-JOB-RUN*. Could you show somelight Regards, LnT -- You received this message because you are subscribed to the

Re: Windows Desktop OS or Server OS is good for Jenkins master

2018-04-16 Thread LnT
ps.com ] *On Behalf Of *LnT > > > Is Windows *Desktop OS VM* good or *Server OS VM* is good for Jenkins > installation ? > > > > No, none of them. Despite the "Server" part in the name even Windows > Server isn't a (good) server OS (file locks, desktop popups, sl

Windows Desktop OS or Server OS is good for Jenkins master

2018-04-16 Thread LnT
Hi - could someone please advice , Is Windows *Desktop OS VM* good or *Server OS VM* is good for Jenkins installation ? If it is Server OS then are there any advantages ? Regards , LnT -- You received this message because you are subscribed to the Google Groups "Jenkins Users&q

Re: BlueOcean observations from user

2018-04-12 Thread LnT
I use Blue Ocean 1.5.0. (Upgraded an hour ago) Still the same issue.!!! -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: BlueOcean observations from user

2018-04-12 Thread LnT
Hi All - I too find the same slow ness while opening blue ocean page for the particular page. PFA jenkns log. Could someone please suggest - what makes to page load FAST ? Regards, Lnt -- You received this message because you are subscribed to the Google Groups "Jenkins Users&q

Re: Both job1 and job2 should run on same slave node | Label is assigned

2018-04-09 Thread LnT
Hi - * job1 and job2 are freestyle projects* On Monday, April 9, 2018 at 6:37:15 PM UTC+5:30, LnT wrote: > Hi - > using jenkins Vers 1.58. > > Having Job1 and Job2 - where job2 is down stream job of Job1. > > When Job1 is triggered , job2 will be triggered as pre-r

Both job1 and job2 should run on same slave node | Label is assigned

2018-04-09 Thread LnT
ob2 should be executed on same slave node. because - Job2 does clean-up activity. - Job1 does package creation. Could you please let me know the possibilities . Regards, LnT -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubsc

Re: java -XshowSettings:vm for the jenkins master

2018-03-30 Thread LnT
Hi Daniel, Could you suggest valid argument for 4GB RAm On Fri 30 Mar, 2018, 4:52 PM Daniel Beck, <m...@beckweb.net> wrote: > > > On 30. Mar 2018, at 12:14, LnT <tlnaray...@gmail.com> wrote: > > > > java -Xrs:Xmx2048m > > I don't think this is valid, i

java -XshowSettings:vm for the jenkins master

2018-03-30 Thread LnT
heap space gets 2GB or 247.5M as mentioned in above screenshot ?If not 2GB then is there any way to increase the java heap space ?* *Regards,LnT* -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop r

How to find Browser version via Batch command

2018-03-29 Thread LnT
rome. What is the best way to get it via commands? Regards, LnT -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroup

Re: Free Disk space and Free temp space of Jenkins slave nodes - Mis Match

2018-03-23 Thread LnT
*True Daniel.* *I realized bit late. :)* *Regards,* *LnT* On Friday, March 23, 2018 at 6:13:19 PM UTC+5:30, LnT wrote: > Thanks Dirk. > > On Friday, March 23, 2018 at 2:16:13 PM UTC+5:30, Dirk Heinrichs wrote: >> >> From: jenkins...@googlegroups.com [mailto:jenkin

Re: Free Disk space and Free temp space of Jenkins slave nodes - Mis Match

2018-03-23 Thread LnT
Thanks Dirk. On Friday, March 23, 2018 at 2:16:13 PM UTC+5:30, Dirk Heinrichs wrote: > > From: jenkins...@googlegroups.com [mailto: > jenkins...@googlegroups.com ] On Behalf Of LnT > > > my Jenkins farm is having many slave nodes , Win7,Win8 and Win10 VMs. > > out of

Free Disk space and Free temp space of Jenkins slave nodes - Mis Match

2018-03-23 Thread LnT
values for *Free Disk space* and *Free temp space* Could you please highlight which one is right and which one to be corrected ? Regards, LnT -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop

How to Allocate more memory to jenkins application

2018-03-07 Thread LnT
you please advise , how to allocate more memory to jenkins process ? *Or* Pleas advice anything , to ensure Jenkins app works efficiently. Regards, LnT -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this grou

Re: setup of Jenkins infrastructure

2018-03-01 Thread LnT
Very much grateful to your feedback Dirk. Thanks a lot. On Thursday, March 1, 2018 at 2:23:57 PM UTC+5:30, Dirk Heinrichs wrote: > Hi, > > > Burden meaning - if 3000+ Jenkins jobs are created then > > even though jobs run @ slaves > > but respective build information will be stored @

Re: setup of Jenkins infrastructure

2018-03-01 Thread LnT
is damn slow ? Regards, LnT On Thursday, March 1, 2018 at 12:43:51 PM UTC+5:30, Dirk Heinrichs wrote: > Hi, > > > My Plan is > > 1. Create Jenkins master in in windows VM (Provided 16GB RAM) > > We were also running our Jenkins master on Windows for the past couple of

setup of Jenkins infrastructure

2018-02-28 Thread LnT
suits *Pros :* Maintenance is easy w.r.t all 20 users in my team. *Cons :* I suspect , 3000+ jobs will be created and heavy burden over Jenkins master I would need help - do we have any best practices documentation for setup. Please advice. Regards, LnT -- You received this message because you

Re: .ssh/config file not read?

2018-02-19 Thread LnT
Hi- is this resolved..? I'm getting the same error. On Monday, September 21, 2015 at 3:07:17 PM UTC+5:30, Karsten K wrote: > Hi all, > > sorry in case for a duplicated question, but by scrolling through various > forums I couldn't find any concrete info. > > I have the feeling that

Jenkins Plugin Manager Page | Stack Trace errored out

2017-10-30 Thread LnT
Hi, My Jenkins version 1.580 I have tried to open plugin manager page ...Which is showing Stack Trace error page and below it lists plugins available for update. Not able to navigate tables -> Installed or Available PFA log. Please show me some light - which causes this issue. Regards,

Re: Remote call on JNLP4-connect connection

2017-10-20 Thread LnT
*After increasing below memory settings - it is not working...* *-Xmx2048m -XX:MaxPermSize=512m* On Tuesday, October 17, 2017 at 9:40:25 PM UTC+5:30, Daniel Beck wrote: > > > On 17. Oct 2017, at 15:46, LnT <tlnar...@gmail.com > > wrote: > > > > java.lang.O

Re: Remote call on JNLP4-connect connection

2017-10-20 Thread LnT
Thanks Daniel. I use latest java - 1.8.0._144 On Tuesday, October 17, 2017 at 9:40:25 PM UTC+5:30, Daniel Beck wrote: > > > On 17. Oct 2017, at 15:46, LnT <tlnar...@gmail.com > > wrote: > > > > java.lang.OutOfMemoryError: PermGen space > > Increas

Remote call on JNLP4-connect connection

2017-10-17 Thread LnT
*Hi,* * Our Jenkins ver. 2.46.1 * *project configuration is working till yesterday. all of sudden start failing.* *Precisely , project does below things* *1. Fetch code from git lab* *2. Fetch code from external site using npm* *3. create and deploys the package*

Re: %PATH% mismatch - from job to actual path | for the C:\Git\cmd;C:\Git\bin;C:\Git\usr\bin;

2017-09-07 Thread LnT
Msdos prompt had to close and reopened for Jenkins restart On Sep 5, 2017 7:08 PM, "Victor Martinez" wrote: > off the top of my head, did you restart the Jenkins service to pick up the > new environment variable changes? > > -- > You received this message because

%PATH% mismatch - from job to actual path | for the C:\Git\cmd;C:\Git\bin;C:\Git\usr\bin;

2017-09-05 Thread LnT
s;C:\Python27\Lib;C:\apache-maven-3.3.3\bin;;C:\Git\cmd;C:\Git\bin;C:\Git\usr\bin;* Where as same command is executed in Jenkins - console output is *Started by user **LnT* <http://dcb-v-scl-0012:8080/user/ltenka> *Building in workspace C:\Documents and Settings\jenkins\.jenkins\worksp

AWT-EventQueue-0/3021

2017-07-20 Thread LnT
) at java.awt.EventDispatchThread.run(EventDispatchThread.java:91) - Regards, LnT -- You received this message

Re: Jenkins REST API endpoint for project build time stamp

2017-07-18 Thread LnT
ge has its own endpoint. Regards, LnT On Tuesday, July 18, 2017 at 1:02:48 PM UTC+5:30, LnT wrote: > Hi, > > could someone please get me Jenkins REST API endpoint for project build > time stamp > I have below information > > Jenkins master url > project name > build N

Jenkins REST API endpoint for project build time stamp

2017-07-18 Thread LnT
Hi, could someone please get me Jenkins REST API endpoint for project build time stamp I have below information Jenkins master url project name build Number please help Regards, LnT -- You received this message because you are subscribed to the Google Groups "Jenkins Users&q

Re: Project restriction | Slave level configuration - instead project level

2017-07-05 Thread LnT
project* *Parameters* *Quiet Period Slicer* *SCM Timer Trigger Slicer* *Tied Label Slicer* *Timer Trigger Slicer* And coming to your question - Build executer #1 is given for each slave node , as only project needs to be executed in a given instance. Regards, LnT On Tuesday, July 4, 2017 at 7:42

Project restriction | Slave level configuration - instead project level

2017-07-04 Thread LnT
not go and configure in each project - as I have numerous number of projects. Hope you understand my requirement ? Could you please help here. Regards, LnT -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from

Help | ReInstall Jenkins pointing to OLD JENKINS_HOME path

2017-05-02 Thread LnT
is regards Cheers, LnT -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on

Jenkins BuildHistory | MBs of space is consumed

2017-04-19 Thread LnT
Hi, one of my job's history show like below. What are these statistics under trend ? why such MBs of space is consumed ? Any cluse Regards, LnT -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this grou