[JIRA] (JENKINS-37422) No Wrappers if RVM is defined in Job DSL

2016-08-21 Thread burdand...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrei Burd commented on  JENKINS-37422  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: No Wrappers if RVM is defined in Job DSL   
 

  
 
 
 
 

 
 Thanks Eito Katagiri, the change you made to DSL i tried locally, but it didn't helped me because of the lack of jruby part. Thanks for handeling it for both sides, let's try to sync their releases now =) BTW, Why Ruby runtime plugin is not in github?   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-37422) No Wrappers if RVM is defined in Job DSL

2016-08-17 Thread burdand...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrei Burd commented on  JENKINS-37422  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: No Wrappers if RVM is defined in Job DSL   
 

  
 
 
 
 

 
 Hi Eito Katagiri, I managed to reproduce it by installing fresh jenkins 2.7.2 rvm and job-dsl plugin. then add the following: 

 

freeStyleJob('rvmdslwrappers') {
  wrappers {
timestamps()
colorizeOutput()
buildUserVars()
rvm('ruby-2@project')

  }
}
 

 Genarated job will not have any wrappers, but if you list the XML - they are there.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-37422) No Wrappers if RVM is defined in Job DSL

2016-08-16 Thread burdand...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrei Burd commented on  JENKINS-37422  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: No Wrappers if RVM is defined in Job DSL   
 

  
 
 
 
 

 
 to sum this up - i was able to make work again downgrading ruby-runtime-plugin to 0.12 and RVM to 0.4  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-37422) No Wrappers if RVM is defined in Job DSL

2016-08-16 Thread burdand...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrei Burd commented on  JENKINS-37422  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: No Wrappers if RVM is defined in Job DSL   
 

  
 
 
 
 

 
 Thanks Daniel Spilker, i missed this one. Ay idea why in the repository linked in https://wiki.jenkins-ci.org/display/JENKINS/Ruby+Runtime+Plugin the last release is 0.10?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-37422) No Wrappers if RVM is defined in Job DSL

2016-08-15 Thread burdand...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrei Burd created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37422  
 
 
  No Wrappers if RVM is defined in Job DSL   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Daniel Spilker  
 
 
Components: 
 job-dsl-plugin, rvm-plugin  
 
 
Created: 
 2016/Aug/15 6:40 PM  
 
 
Environment: 
 ubuntu14 ubuntu16 openjdk oraclejdk  
 
 
Priority: 
  Blocker  
 
 
Reporter: 
 Andrei Burd  
 

  
 
 
 
 

 
 I found this regression on Ubuntu 14, OpenJDK 1.8, Jenkins 2.17. All the wrappers disappeared from all of my job where i used rvm. I tried to roll back Rvm plugin to 0.4, job-dsl to 1.47 and jenkins to 2.16. When nothing helped i installed fresh 2.7.2 and ran DSL there. Same problem, if one of wrappers is RVM - no wrappers are used in the job. Both times i checked the XML, and wrappers were there. If i define RVM in UI - everything is OK.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 
  

[JIRA] [core] (JENKINS-31019) Ruby Runtime Plugin - java.lang.ClassCircularityError: org/jruby/RubyClass

2015-11-15 Thread burdand...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Andrei Burd edited a comment on  JENKINS-31019 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Ruby Runtime Plugin - java.lang.ClassCircularityError: org/jruby/RubyClass  
 
 
 
 
 
 
 
 
 
 ! Thanks [~cactusbone], helped a lot! 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [core] (JENKINS-31019) Ruby Runtime Plugin - java.lang.ClassCircularityError: org/jruby/RubyClass

2015-11-15 Thread burdand...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Andrei Burd edited a comment on  JENKINS-31019 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Ruby Runtime Plugin - java.lang.ClassCircularityError: org/jruby/RubyClass  
 
 
 
 
 
 
 
 
 
 !Thanks [~cactusbone], helped a  lot1  lot! 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [core] (JENKINS-31019) Ruby Runtime Plugin - java.lang.ClassCircularityError: org/jruby/RubyClass

2015-11-15 Thread burdand...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Andrei Burd commented on  JENKINS-31019 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Ruby Runtime Plugin - java.lang.ClassCircularityError: org/jruby/RubyClass  
 
 
 
 
 
 
 
 
 
 
!Thanks cactusbone, helped a lot1 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [selenium-plugin] (JENKINS-25583) Unexpected error in launching a slave. This is probably a bug in Jenkins.

2015-07-28 Thread burdand...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Andrei Burd commented on  JENKINS-25583 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Unexpected error in launching a slave. This is probably a bug in Jenkins.  
 
 
 
 
 
 
 
 
 
 
Well it's an old story, but why not to release the fix? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [build-flow-plugin] (JENKINS-28851) Feature: build-flow-test-aggregator plugin support in job-dsl

2015-06-18 Thread burdand...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Andrei Burd commented on  JENKINS-28851 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Feature: build-flow-test-aggregator plugin support in job-dsl  
 
 
 
 
 
 
 
 
 
 
Great, thanks! 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [build-flow-plugin] (JENKINS-28851) Feature: build-flow-test-aggregator plugin support in job-dsl

2015-06-10 Thread burdand...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Andrei Burd commented on  JENKINS-28851 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Feature: build-flow-test-aggregator plugin support in job-dsl  
 
 
 
 
 
 
 
 
 
 
Pull request for this: https://github.com/jenkinsci/job-dsl-plugin/pull/498 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [build-flow-plugin] (JENKINS-28851) Feature: build-flow-test-aggregator plugin support in job-dsl

2015-06-10 Thread burdand...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Andrei Burd created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-28851 
 
 
 
  Feature: build-flow-test-aggregator plugin support in job-dsl  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Assignee:
 
 Andrei Burd 
 
 
 

Components:
 

 build-flow-plugin, job-dsl-plugin 
 
 
 

Created:
 

 10/Jun/15 7:49 PM 
 
 
 

Labels:
 

 plugin 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Andrei Burd 
 
 
 
 
 
 
 
 
 
 
A little feature for build flow test results aggragation support in job-dsl plugin 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 

[JIRA] [core] (JENKINS-27178) Execute shell is terminated randomly

2015-03-02 Thread burdand...@gmail.com (JIRA)














































Andrei Burd
 commented on  JENKINS-27178


Execute shell is terminated randomly















I want to add that i received the same issue immediately after upgrading to 1.600 



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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.