Re: How to enable logging per file/package

2019-01-25 Thread Stuart Rowe
Hi Gerry, Create a new named Log Recorder and then configure it following the instructions. Within the configuration page, add a new a Logger for hudson.model.Queue. You can see where the logger is initialized here: Queue.java#L2792

How to enable logging per file/package

2019-01-25 Thread Gerry Storm
I built Jenkins from the source and want to enable logging available in some Jenkins source files. How do I do this? I tried to follow the instructions in https://wiki.jenkins.io/display/JENKINS/Logging but did not get much mileage. The page says "Tell us the symptom of your problem in the

Re: Error Message : org.xmlpull.v1.XmlPullParserException: only 1.0 is supported as

2019-01-25 Thread Mark Waite
The only fix (as far as I know) is to edit the XML files and change the '1.1' to '1.0'. You could do that by restoring your XML files from backup or by editing them. Downgrade of a Jenkins version without downgrading the configuration files to match the Jenkins version is difficult. On Fri, Jan

Re: Opening Html files failed

2019-01-25 Thread 'Nakul Khargonkar' via Jenkins Users
Thanks a ton for your wonderful search. This worked for me java -Dhudson.model.DirectoryBrowserSupport.CSP="sandbox allow-scripts allow-popups allow-popups-to-escape-sandbox; style-src 'unsafe-inline' *;" - Dsvnkit.http.sslProtocols=TLSv1 -jar C:/server/Jenkins.war --httpPort=8280 On

how to create a jenkins pipeline for launching containers in 2 instances of docker machines (centos)

2019-01-25 Thread visar
Hi team, i am trying to automate the pipeline code in Jenkins to launch my web2py customized images in 2 remote servers. i have my web2py docker image already in docker hub (eg:my/web2py). now i need to make it through jenkins job as code so that developers can execute it and launch the

Re: Error Message : org.xmlpull.v1.XmlPullParserException: only 1.0 is supported as

2019-01-25 Thread Aparna venugopal
Can you please share how you fixed your issue? I got the same issue wwhen I downgraded to 2.79 On Saturday, March 3, 2018 at 6:20:46 PM UTC+5:30, Poovaraj Thangamariappan wrote: > > > It is working fine after installing Jenkins 2.48 version > > On Sat, Mar 3, 2018 at 4:00 PM, Baptiste Mathus

Re: Opening Html files failed

2019-01-25 Thread 'Nakul Khargonkar' via Jenkins Users
Thanks a ton for your wonderful finding. This worked for me java -Dhudson.model.DirectoryBrowserSupport.CSP="sandbox allow-scripts allow-popups allow-popups-to-escape-sandbox; style-src 'unsafe-inline' *;" - Dsvnkit.http.sslProtocols=TLSv1 -jar C:/server/Jenkins.war --httpPort=8280 Thanks,