[JIRA] [script-security-plugin] (JENKINS-33049) Groovy leftShift operator are Not Permitted in JenkinsFile SandBox

2016-02-19 Thread flavio.augu...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Flávio Augusto Valones updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-33049 
 
 
 
  Groovy leftShift operator are Not Permitted in JenkinsFile SandBox  
 
 
 
 
 
 
 
 
 

Change By:
 
 Flávio Augusto Valones 
 
 
 

Priority:
 
 Minor Major 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [script-security-plugin] (JENKINS-33049) Groovy leftShift operator are Not Permitted in JenkinsFile SandBox

2016-02-19 Thread flavio.augu...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Flávio Augusto Valones updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-33049 
 
 
 
  Groovy leftShift operator are Not Permitted in JenkinsFile SandBox  
 
 
 
 
 
 
 
 
 

Change By:
 
 Flávio Augusto Valones 
 
 
 
 
 
 
 
 
 
 Groovy leftShift operator "<<" is not allowed for script approval, it is denied immediately  only  in JenkinsFile SandBox. The code:{code:java}'AB' << 'CDE'{code}Causes:{noformat}Scripts not permitted to use staticMethod org.codehaus.groovy.runtime.DefaultGroovyMethods leftShift java.lang.String java.lang.Object{noformat} In the job script editor works normally (appears for approval). 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [script-security-plugin] (JENKINS-33049) Groovy leftShift operator are Not Permitted in JenkinsFile SandBox

2016-02-19 Thread flavio.augu...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Flávio Augusto Valones updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-33049 
 
 
 
  Groovy leftShift operator are Not Permitted in JenkinsFile SandBox  
 
 
 
 
 
 
 
 
 

Change By:
 
 Flávio Augusto Valones 
 
 
 
 
 
 
 
 
 
 Groovy leftShift operator "<<" is not allowed for script approval, it is denied immediately in JenkinsFile SandBox . The code :{ code:java}'AB' << 'CDE'{code}Causes:{ noformat}Scripts not permitted to use staticMethod org.codehaus.groovy.runtime.DefaultGroovyMethods leftShift java.lang.String java.lang.Object{noformat} 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [script-security-plugin] (JENKINS-33049) Groovy leftShift operator are Not Permitted in JenkinsFile SandBox

2016-02-19 Thread flavio.augu...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Flávio Augusto Valones created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-33049 
 
 
 
  Groovy leftShift operator are Not Permitted in JenkinsFile SandBox  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Jesse Glick 
 
 
 

Components:
 

 script-security-plugin 
 
 
 

Created:
 

 19/Feb/16 9:13 PM 
 
 
 

Environment:
 

 Jenkins 1.625.3  workflow-plugin 1.13 
 
 
 

Labels:
 

 workflow multibranch 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Flávio Augusto Valones 
 
 
 
 
 
 
 
 
 
 
Groovy leftShift operator "<<" is not allowed for script approval, it is denied immediately in JenkinsFile SandBox: 

 
Scripts not permitted to use staticMethod org.codehaus.groovy.runtime.DefaultGroovyMethods leftShift java.lang.String java.lang.Object