[JIRA] (JENKINS-49709) Proxy Config broken in Bitbucket Branch Source Plugin

2018-03-27 Thread thomas.kal...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thomas Kalmár commented on  JENKINS-49709  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Proxy Config broken in Bitbucket Branch Source Plugin   
 

  
 
 
 
 

 
 Hi Jaco, 

 

URI.create(...) 

 does not throw an MalformedURLException. The JavaDoc of the getHttpClient Mehtod states: 

 

@param host must be of format: scheme://host:port. e.g. http://localhost:7990 

 which should be validated on the Configuration page. If you have an invalid host your whole setup is broken. BTW. poor mans solution is entering the scheme://host:port in the proxy exception list :/. If your solution should work you also have to strip the port from the URL. (Pattern ^.?://([^:]) )  
 

  
 
 
 
 

 
 
 

 
 
 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-50390) Plugin does not strip the "scheme://" string from host before doing a proxy ignore lookup

2018-03-26 Thread thomas.kal...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thomas Kalmár closed an issue as Duplicate  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50390  
 
 
  Plugin does not strip the "scheme://" string from host before doing a proxy ignore lookup   
 

  
 
 
 
 

 
Change By: 
 Thomas Kalmár  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Duplicate  
 

  
 
 
 
 

 
 
 

 
 
 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-50390) Plugin does not strip the "scheme://" string from host before doing a proxy ignore lookup

2018-03-26 Thread thomas.kal...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thomas Kalmár edited a comment on  JENKINS-50390  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Plugin does not strip the "scheme://" string from host before doing a proxy ignore lookup   
 

  
 
 
 
 

 
 [https://github.com/jenkinsci/bitbucket-branch-source-plugin/pull/112|https://github.com/jenkinsci/bitbucket-branch-source-plugin/pull/118]also fixes this (in a better way i think) (reported in JENKINS-49709 ) Your fix doesn't strip the port of the Host. (Which is also a Problem)  h1.    
 

  
 
 
 
 

 
 
 

 
 
 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-50390) Plugin does not strip the "scheme://" string from host before doing a proxy ignore lookup

2018-03-26 Thread thomas.kal...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thomas Kalmár commented on  JENKINS-50390  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Plugin does not strip the "scheme://" string from host before doing a proxy ignore lookup   
 

  
 
 
 
 

 
 https://github.com/jenkinsci/bitbucket-branch-source-plugin/pull/112 also fixes this (in a better way i think) (reported in JENKINS-49709 )      
 

  
 
 
 
 

 
 
 

 
 
 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-49709) Proxy Config broken in Bitbucket Branch Source Plugin

2018-02-23 Thread thomas.kal...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thomas Kalmár updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-49709  
 
 
  Proxy Config broken in Bitbucket Branch Source Plugin   
 

  
 
 
 
 

 
Change By: 
 Thomas Kalmár  
 

  
 
 
 
 

 
 When getting the proxy config  (for an Bitbucket server)  the protocoll and port should be ignored.As a workaround i have to put the full host URL of the Server in the Proxy Exclusion list  
 

  
 
 
 
 

 
 
 

 
 
 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-49709) Proxy Config broken in Bitbucket Branch Source Plugin

2018-02-23 Thread thomas.kal...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thomas Kalmár commented on  JENKINS-49709  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Proxy Config broken in Bitbucket Branch Source Plugin   
 

  
 
 
 
 

 
 https://github.com/jenkinsci/bitbucket-branch-source-plugin/pull/112 should fix this  
 

  
 
 
 
 

 
 
 

 
 
 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-49709) Proxy Config broken in Bitbucket Branch Source Plugin

2018-02-23 Thread thomas.kal...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thomas Kalmár created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-49709  
 
 
  Proxy Config broken in Bitbucket Branch Source Plugin   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 bitbucket-branch-source-plugin  
 
 
Created: 
 2018-02-23 08:45  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Thomas Kalmár  
 

  
 
 
 
 

 
 When getting the proxy config the protocoll and port should be ignored. As a workaround i have to put the full host URL of the Server in the Proxy Exclusion list  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA 

