[JIRA] (JENKINS-51189) Job DSL fails to create new job

2018-05-24 Thread tomasno...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tomas Norre Mikkelsen commented on  JENKINS-51189  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Job DSL fails to create new job   
 

  
 
 
 
 

 
 To be fair, it's not a problem on all my instances, with same setup, so tend to think it's something not plugin related.  If I'm adjusting the Job Configuration by hand, I can save the config.xml.. So honestly I'm a little lost on what the problem can be.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-51189) Job DSL fails to create new job

2018-05-23 Thread tomasno...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tomas Norre Mikkelsen commented on  JENKINS-51189  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Job DSL fails to create new job   
 

  
 
 
 
 

 
 To leave out the option that i could come from my JobDSL Configuration itself, i created following small dsl, and that fails too: 

 

job('tomas_testing_alternative_seeder_job') {
 disabled(true)
 // Build Environment
 steps {
 shell '''
 date
 '''.stripIndent().trim()
 }
} 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-51189) Job DSL fails to create new job

2018-05-23 Thread tomasno...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tomas Norre Mikkelsen commented on  JENKINS-51189  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Job DSL fails to create new job   
 

  
 
 
 
 

 
 I have the same problem with:  Jenkins: 2.107.2 JobDSL Plugin: 1.66 Restart of Jenkins helps me, but after a week roughly the error occurs again.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-51189) Job DSL fails to create new job

2018-05-08 Thread gunnreddy.ramre...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ram Reddy commented on  JENKINS-51189  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Job DSL fails to create new job   
 

  
 
 
 
 

 
 Dear Daniel Spilker,  It started working, once I restarted the jenkins. If possible, could you let me know what could be the problem? Thanks, Ram  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-51189) Job DSL fails to create new job

2018-05-08 Thread gunnreddy.ramre...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ram Reddy created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-51189  
 
 
  Job DSL fails to create new job   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Daniel Spilker  
 
 
Components: 
 job-dsl-plugin  
 
 
Created: 
 2018-05-08 07:00  
 
 
Environment: 
 Jenkins 2.107.2, job-dsl-plugin 1.69  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Ram Reddy  
 

  
 
 
 
 

 
 Using DSL script I am trying to create a job but I am getting following exception: ERROR: java.io.IOException: Failed to persist config.xml   To check whether the problem is with my script, I followed the tutorial given in this url, (Creating the Seed Job) https://github.com/jenkinsci/job-dsl-plugin/wiki/Tutorial---Using-the-Jenkins-Job-DSL then also I got same exception,  Processing provided DSL script ERROR: java.io.IOException: Failed to persist config.xml  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment