[JIRA] (JENKINS-41651) Collapse folders

2017-03-21 Thread erik.hakans...@wirelesscar.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Erik Hakansson commented on  JENKINS-41651  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Collapse folders   
 

  
 
 
 
 

 
 Okay, better than nothing, I guess, but I really do consider searching separate from browsing. This is the same as the issue with the Windows 8 "start menu" that heavily impaired usability when having a lot of installed applications. The Windows 8 start menu displayed all installed applications in a flat view, instead of folders. There too, there was a search/filter functionality but that means you have to know the exact name of what you're looking for ahead of time, rather than browsing a specific category. I'm really happy that you will implement the fast search functionality, but again, I see it as an entirely different feature that solves a different problem.  
 

  
 
 
 
 

 
 
 

 
 
 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-41651) Collapse folders

2017-02-07 Thread erik.hakans...@wirelesscar.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Erik Hakansson commented on  JENKINS-41651  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Collapse folders   
 

  
 
 
 
 

 
 That would certainly improve things, but folders would still be preferable as that would bring our use-case from perhaps 300+ items to about 20. While a fast search feature would be very welcome to find a specific job quickly (whether in a folder or not), sometimes you simply want the overview that folders grant. That's why we use folders at all, rather than displaying all 300+ jobs on the dashboard. It works as a categorization and it improves overview.  
 

  
 
 
 
 

 
 
 

 
 
 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-41651) Collapse folders

2017-02-02 Thread erik.hakans...@wirelesscar.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Erik Hakansson created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41651  
 
 
  Collapse folders   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2017/Feb/02 9:29 AM  
 
 
Labels: 
 Dashboard  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Erik Hakansson  
 

  
 
 
 
 

 
 It would be nice to be able to collapse folders on the Dashboard. For us, there's about 200 projects that are organized in folders. Currently, it makes it very tedious to find a specific project using the Dashboard in blue. In legacy Jenkins, it's trivial to simply navigate folders.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

[JIRA] (JENKINS-41466) Return triggered job info

2017-01-26 Thread erik.hakans...@wirelesscar.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Erik Hakansson created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41466  
 
 
  Return triggered job info   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 pipeline-build-step-plugin  
 
 
Created: 
 2017/Jan/26 8:43 AM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Erik Hakansson  
 

  
 
 
 
 

 
 I've tried the following: 

 

def b = build job: 'Long-running job', propagate: false, wait: false

echo b
 

 which echoes null  It would be great if we could return some info about the triggered build. What I'm interested in specifically is build number, which will then be passed to another job. However, for various reasons I can't wait for the triggered job.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

   

[JIRA] (JENKINS-39376) StackOverflowError involving CpsTransformer$_visitWithSafepoint_closure6.doCall

2016-11-09 Thread erik.hakans...@wirelesscar.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Erik Hakansson commented on  JENKINS-39376  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: StackOverflowError involving CpsTransformer$_visitWithSafepoint_closure6.doCall   
 

  
 
 
 
 

 
 Perhaps. I wonder, however if this is a general groovy issue, rather than specific for this plugin. I know next to nothing about groovy's inner workings, but perhaps there is some recursion happening when parsing scripts. And if so, I suppose this issue is unavoidable. At any rate, it should be a rare issue since I assume most people don't run Jenkins with an ancient configuration   
 

  
 
 
 
 

 
 
 

 
 
 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-39376) StackOverflowError involving CpsTransformer$_visitWithSafepoint_closure6.doCall

2016-11-08 Thread erik.hakans...@wirelesscar.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Erik Hakansson commented on  JENKINS-39376  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: StackOverflowError involving CpsTransformer$_visitWithSafepoint_closure6.doCall   
 

  
 
 
 
 

 
 Perhaps so. Maybe the issue would be reproducible with an artificially small stack size. Say -Xss1k or something. I suppose it has to be large enough so the JVM manages to run at all, but small enough that the issue is triggered.  
 

  
 
 
 
 

 
 
 

 
 
 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-39376) StackOverflowError involving CpsTransformer$_visitWithSafepoint_closure6.doCall

2016-11-02 Thread erik.hakans...@wirelesscar.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Erik Hakansson commented on  JENKINS-39376  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: StackOverflowError involving CpsTransformer$_visitWithSafepoint_closure6.doCall   
 

  
 
 
 
 

 
 I might have solved it. I discovered that Jenkins was launched by an ancient init.d script with JAVA_OPTS="-Xss256k .." And if I understand it correctly, Xss defines the stacks size, and having a small stacksize increases the likelyhood of StackOverflowErrors. I tried bumping that to -Xss2048k and haven't had the issue at all so far. I'll get back here if I do. I do notice this in the log when building the relevant jobs: 

 

WARNING: took 271ms to load/not load groovy.lang.GroovyObject$org$apache$maven$model$env$NODE_NAME from classLoader hudson.PluginManager$UberClassLoader
 

 which I take it to mean that the Groovy parsing does indeed take some time, and probably has a rather large stack. That, however, shouldn't be an issue on any relatively modern platform, but I guess our Jenkins buildserver isn't very modern. Any way, I hope this issue is solved for us now! If so, it was obviously not a bug in any plugin, but just a poorly configured environment. Thanks for investing your time!  
 

  
 
 
 
 

 
 
 

 
 
 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 

[JIRA] (JENKINS-39376) StackOverflowError involving CpsTransformer$_visitWithSafepoint_closure6.doCall

2016-11-02 Thread erik.hakans...@wirelesscar.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Erik Hakansson commented on  JENKINS-39376  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: StackOverflowError involving CpsTransformer$_visitWithSafepoint_closure6.doCall   
 

  
 
 
 
 

 
 This is very weird indeed. I launched a docker image with the latest jenkins and installed the relevant plugins and copied one of the projects verbatim. But I just can't reproduce. It seems to be a very environment-specific issue. I'll look into having the JDK updated and see if that helps.  
 

  
 
 
 
 

 
 
 

 
 
 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-39376) StackOverflowError involving CpsTransformer$_visitWithSafepoint_closure6.doCall

2016-11-01 Thread erik.hakans...@wirelesscar.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Erik Hakansson commented on  JENKINS-39376  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: StackOverflowError involving CpsTransformer$_visitWithSafepoint_closure6.doCall   
 

  
 
 
 
 

 
 I'll try to get a self-reproducible example. I think I have an idea on how to do that, but I have to test. Since implementing the changes above, with moving variable replacement to a separate string, we don't really have the issue anymore, however we still get occasional issues. Maybe one build in 20 fails with a SOE. I'll update the issue when I have a reproduction. Thanks!  
 

  
 
 
 
 

 
 
 

 
 
 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-39376) Constant StackOverflowError when building pipeline jobs

2016-11-01 Thread erik.hakans...@wirelesscar.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Erik Hakansson edited a comment on  JENKINS-39376  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Constant StackOverflowError when building pipeline jobs   
 

  
 
 
 
 

 
 Update:It turned out that the new issue was similar:This:{code}mvn "initialize org.liquibase:liquibase-maven-plugin:rollback " +"-Dliquibase.db.url="" " +"-Dliquibase.db.user=liquibase_test_${environment} " +"-Dliquibase.db.password=liquibase_test_${environment} " +"-Dliquibase.rollbackTag=rollback-base", mvnHome{code}does not work, but this does:{code}mvnString = "initialize org.liquibase:liquibase-maven-plugin:rollback " +"-Dliquibase.db.url="" " +"-Dliquibase.db.user=liquibase_test_${environment} " +"-Dliquibase.db.password=liquibase_test_${environment} " +"-Dliquibase.rollbackTag=rollback-base"mvn mvnString, mvnHome{code}where "mvn" is defined as{code}def mvn(command, mvnHome) {  String buildString = "${mvnHome}/bin/mvn --settings ./workspace/build/m2-settings.xml -Dmaven.repo.local=\"./repository/\" " +"-B -Dmaven.test.failure.ignore " + command  sh buildString}{code} edit: [DB-URL] is redacted and is just a normal string   
 

  
 
 
 
 

 
 
 

 
 
 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-39376) Constant StackOverflowError when building pipeline jobs

2016-11-01 Thread erik.hakans...@wirelesscar.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Erik Hakansson edited a comment on  JENKINS-39376  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Constant StackOverflowError when building pipeline jobs   
 

  
 
 
 
 

 
 Update:It turned out that the new issue was similar:This:{code}mvn "initialize org.liquibase:liquibase-maven-plugin:rollback " +"-Dliquibase.db.url=""> jdbc:oracle:thin:@ [ DB_URL ]  " +"-Dliquibase.db.user=liquibase_test_${environment} " +"-Dliquibase.db.password=liquibase_test_${environment} " +"-Dliquibase.rollbackTag=rollback-base", mvnHome{code}does not work, but this does:{code}mvnString = "initialize org.liquibase:liquibase-maven-plugin:rollback " +"-Dliquibase.db.url=""> jdbc:oracle:thin:@DB-URL [DB_URL]  " +"-Dliquibase.db.user=liquibase_test_${environment} " +"-Dliquibase.db.password=liquibase_test_${environment} " +"-Dliquibase.rollbackTag=rollback-base"mvn mvnString, mvnHome{code}where "mvn" is defined as{code}def mvn(command, mvnHome) {  String buildString = "${mvnHome}/bin/mvn --settings ./workspace/build/m2-settings.xml -Dmaven.repo.local=\"./repository/\" " +"-B -Dmaven.test.failure.ignore " + command  sh buildString}{code}  
 

  
 
 
 
 

 
 
 

 
 
 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-39376) Constant StackOverflowError when building pipeline jobs

2016-11-01 Thread erik.hakans...@wirelesscar.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Erik Hakansson commented on  JENKINS-39376  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Constant StackOverflowError when building pipeline jobs   
 

  
 
 
 
 

 
 Update: It turned out that the new issue was similar: This: 

 

mvn "initialize org.liquibase:liquibase-maven-plugin:rollback " +
"-Dliquibase.db.url="" " +
"-Dliquibase.db.user=liquibase_test_${environment} " +
"-Dliquibase.db.password=liquibase_test_${environment} " +
"-Dliquibase.rollbackTag=rollback-base", mvnHome
 

 does not work, but this does: 

 

mvnString = "initialize org.liquibase:liquibase-maven-plugin:rollback " +
"-Dliquibase.db.url="" " +
"-Dliquibase.db.user=liquibase_test_${environment} " +
"-Dliquibase.db.password=liquibase_test_${environment} " +
"-Dliquibase.rollbackTag=rollback-base"
mvn mvnString, mvnHome
 

 where "mvn" is defined as 

 

def mvn(command, mvnHome) {
  String buildString = "${mvnHome}/bin/mvn --settings ./workspace/build/m2-settings.xml -Dmaven.repo.local=\"./repository/\" " +
"-B -Dmaven.test.failure.ignore " + command
  sh buildString
}
 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

[JIRA] (JENKINS-39376) Constant StackOverflowError when building pipeline jobs

2016-11-01 Thread erik.hakans...@wirelesscar.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Erik Hakansson edited a comment on  JENKINS-39376  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Constant StackOverflowError when building pipeline jobs   
 

  
 
 
 
 

 
 Update:It turned out that the new issue was similar:This:{code}mvn "initialize org.liquibase:liquibase-maven-plugin:rollback " +"-Dliquibase.db.url=""> sos-voc.de.vgt.volvo.net:1521:VOCSOS DB_URL  " +"-Dliquibase.db.user=liquibase_test_${environment} " +"-Dliquibase.db.password=liquibase_test_${environment} " +"-Dliquibase.rollbackTag=rollback-base", mvnHome{code}does not work, but this does:{code}mvnString = "initialize org.liquibase:liquibase-maven-plugin:rollback " +"-Dliquibase.db.url=""> sos DB - voc.de.vgt.volvo.net:1521:VOCSOS URL  " +"-Dliquibase.db.user=liquibase_test_${environment} " +"-Dliquibase.db.password=liquibase_test_${environment} " +"-Dliquibase.rollbackTag=rollback-base"mvn mvnString, mvnHome{code}where "mvn" is defined as{code}def mvn(command, mvnHome) {  String buildString = "${mvnHome}/bin/mvn --settings ./workspace/build/m2-settings.xml -Dmaven.repo.local=\"./repository/\" " +"-B -Dmaven.test.failure.ignore " + command  sh buildString}{code}  
 

  
 
 
 
 

 
 
 

 
 
 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-39376) Constant StackOverflowError when building pipeline jobs

2016-11-01 Thread erik.hakans...@wirelesscar.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Erik Hakansson edited a comment on  JENKINS-39376  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Constant StackOverflowError when building pipeline jobs   
 

  
 
 
 
 

 
 Actually, the problem returned without any change in the Jenkinsfile. I will update the issue .stacktrace.txt is a stacktrace from a multibranch build with a Jenkinsfile.stacktrace2.txt is from a normal Pipeline with groovy configured from the gui.  
 

  
 
 
 
 

 
 
 

 
 
 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-39376) Constant StackOverflowError when building pipeline jobs

2016-11-01 Thread erik.hakans...@wirelesscar.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Erik Hakansson updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39376  
 
 
  Constant StackOverflowError when building pipeline jobs   
 

  
 
 
 
 

 
Change By: 
 Erik Hakansson  
 
 
Attachment: 
 stacktrace2.txt  
 

  
 
 
 
 

 
 
 

 
 
 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-39376) Constant StackOverflowError when building pipeline jobs

2016-11-01 Thread erik.hakans...@wirelesscar.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Erik Hakansson reopened an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39376  
 
 
  Constant StackOverflowError when building pipeline jobs   
 

  
 
 
 
 

 
Change By: 
 Erik Hakansson  
 
 
Resolution: 
 Incomplete  
 
 
Status: 
 Resolved Reopened  
 

  
 
 
 
 

 
 
 

 
 
 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-39376) Constant StackOverflowError when building pipeline jobs

2016-11-01 Thread erik.hakans...@wirelesscar.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Erik Hakansson updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39376  
 
 
  Constant StackOverflowError when building pipeline jobs   
 

  
 
 
 
 

 
Change By: 
 Erik Hakansson  
 
 
Environment: 
 Jenkins 2.27Pipeline 2.4 Pipeline: API 2.5Pipeline: Groovy 2.21  
 

  
 
 
 
 

 
 
 

 
 
 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-39376) Constant StackOverflowError when building pipeline jobs

2016-11-01 Thread erik.hakans...@wirelesscar.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Erik Hakansson updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39376  
 
 
  Constant StackOverflowError when building pipeline jobs   
 

  
 
 
 
 

 
Change By: 
 Erik Hakansson  
 
 
Attachment: 
 stacktrace.txt  
 

  
 
 
 
 

 
 
 

 
 
 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-39376) Constant StackOverflowError when building pipeline jobs

2016-11-01 Thread erik.hakans...@wirelesscar.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Erik Hakansson commented on  JENKINS-39376  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Constant StackOverflowError when building pipeline jobs   
 

  
 
 
 
 

 
 Actually, the problem returned without any change in the Jenkinsfile. I will update the issue  
 

  
 
 
 
 

 
 
 

 
 
 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-39376) Constant StackOverflowError when building pipeline jobs

2016-11-01 Thread erik.hakans...@wirelesscar.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Erik Hakansson commented on  JENKINS-39376  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Constant StackOverflowError when building pipeline jobs   
 

  
 
 
 
 

 
 Oh, sorry, I forgot to include the stacktrace. And unfortunately I don't have it anymore. At any rate, I figured out the cause. Whenever I would use the sh command with groovy strings, the SOE occured. eg, 

 

Unable to find source-code formatter for language: groovy. Available languages are: actionscript, html, java, _javascript_, none, sql, xhtml, xml


sh "${mvnHome} clean install -DsomeProperty=${PROPERTY}"
 

 it would cause that SOE. However, if I would first do 

 

Unable to find source-code formatter for language: groovy. Available languages are: actionscript, html, java, _javascript_, none, sql, xhtml, xml


String shString = "${mvnHome} clean install -DsomeProperty=${PROPERTY}"
sh shString
 

 everything works fine!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
   

[JIRA] (JENKINS-39376) Constant StackOverflowError when building pipeline jobs

2016-10-31 Thread erik.hakans...@wirelesscar.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Erik Hakansson created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39376  
 
 
  Constant StackOverflowError when building pipeline jobs   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 workflow-cps-plugin, workflow-job-plugin  
 
 
Created: 
 2016/Oct/31 7:10 AM  
 
 
Environment: 
 Jenkins 2.27  Pipeline 2.4  
 
 
Priority: 
  Blocker  
 
 
Reporter: 
 Erik Hakansson  
 

  
 
 
 
 

 
 Everytime a Jenkins Pipeline job is built, it causes a StackOverflowError, 100% of the times.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 

[JIRA] (JENKINS-39375) Support a different bindUser per domain

2016-10-31 Thread erik.hakans...@wirelesscar.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Erik Hakansson assigned an issue to Félix Belzunce Arcos  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39375  
 
 
  Support a different bindUser per domain   
 

  
 
 
 
 

 
Change By: 
 Erik Hakansson  
 
 
Assignee: 
 Erik Hakansson Félix  Belzunce Arcos  
 

  
 
 
 
 

 
 
 

 
 
 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-39375) Support a different bindUser per domain

2016-10-31 Thread erik.hakans...@wirelesscar.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Erik Hakansson assigned an issue to Erik Hakansson  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39375  
 
 
  Support a different bindUser per domain   
 

  
 
 
 
 

 
Change By: 
 Erik Hakansson  
 
 
Assignee: 
 Félix  Belzunce Arcos Erik Hakansson  
 

  
 
 
 
 

 
 
 

 
 
 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-23476) git-client plugin timeout default is not configurable in a standard manner

2016-10-24 Thread erik.hakans...@wirelesscar.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Erik Hakansson commented on  JENKINS-23476  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: git-client plugin timeout default is not configurable in a standard manner   
 

  
 
 
 
 

 
 I've created a pull request for this issue https://github.com/jenkinsci/git-client-plugin/pull/221  
 

  
 
 
 
 

 
 
 

 
 
 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-38973) Multibranch-Pipeline Not Honoring Git Timeout

2016-10-24 Thread erik.hakans...@wirelesscar.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Erik Hakansson commented on  JENKINS-38973  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Multibranch-Pipeline Not Honoring Git Timeout   
 

  
 
 
 
 

 
 This pull request to Git client plugin makes the default timeout configurable and should solve this issue.  
 

  
 
 
 
 

 
 
 

 
 
 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-39173) Multibranch Pipeline does not respect GIT timeout on branch indexing

2016-10-21 Thread erik.hakans...@wirelesscar.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Erik Hakansson created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39173  
 
 
  Multibranch Pipeline does not respect GIT timeout on branch indexing   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 workflow-multibranch-plugin  
 
 
Created: 
 2016/Oct/21 12:51 PM  
 
 
Priority: 
  Blocker  
 
 
Reporter: 
 Erik Hakansson  
 

  
 
 
 
 

 
 We have a very large GIT repo and for initial branch indexing, we always hit the timeout at 10 minutes, despite having set higher timeouts for the GIT config. Since I never got any branch to build, I can't verify, but I suspect that that config will only be honored for each branch build. Seems related to this issue on multi-branch-project-plugin: https://issues.jenkins-ci.org/browse/JENKINS-38973 but since they are differnet plugins, I thought a duplicate issue here would be beneficial.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 

[JIRA] (JENKINS-38973) Multibranch-Pipeline Not Honoring Git Timeout

2016-10-21 Thread erik.hakans...@wirelesscar.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Erik Hakansson commented on  JENKINS-38973  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Multibranch-Pipeline Not Honoring Git Timeout   
 

  
 
 
 
 

 
 We have this issue too. Always timeout on indexing.  
 

  
 
 
 
 

 
 
 

 
 
 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.