[JIRA] (JENKINS-38380) timeout around input does not work with submitter

2016-11-09 Thread thomas.kal...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thomas Kalmár commented on  JENKINS-38380  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: timeout around input does not work with submitter   
 

  
 
 
 
 

 
 I can confirm, that the bug is fixed with Basic Steps 2.3 The timeout cancels the build, but i can approve the input afterwards. Should i fill another bug about that?  
 

  
 
 
 
 

 
 
 

 
 
 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-38289) ansiblePlaybook pipeline step does not respect environment

2016-10-10 Thread thomas.kal...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thomas Kalmár commented on  JENKINS-38289  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: ansiblePlaybook pipeline step does not respect environment   
 

  
 
 
 
 

 
 I created an pull request, which resolves the problem (at least on our local dev environment).  
 

  
 
 
 
 

 
 
 

 
 
 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-38380) timeout around input does not work with submitter

2016-10-04 Thread thomas.kal...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thomas Kalmár commented on  JENKINS-38380  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: timeout around input does not work with submitter   
 

  
 
 
 
 

 
 The check inside canCancel seems to be ok.  

 

getRun().getParent().hasPermission(ACL.SYSTEM, Job.CANCEL)
 

 returns true, perhaps the problem is in the basic step not calling the cancel with SYSTEM-Authorization?  
 

  
 
 
 
 

 
 
 

 
 
 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-38380) timeout around input does not work with submitter

2016-09-30 Thread thomas.kal...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thomas Kalmár commented on  JENKINS-38380  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: timeout around input does not work with submitter   
 

  
 
 
 
 

 
 Seems to run as anonymous and has no Job.CANCEL Permission.  

 

Authentication authentication = Jenkins.getAuthentication();
GrantedAuthority[] authorities = authentication.getAuthorities();
 

 contains only [anonymous]  
 

  
 
 
 
 

 
 
 

 
 
 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-38380) timeout around input does not work with submitter

2016-09-20 Thread thomas.kal...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thomas Kalmár created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38380  
 
 
  timeout around input does not work with submitter   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 pipeline-input-step-plugin, workflow-basic-steps-plugin  
 
 
Created: 
 2016/Sep/20 2:29 PM  
 
 
Environment: 
 Jenkins ver. 1.651.3 (also 2.7.4)  Pipeline: Basic Steps 2.1  Pipeline: Input Step 2.1   
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Thomas Kalmár  
 

  
 
 
 
 

 
 The example from https://jenkins.io/doc/pipeline/ 

 

timeout(time:5, unit:'DAYS') {
input message:'Approve deployment?', submitter: 'it-ops'
}
 

 does not work. I tested with a shorter timeout and as soon as i added an submitter the input stays for ever open. without submitter the input is correctly terminated.  
 

  
 
 
 
 

 
 
 

 
 
 Add 

[JIRA] (JENKINS-38380) timeout around input does not work with submitter

2016-09-20 Thread thomas.kal...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thomas Kalmár updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38380  
 
 
  timeout around input does not work with submitter   
 

  
 
 
 
 

 
Change By: 
 Thomas Kalmár  
 
 
Issue Type: 
 Improvement Bug  
 

  
 
 
 
 

 
 
 

 
 
 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-37651) Add SVN Support to workflow-remote-loader

2016-08-25 Thread thomas.kal...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thomas Kalmár commented on  JENKINS-37651  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add SVN Support to workflow-remote-loader   
 

  
 
 
 
 

 
 Ok, i managed to create an pull request ... https://github.com/jenkinsci/workflow-remote-loader-plugin/pull/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-37651) Add SVN Support to workflow-remote-loader

2016-08-24 Thread thomas.kal...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thomas Kalmár updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37651  
 
 
  Add SVN Support to workflow-remote-loader   
 

  
 
 
 
 

 
Change By: 
 Thomas Kalmár  
 
 
Comment: 
 The Pull Request is rejected because some dependency could not be fetched :/   
 

  
 
 
 
 

 
 
 

 
 
 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-37651) Add SVN Support to workflow-remote-loader

