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

2018-03-03 Thread Poovaraj Thangamariappan
Hi Team, I have downgraded Jenkins latest version to old version(2.48). I got below error message after launch the Jenkins. Please help me to fix this issues. org.xmlpull.v1.XmlPullParserException: only 1.0 is supported as (XppReader.java:63) at com.thoughtworks.xstream.io.xml.AbstractX

java.lang.AssertionError: InstanceIdentity is missing its singleton - Jenkins Error Message (Java 9 version and Jenkins ver. 2.109 )

2018-03-03 Thread Poovaraj Thangamariappan
Hi Team, I have upgraded latest Java and Jenkins version. It is throwing below error message after click on *Configure Glopal Security *tab. Please help me to fix this issue. Java - 9 Version Jenkins - Jenkins ver. 2.109 Windows 8 (64 bit) Error Message:Stack trace *java.

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

2018-03-03 Thread Poovaraj Thangamariappan
//jenkins.io/ > changelog/#v2.105 > > Looking at how often you upgrade, you really should use the LTS vesion of > Jenkins, not the weekly. Cf. https://jenkins.io/download/lts/ > > 2018-03-03 7:35 GMT+01:00 Poovaraj Thangamariappan >: > >> Hi Team, >> >> I have

Re: java.lang.AssertionError: InstanceIdentity is missing its singleton - Jenkins Error Message (Java 9 version and Jenkins ver. 2.109 )

2018-03-03 Thread Poovaraj Thangamariappan
-03 7:07 GMT+01:00 Poovaraj Thangamariappan >: > >> Hi Team, >> >> I have upgraded latest Java and Jenkins version. It is throwing below >> error message after click on *Configure Glopal Security *tab. Please >> help me to fix this issue. >> >> Jav

Re: java.lang.AssertionError: InstanceIdentity is missing its singleton - Jenkins Error Message (Java 9 version and Jenkins ver. 2.109 )

2018-03-03 Thread Poovaraj Thangamariappan
Please share me any other workaround solution for usng jenkins 2.89 and Java 9 version ? On Sat, Mar 3, 2018 at 5:37 PM, Poovaraj Thangamariappan < poovaraj2...@gmail.com> wrote: > Hello, > > I have used Java 9 version for standard package. > > Regards, > Poovaraj > &

Active Directory or LDAP configuratins in Jenkins

2018-03-03 Thread Poovaraj Thangamariappan
Hello, I have installed jenkins in Windows Server machine. Now, I want to create user in Jenkins based on roles. Could you please let me know which is the best option (LDAP or Active Directory ) for configuration Jenkins ? Regards, Poovaraj -- You received this message because you are subscrib

Job is not running after click on build ICON

2018-03-05 Thread Poovaraj Thangamariappan
Hi Team, Jenkins job is not running after click on build icon. It is showing below error message in command prompt after build the job. INFO: Session node0pco4cd96heeeygtv6xf9qug3pxw1eee already being invalidated Please help me ! Regards, Poovaraj -- You received this message because you

Gitcolony notification failed - java.lang.IllegalArgumentException: Invalid url:

2018-08-13 Thread Poovaraj Thangamariappan
Hi Team, Gitcolony notification failed - java.lang.IllegalArgumentException: Invalid url: - Error message is displayed while running shell command from Jenkins. Can you please help me how to fix this issue ? - Linux Machine - Jenkins -- Regards, Poovaraj -- You received this message b

Jenkins - java.io.IOException: Pipeline: API v2.29 failed to load. - Error Message

2018-08-28 Thread Poovaraj Thangamariappan
Hi Team, I am getting below error message while installing Jenkins Plugins. Why is it showing below error message ? Please help me. Machine : Linux Jenkins Version : 2.107.1 java.io.IOException: Pipeline: API v2.29 failed to load. - You must update Jenkins from v2.107.1 to v2.121 or later to r

How to attach a file in email after build successful in Jenkins?

2018-12-24 Thread Poovaraj Thangamariappan
Hi, I want to attach a file in email after successful build in Jenkins. Please let me know how to a file in email using Jenkins email configuration ? -- Regards, Poovaraj -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from t

Re: How to attach a file in email after build successful in Jenkins?

2018-12-24 Thread Poovaraj Thangamariappan
kup_Home_VMs/ws/>. > > -- > Adam vonNieda > ad...@vonnieda.org > > > > > On Dec 24, 2018, at 7:31 AM, Poovaraj Thangamariappan > wrote: > > Hi, > > I want to attach a file in email after successful build in Jenkins. Please > let me know how to a file in email

How to take a backup of specific project in jenkins workspaces after successfull / failed build ?

2018-12-24 Thread Poovaraj Thangamariappan
Hi, I want to take a backup of specific project in jenkins workspaces after successfull / failed every build ? Plesae let me know how to take a backup ? Regards, Poovaraj -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from th

Re: How to take a backup of specific project in jenkins workspaces after successfull / failed build ?

2018-12-26 Thread Poovaraj Thangamariappan
get the idea. > > config_file="$JENKINS_HOME/jobs/$JOB_NAME/config.xml" > cp $config_file $config_file.`date +'%F_%H_%M_%S’` > >Or something like > cp $config_file /some/backup/dir/config.xml.`date +'%F_%H_%M_%S’` > > > -- > Adam vonNieda >

Jenkins is not triggering a job after click on build now link in Jenkins menu

2018-12-26 Thread Poovaraj Thangamariappan
Hi, Jenkins is not triggering a job after click on build now link in Jenkins. It was working fine earlier. Suddenly, It is not working after added and removed new node in Jenkins. Please let me know what is the problem ? -- Regards, Poovaraj -- You received this message because you are subscr

Re: Jenkins is not triggering a job after click on build now link in Jenkins menu

2018-12-27 Thread Poovaraj Thangamariappan
On Wednesday, December 26, 2018 at 7:05:23 PM UTC+5:30, Poovaraj Thangamariappan wrote: > > Hi, > > Jenkins is not triggering a job after click on build now link in Jenkins. > It was working fine earlier. Suddenly, It is not working after added and > removed new node in Jenkins.