2016-08-24 Thread thomas.kal...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thomas Kalmár commented on  JENKINS-37651  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add SVN Support to workflow-remote-loader   
 

  
 
 
 
 

 
 The Pull Request is rejected because some dependency could not be fetched :/   
 

  
 
 
 
 

 
 
 

 
 
 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-37651) Add SVN Support to workflow-remote-loader

2016-08-24 Thread thomas.kal...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thomas Kalmár commented on  JENKINS-37651  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add SVN Support to workflow-remote-loader   
 

  
 
 
 
 

 
 Never did that before ... is there somehwer documentation on how to do it?  
 

  
 
 
 
 

 
 
 

 
 
 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-37651) Add SVN Support to workflow-remote-loader

2016-08-24 Thread thomas.kal...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thomas Kalmár created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37651  
 
 
  Add SVN Support to workflow-remote-loader   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Oleg Nenashev  
 
 
Components: 
 pipeline-_unsorted  
 
 
Created: 
 2016/Aug/24 11:43 AM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Thomas Kalmár  
 

  
 
 
 
 

 
 We have to load remote ressources in our pipeline from SVN, so i patched the workflow-remote-loader-plugin. It would be nice if this gets somehow integrated into upstream 

 

  public Object fromSVN(String libPath, String repoUrl = DEFAULT_REPO_URL,  
String credentialsId = null, labelExpression = '') {
  Object res;
  withSVN(repoUrl, credentialsId, labelExpression) {
res = load(libPath)
  }
  return res
}
  
  public  V withSVN(String repoUrl = DEFAULT_REPO_URL,  
String credentialsId = null, labelExpression = '', Closure body) {
Map loaded = new TreeMap()
node(labelExpression) {
  withTimestamper {
script.dir(TMP_FOLDER) {
  // Flush the directory
  script.deleteDir()

  // Checkout
  script.echo "Checking out ${repoUrl}"
  script.checkout changelog: false, poll: false, scm: [$class: 'SubversionSCM',  locations: [[credentialsId: credentialsId, local: '.', remote: repoUrl]], workspaceUpdater: [$class: 'UpdateUpdater']]

  
  // Invoke body in the folder
  body();

  // Flush the directory again
  script.deleteDir()
}
  }
}
  }
 

  
 

  
 
  

[JIRA] (JENKINS-36038) Replay causes javax.servlet.ServletException: java.lang.UnsupportedOperationException

2016-06-17 Thread thomas.kal...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thomas Kalmár updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36038  
 
 
  Replay causes javax.servlet.ServletException: java.lang.UnsupportedOperationException   
 

  
 
 
 
 

 
Change By: 
 Thomas Kalmár  
 

  
 
 
 
 

 
 The following minimal Job Example runs fine (blue/green Ball).{code}node {def jenkins = Jenkins.getInstance()def job = jenkins.getItem(env.JOB_NAME)def bld = job.getBuildByNumber(env.BUILD_NUMBER.toInteger())def action = "" displayName:"Thomas D.", urlName:"http://google.com"] as hudson.model.PermalinkProjectAction bld.addAction(action)}{code} When i hit Replay after the Build i get an Stacktrace. After Restarting Jenkins such a Job is displayed wrong in the Job-History (see attached File)but i can replay the Job now. {code}javax.servlet.ServletException: java.lang.UnsupportedOperationException at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:796) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.MetaClass$11.dispatch(MetaClass.java:380) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.MetaClass$5.doDispatch(MetaClass.java:233) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.MetaClass$5.doDispatch(MetaClass.java:233) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649) at org.kohsuke.stapler.Stapler.service(Stapler.java:238) at javax.servlet.http.HttpServlet.service(HttpServlet.java:848) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:686) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1494) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:135) at hudson.plugins.greenballs.GreenBallFilter.doFilter(GreenBallFilter.java:59) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132) at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:126) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482) at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:92) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84) at hudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:51) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at jenkins.security.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:117) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at 

[JIRA] (JENKINS-36038) Replay causes javax.servlet.ServletException: java.lang.UnsupportedOperationException

2016-06-17 Thread thomas.kal...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thomas Kalmár created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36038  
 
 
  Replay causes javax.servlet.ServletException: java.lang.UnsupportedOperationException   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Jesse Glick  
 
 
Attachments: 
 jbos.PNG  
 
 
Components: 
 workflow-plugin  
 
 
Created: 
 2016/Jun/17 11:39 AM  
 
 
Environment: 
 Jenkins LTS 1.651.3  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Thomas Kalmár  
 

  
 
 
 
 

 
 The following minimal Job Example runs fine (blue/green Ball). 

 

node {
def jenkins = Jenkins.getInstance()
def job = jenkins.getItem(env.JOB_NAME)
def bld = job.getBuildByNumber(env.BUILD_NUMBER.toInteger())
def action = "" class="code-quote" style="color: #009100">"/images/search.gif", displayName:"Thomas D.", urlName:"http://google.com"] as hudson.model.PermalinkProjectAction 
bld.addAction(action)
}
 

  When i hit Replay after the Build i get an Stacktrace. After Restarting Jenkins such a Job is displayed wrong in the Job-History (see attached File)  

 

javax.servlet.ServletException: java.lang.UnsupportedOperationException
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:796)
	at 

[JIRA] [js-builder] (JENKINS-35180) transformToJSX handles Path string wrong on windows

2016-05-27 Thread thomas.kal...@t-systems.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Thomas Kalmár created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-35180 
 
 
 
  transformToJSX handles Path string wrong on windows  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Tom FENNELLY 
 
 
 

Components:
 

 js-builder 
 
 
 

Created:
 

 2016/May/27 12:01 PM 
 
 
 

Priority:
 
  Trivial 
 
 
 

Reporter:
 
 Thomas Kalmár 
 
 
 
 
 
 
 
 
 
 
When building blueocean on windows the build breaks with 

 

[INFO] [13:01:55] Browserify bundle processing error
[INFO] [13:01:55] 	error: Error: Cannot find module '..srcmainjs/AdminNavLink.jsx' from 'C:\Develop\blueocean\blueocean-dashboard\target'
[ERROR] 
[ERROR] C:\Develop\blueocean\blueocean-dashboard\node_modules\@jenkins-cd\js-builder\index.js:555
[ERROR] throw 'Browserify bundle processing error. See above for details.';
 

 
the cause is the path writen to jenkins-js-extension.jsx the \ is not escaped correctly changing  

 

var relPath = path.relative(targetRoot, srcRoot);
 

 
to 

 

var relPath = path.relative(targetRoot, srcRoot).split("\\").join("");
 

   

[JIRA] [workflow-plugin] (JENKINS-32565) workflowLibs.git: Unable to clone empty repository via ssh

2016-03-11 Thread thomas.kal...@t-systems.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Thomas Kalmár edited a comment on  JENKINS-32565 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: workflowLibs.git: Unable to clone empty repository via ssh  
 
 
 
 
 
 
 
 
 
 I think the bug is still valid.It is a Problem in jgit which occurs together with msys-git:[https://bugs.eclipse.org/bugs/show_bug.cgi?id= 458477 442493 ]Chekout via http:// works via ssh:// stops with fatalOnly in windows:{code}git --versiongit version 2.5.1.windows.1{code} 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [workflow-plugin] (JENKINS-32565) workflowLibs.git: Unable to clone empty repository via ssh

2016-03-11 Thread thomas.kal...@t-systems.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Thomas Kalmár reopened an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
I think the bug is still valid. It is a Problem in jgit which occurs together with msys-git: https://bugs.eclipse.org/bugs/show_bug.cgi?id=458477 Chekout via http:// works via ssh:// stops with fatal Only in windows: 

 

git --version
git version 2.5.1.windows.1
 

 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-32565 
 
 
 
  workflowLibs.git: Unable to clone empty repository via ssh  
 
 
 
 
 
 
 
 
 

Change By:
 
 Thomas Kalmár 
 
 
 

Resolution:
 
 Not A Defect 
 
 
 

Status:
 
 Resolved Reopened 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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