[JIRA] (JENKINS-41992) GitSCM.getBuildData fails with "org.acegisecurity.AccessDeniedException: Please login to access job"

2017-02-13 Thread lacos...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 lacostej commented on  JENKINS-41992  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: GitSCM.getBuildData fails with "org.acegisecurity.AccessDeniedException: Please login to access job"   
 

  
 
 
 
 

 
 A similar issue on another plugin: https://github.com/jenkinsci/ghprb-plugin/pull/264  
 

  
 
 
 
 

 
 
 

 
 
 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-41992) GitSCM.getBuildData fails with "org.acegisecurity.AccessDeniedException: Please login to access job"

2017-02-13 Thread lacos...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 lacostej created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41992  
 
 
  GitSCM.getBuildData fails with "org.acegisecurity.AccessDeniedException: Please login to access job"   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Mark Waite  
 
 
Components: 
 git-plugin  
 
 
Created: 
 2017/Feb/13 8:38 PM  
 
 
Environment: 
 Supposedly git-plugin 3.0.5 but the line 1666 looks like it is in 3.0.4 ?!  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 lacostej  
 

  
 
 
 
 

 
 I am getting the following stack in my jenkins log file: 

 
Feb 13, 2017 9:25:01 PM hudson.model.RunMap retrieve
WARNING: could not load /Users/Shared/Jenkins/Home/jobs/infra_ftp_server/builds/1
java.io.IOException: Unable to read /Users/Shared/Jenkins/Home/jobs/infra_ftp_server/builds/1/build.xml
  at hudson.XmlFile.unmarshal(XmlFile.java:161)
  at hudson.model.Run.reload(Run.java:337)
  at hudson.model.Run.(Run.java:325)
  at hudson.model.AbstractBuild.(AbstractBuild.java:175)
  at hudson.model.Build.(Build.java:103)
  at hudson.model.FreeStyleBuild.(FreeStyleBuild.java:38)
  at sun.reflect.GeneratedConstructorAccessor56.newInstance(Unknown Source)
  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  at jenkins.model.lazy.LazyBuildMixIn.loadBuild(LazyBuildMixIn.java:165)
  at jenkins.model.lazy.LazyBuildMixIn$1.create(LazyBuildMixIn.java:142)
  at hudson.model.RunMap.retrieve(RunMap.java:223)
  at hudson.model.RunMap.retrieve(RunMap.java:56)
  at jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:500)
  at 

[JIRA] [unity3d-plugin] (JENKINS-32669) Launch Unity with different commandline arguments depending on environment variables/build parameters

2016-04-19 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-32669 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Launch Unity with different commandline arguments depending on environment variables/build parameters  
 
 
 
 
 
 
 
 
 
 
Hello Manuel, 
I would try solving this with environment variables. Your build parameter points to a file containing the set of variables for your build, including your set of arguments. 
E.g. 
ARG=Env1 or Env2 
then 
.env.Env1 contains UNITY_ARGS=A 
.env.Env2 contains UNITY_ARGS=B. 
load those using EnvInject or similar (https://wiki.jenkins-ci.org/display/JENKINS/EnvInject+Plugin) 
configure the job to run with $UNITY_ARGS as arguments. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-32356) Workflow build step for Unity3D

2016-04-19 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-32356 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Workflow build step for Unity3D  
 
 
 
 
 
 
 
 
 
 
Hello Scott. Is this something you want to help contributing ? It shouldn't be hard. 
I will be able to tackle this in some weeks, but haven't the need yet as my server isn't yet configured to use the workflows. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-34339) Unable to select Unity installation

2016-04-19 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-34339 
 
 
 
  Unable to select Unity installation  
 
 
 
 
 
 
 
 
 

Change By:
 
 lacostej 
 
 
 

Attachment:
 
 Screen Shot 2016-04-19 at 19.26.06.png 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-34339) Unable to select Unity installation

2016-04-19 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-34339 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Unable to select Unity installation  
 
 
 
 
 
 
 
 
 
 
Hello, if you are using a master/slave setup, on your slave, you will have to configure things up: 
 
If this isn't your setup, please give more information. I have a Mac master and no issue at all. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [thinBackup] (JENKINS-25404) thinbackup doesn't actually put jenkins into quiet mode if there are no jobs running

2016-02-02 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-25404 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: thinbackup doesn't actually put jenkins into quiet mode if there are no jobs running  
 
 
 
 
 
 
 
 
 
 
My server got stuck in quiet mode today, and the only reason it looks this happened is that thinbackup put it in, and never took it out. Maybe caused by this. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-27738) Build does not stop when build step is over

2015-11-19 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-27738 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Build does not stop when build step is over  
 
 
 
 
 
 
 
 
 
 
Hello, a few questions: 
 

does the build output something or not ?
 

your command contains some weird spacing ( -logFile "$ {WORKSPACE} 
/Build-Log.txt"). Can you confirm that your command didn't have this in it ?
 

which version of Windows are you using ?
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-27738) Build does not stop when build step is over

2015-11-19 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-27738 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Build does not stop when build step is over  
 
 
 
 
 
 
 
 
 
 
> If we omit the -logFile, the result will be the same, Jenkins hanged, but command console worked. 
this makes me think that the unity plugin searches for the default unity editor.log build in the wrong place. We had one bug like that before (see https://github.com/jenkinsci/unity3d-plugin/commit/a7e66b6e3942f7e76c7cee8acf28216c9add5330). It's possible that not all corner cases are solved. 
Your 2 other points makes me wonder if the -logFile argument is correctly passed to the executable at all and if the execution behaves as if no -logFile argument was passed. Maybe unity 5.0.1 has a particular bug that makes it ignore the argument, or maybe the argument isn't specified properly ? It would be interesting to know if the running of the same command in a command console on Windows produces the editor.log in the proper location. 
Here's a potential action list: 
 

try in a standard CMD (or in jenkins with a CMD) with the -logFile and check if the editor.log is created.
 

try in a standard CMD without the -logFile and find out where the default logFile is created (accordin to http://docs.unity3d.com/Manual/LogFiles.html "On Windows, the Editor log file is stored in the local application data folder: %LOCALAPPDATA%\Unity\Editor\Editor.log, where LOCALAPPDATA is defined by CSIDL_LOCAL_APPDATA.").
 

enable fine logging to the plugin to be able to find where the plugin identifies the default editor.log location (see https://wiki.jenkins-ci.org/display/JENKINS/Logging for the methodology), the logger should be org.jenkinsci.plugins.unity3d.Unity3dInstallation
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

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

[JIRA] [unity3d-plugin] (JENKINS-27738) Build does not stop when build step is over

2015-11-19 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-27738 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Build does not stop when build step is over  
 
 
 
 
 
 
 
 
 
 
With the partial logs, it's much easier to see what's going on and the stack overflow is most probably the right one.  
Unity has some issues implementing a proper batch friendly mode. For example, it doesn't like if you haven't set the Android SDK path and will popup a window. That's bad as it breaks the batching in CI environments. I reported this issue almost 4 years ago to Unity, and it's not the only window popping up. Let us know how it goes with the stack overflow work-around. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-27738) Build does not stop when build step is over

2015-11-19 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-27738 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Build does not stop when build step is over  
 
 
 
 
 
 
 
 
 
 
was there a warning like in https://issues.jenkins-ci.org/browse/JENKINS-27738?focusedCommentId=226108=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-226108  
? 
I would first and foremost try to check if Unity outputs something under the path passed to your -logFile argument. 
 

is the "$ {WORKSPACE} 
/Build-Log.txt" created ?
 

if not, what about the default editor.log ? Does it contain your build output ? Where is that default editor.log file ?
 

does the build works if you omit the -logFile argument ?
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [xcode-plugin] (JENKINS-28267) When building IPA - Expand 'Output directory' with extra variables

2015-09-24 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-28267 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: When building IPA - Expand 'Output directory' with extra variables  
 
 
 
 
 
 
 
 
 
 
1. with regard to patches, we prefer submissions via Pull Requests. It makes it easier to view the diff, view the resulting file and comment or apply right away.  
2. WRT the loop, I am thinking of the following case: 
 

same output dir. outputDir/
 

2 apps, resulting in 2 ipas: outputDir/app1.ipa outputDir/app2.ipa
 
 
Previous behaviour: 
 

after first loop: outputDir/app1.ipa
 

after second loop: outputDir/app1.ipa, outputDir/app2.ipa
 
 
Proposed behaviour: 
 

after first loop: outputDir/app1.ipa
 

after second loop: outputDir/app2.ipa
 
 
the delete() would delete ipa1 if in same directory. Wouldn't it ? 
Please make a PR it will be easier for both of us  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

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

[JIRA] [xcode-plugin] (JENKINS-28267) When building IPA - Expand 'Output directory' with extra variables

2015-09-23 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-28267 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: When building IPA - Expand 'Output directory' with extra variables  
 
 
 
 
 
 
 
 
 
 
Thanks Igor 
If you convert it into a PR, I'll be able to comment right in. My first comment would be to say that can the  

 

+listener.getLogger().println(Messages.XCodeBuilder_cleaningIPA());
+for (FilePath path : ipaOutputPath.list("*.ipa")) {
+path.delete();
 

 
cause freshly generated ipas to be deleted (when inside a loop, if the outputPath is the same for all multiple apps). That was my concern above. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [xcode-plugin] (JENKINS-28267) When building IPA - Expand 'Output directory' with extra variables

2015-09-23 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-28267 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: When building IPA - Expand 'Output directory' with extra variables  
 
 
 
 
 
 
 
 
 
 
1. you move the delete() calls into a for loop (for all apps). 2. the ipaOutputPath can be the same for all apps 3. on second iteration of the for loop the delete() call might delete the freshly generated ipa ?? 
Am I missing something ? 
Do you generate multiple ipas in your builds ? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [xcode-plugin] (JENKINS-30591) Xcode 7: Unit Test failure related to unparseable date

2015-09-22 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej resolved as Fixed 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30591 
 
 
 
  Xcode 7: Unit Test failure related to unparseable date  
 
 
 
 
 
 
 
 
 

Change By:
 
 lacostej 
 
 
 

Status:
 
 Open Resolved 
 
 
 

Resolution:
 
 Fixed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [xcode-plugin] (JENKINS-28163) Codesign verification now needs --no-strict parameter

2015-09-22 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej closed an issue as Not A Defect 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-28163 
 
 
 
  Codesign verification now needs --no-strict parameter  
 
 
 
 
 
 
 
 
 

Change By:
 
 lacostej 
 
 
 

Status:
 
 Resolved Closed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [xcode-plugin] (JENKINS-28267) When building IPA - Expand 'Output directory' with extra variables

2015-09-22 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-28267 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: When building IPA - Expand 'Output directory' with extra variables  
 
 
 
 
 
 
 
 
 
 
If I read the code correctly, right now the code does the following 
1. prepare the ipaOutputPath 2. remove existing ipas and dsyms in the global ipaOutputPath 3. for each app a. build the ipa into the ipaOutputPath 
Your proposal requires us to make the change of making the ipaOutputPath to be app specific. Cleaning in the loop will not work in the same way. 
I don't use projects that contain multiple apps. I would be happy to know more about those use cases to make sure they don't conflict with this change. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [xcode-plugin] (JENKINS-29480) Xcode plugin: dSYMs for embedded frameworks are not packaged

2015-09-22 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-29480 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Xcode plugin: dSYMs for embedded frameworks are not packaged  
 
 
 
 
 
 
 
 
 
 
Hello, thanks for the bug report ! 
It's my understanding that xcodebuild manages the dSYM generation itself. Have you checked that building the app using xcode manually does add the embedded frameworks symbols as well ? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [xcode-plugin] (JENKINS-30228) [xcode-plugin] Custom xcodebuild arguments should be textarea to make use easier

2015-09-22 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-30228 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: [xcode-plugin] Custom xcodebuild arguments should be textarea to make use easier  
 
 
 
 
 
 
 
 
 
 
Thanks ! Do you feel like trying to submit a patch ? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [xcode-plugin] (JENKINS-30591) Xcode 7: Unit Test failure related to unparseable date

2015-09-22 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-30591 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Xcode 7: Unit Test failure related to unparseable date  
 
 
 
 
 
 
 
 
 
 
See https://github.com/jenkinsci/xcode-plugin/pull/63 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [xcode-plugin] (JENKINS-29487) stringRep should be a non-empty string, but it's an empty string

2015-09-22 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-29487 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: stringRep should be a non-empty string, but it's an empty string  
 
 
 
 
 
 
 
 
 
 
Here's a potential workaround: "set the SDK in Xcode plugin to the value returned by xcodebuild -sdk" 
See http://stackoverflow.com/questions/31492286/jenkins-xcode-plugin-stringrep-should-be-a-non-empty-string-but-its-an-empty-s 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [xcode-plugin] (JENKINS-29165) Code sign failed, app will be rejected

2015-09-22 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-29165 
 
 
 
  Code sign failed, app will be rejected  
 
 
 
 
 
 
 
 
 

Change By:
 
 lacostej 
 
 
 
 
 
 
 
 
 
 I'm building an IPA from an Xcode project generated from Unity and using the Xcode plugin to compile the Unity Xcode project into an IPA, which succeeds.I did however need to work around an issue with changes to app signing by Apple as can be read here: https://developer.apple.com/library/mac/technotes/tn2206/_index.html#//apple_ref/doc/uid/DTS40007919-CH1-TNTAG205 Note that it says the app will be rejected if it does not comply to these new rules, even though the app installs and runs just fine.At first these changes failed my build, for which I had to add the following to the Custom x-code build arguments:CODE_SIGN_RESOURCE_RULES_PATH=$(SDKROOT)/ResourceRules.plistIn order to fix a failure related to the changes in app signing, as described here:http://stackoverflow.com/questions/26516442/how-do-we-manually-fix-resourcerules-plist-cannot-read-resources-error-afterWhile this stopped the build from failing I still find the following in the logs: (please note I've changed the project name, company name and user name everywhere, some things are confidential) {code} _"Output directory: '/Users/Shared/Jenkins/Home/jobs/Project X iOS/workspace/Builds/Completed/iOS/IPA/2440 2015.07.01.ipa'Temporary Directory: '/tmp/sd10Ip_V0_'  (will NOT be deleted on exit when verbose set)+ /bin/cp -Rp /Users/Shared/Jenkins/Home/jobs/Project X iOS/workspace/Builds/Completed/iOS/Project X.app /tmp/sd10Ip_V0_/PayloadProgram /bin/cp returned 0 : []### Checking original app+ /usr/bin/codesign --verify - /Users/Shared/Jenkins/Home/jobs/Project X iOS/workspace/Builds/Completed/iOS/Project X.appProgram /usr/bin/codesign returned 1 : [/Users/Shared/Jenkins/Home/jobs/Project X iOS/workspace/Builds/Completed/iOS/Project X.app: resource envelope is obsolete (custom omit rules)]Codesign check fails : /Users/Shared/Jenkins/Home/jobs/Project X iOS/workspace/Builds/Completed/iOS/Project X.app: resource envelope is obsolete (custom omit rules)"_ {code} and when attempting to be re-signed: {code} _"### Codesigning '/Users/me/Library/MobileDevice/Provisioning Profiles/GenericInHouseDistributionNoDomain.mobileprovision' with 'iPhone Distribution: Company Name'+ /usr/bin/codesign --force --preserve-metadata=identifier,entitlements,resource-rules --sign iPhone Distribution: Company Name. --resource-rules=/tmp/awnWzkayhO/Payload/Project X.app/ResourceRules.plist --entitlements /tmp/awnWzkayhO/entitlements_plist0PcvLRzr /tmp/awnWzkayhO/Payload/Project X.appProgram /usr/bin/codesign returned 0 : [Warning: usage of --preserve-metadata with option "resource-rules" (deprecated in Mac OS X >= 10.10)!Warning: --resource-rules has been deprecated in Mac OS X >= 10.10!"_ {code} Also when manually verifying the code signing of the app with the Terminal I get the following response:_"/Users/Shared/Jenkins/Home/jobs/Project X iOS/workspace/Builds/Completed/iOS/Project X.app: resource envelope is obsolete (custom omit rules)"_Some googling has led me to discover that changes were made to code signing by Apple in recent updates to OS X / Xcode, deprecating --resource-rules in the _codesign_ command and requiring some other additions, as can be read here: 

[JIRA] [core] (JENKINS-27854) iOS Unit Tests hang after Jenkins Update

2015-09-22 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-27854 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: iOS Unit Tests hang after Jenkins Update  
 
 
 
 
 
 
 
 
 
 
This is a most probably a bug in Xcode 6.2. See http://stackoverflow.com/questions/25380365/timeout-when-running-xcodebuild-tests-under-xcode-6-via-ssh 
Can be worked around by "converting your Jenkins configuration from being a LaunchDaemon to being a LaunchAgent" 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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-27854) iOS Unit Tests hang after Jenkins Update

2015-09-22 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej closed an issue as Won't Fix 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
See above comment 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-27854 
 
 
 
  iOS Unit Tests hang after Jenkins Update  
 
 
 
 
 
 
 
 
 

Change By:
 
 lacostej 
 
 
 

Status:
 
 Open Closed 
 
 
 

Resolution:
 
 Won't 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] [xcode-plugin] (JENKINS-28563) allow configuration of derivedDataPath parameter

2015-09-22 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-28563 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: allow configuration of derivedDataPath parameter  
 
 
 
 
 
 
 
 
 
 
Thanks ! Would you try adding a pull request ? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [xcode-plugin] (JENKINS-30591) Xcode 7: Unit Test failure related to unparseable date

2015-09-22 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-30591 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Xcode 7: Unit Test failure related to unparseable date  
 
 
 
 
 
 
 
 
 
 
Not sure why the jira / github integration didn't kick in at all, it should have linked the PR / commit to this} 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [xcode-plugin] (JENKINS-30591) Xcode 7: Unit Test failure related to unparseable date

2015-09-22 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej edited a comment on  JENKINS-30591 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Xcode 7: Unit Test failure related to unparseable date  
 
 
 
 
 
 
 
 
 
 Not sure why the jira / github integration didn't kick in at all, it should have linked the PR / commit to this } 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [xcode-plugin] (JENKINS-28256) Xcode plugin does not work when using workspaces

2015-09-22 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-28256 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Xcode plugin does not work when using workspaces  
 
 
 
 
 
 
 
 
 
 
Thanks for the patch ! 
I suspect it would be cleaner if we were searching for wether the project option is set or not. Making a commit. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [xcode-plugin] (JENKINS-29165) Code sign failed, app will be rejected

2015-09-22 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-29165 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Code sign failed, app will be rejected  
 
 
 
 
 
 
 
 
 
 
This is a problem inside xcodebuild itself, as the command that does this is the PackageApplication script part of xcode. I've notified Apple long time ago and haven't heard from them. 
Other xcodebuild wrapper projects work-around this by patching the PackageApplication step. See https://github.com/fastlane/gym/blob/a9c2fd83b9529fdf00f79f9ec97b238539bc7e3f/lib/assets/package_application_patches/0001_codesign_args_patch.diff 
Xcode 7 comes with its own way of exporting the archive which should work around this. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [xcode-plugin] (JENKINS-29165) Code sign failed, app will be rejected

2015-09-22 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej closed an issue as Won't Fix 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
Bug in Xcode. Patch PackageApplication with xcode < 7 is a workaround 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-29165 
 
 
 
  Code sign failed, app will be rejected  
 
 
 
 
 
 
 
 
 

Change By:
 
 lacostej 
 
 
 

Status:
 
 Open Closed 
 
 
 

Resolution:
 
 Won't 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] [xcode-plugin] (JENKINS-22802) assets.car code sign failure

2015-09-22 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-22802 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: assets.car code sign failure  
 
 
 
 
 
 
 
 
 
 
This is because we need to use the new archivePath argument I think. 
See http://stackoverflow.com/a/24310447/311450 
See also JENKINS-30362 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-30396) Incorrect Unity executable path "suffix" for OSX in 1.2 release

2015-09-11 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-30396 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Incorrect Unity executable path "suffix" for OSX in 1.2 release  
 
 
 
 
 
 
 
 
 
 
Really sorry about that. I only tested on Linux and didn't do the test on my own server... That will teach me from copy pasting things quickly. 
Thanks a lot Flemming for the dig. Pushed a fix, and making a new release right now. Not sure how long it takes for the release to appear online. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-30186) unity 5 cannot find android sdk using jenkins

2015-09-10 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej resolved as Cannot Reproduce 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30186 
 
 
 
  unity 5 cannot find android sdk using jenkins  
 
 
 
 
 
 
 
 
 

Change By:
 
 lacostej 
 
 
 

Status:
 
 Open Resolved 
 
 
 

Resolution:
 
 Cannot Reproduce 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-30186) unity 5 cannot find android sdk using jenkins

2015-09-10 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-30186 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: unity 5 cannot find android sdk using jenkins  
 
 
 
 
 
 
 
 
 
 
Hello, I haven't heard back. I am closing this issue except if you can add more information. 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] [unity3d-plugin] (JENKINS-30321) Unity Linux Editor Support

2015-09-10 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej resolved as Fixed 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
Fixed. Coming in next release (1.2) 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-30321 
 
 
 
  Unity Linux Editor Support  
 
 
 
 
 
 
 
 
 

Change By:
 
 lacostej 
 
 
 

Status:
 
 Open Resolved 
 
 
 

Resolution:
 
 Fixed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-30321) Unity Linux Editor Support

2015-09-07 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-30321 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Unity Linux Editor Support  
 
 
 
 
 
 
 
 
 
 
Adding support should be fairly simple. 2 small changes to add: 
Do you have access to a Unity3d installation on a Linux host ? 
If so, can you give me the following information: 
 

relative path of the executable from the UNITY_HOME directory. See 

 

private static File getExeFile(File unityHome) {
if (Functions.isWindows()) {
return new File(unityHome, "Editor/Unity.exe");
} else { // mac assumed
return new File(unityHome, "Contents/MacOS/Unity");
}
}
 


 
 
 

standard location of the Editor.log file (e.g. http://docs.unity3d.com/Manual/LogFiles.html) 

 

if (Functions.isWindows()) {
[]
File applocaldata = new File(localAppData);
return new File(applocaldata, "Unity/Editor/Editor.log");
} else { // mac assumed
File userhome = new File(EnvVars.masterEnvVars.get("HOME"));
return new File(userhome, "Library/Logs/Unity/Editor.log");
}
}
 


 
 
Thanks 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

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

[JIRA] [unity3d-plugin] (JENKINS-30321) Unity Linux Editor Support

2015-09-07 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-30321 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Unity Linux Editor Support  
 
 
 
 
 
 
 
 
 
 
Jony, be my guest if you want to try the latest build (not yet released). See the above commit.  
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-30321) Unity Linux Editor Support

2015-09-07 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-30321 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Unity Linux Editor Support  
 
 
 
 
 
 
 
 
 
 
Jony, I added a reply to your post on the Unity forum with some potential troubleshooting steps. I'll try to set up a Linux server here in the mean time. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-29722) Ability to parametrize the Unity Installation at build time

2015-08-29 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-29722 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Ability to parametrize the Unity Installation at build time  
 
 
 
 
 
 
 
 
 
 
You're right Charles. This is a limitation. I would prefer to have an approach like xcode with the DEVELOPER_DIR environment variable (or UNITY3D_VERSION in this case). Something to think about. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-30186) unity 5 cannot find android sdk using jenkins

2015-08-28 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-30186 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: unity 5 cannot find android sdk using jenkins  
 
 
 
 
 
 
 
 
 
 
This is most probably a configuration of your Unity3d client. 
Have you looked at http://docs.unity3d.com/Manual/android-sdksetup.html ? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-29218) Ability to use environment variables in unity adresses

2015-07-07 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-29218 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Ability to use environment variables in unity adresses  
 
 
 
 
 
 
 
 
 
 
OK. So you want to set the variable in the job's environment, not in the node. Correct ?  Do you use something like EnvInject to do this ? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-29218) Ability to use environment variables in unity adresses

2015-07-07 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-29218 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Ability to use environment variables in unity adresses  
 
 
 
 
 
 
 
 
 
 
Note that I've changed the way envVars were used. 
I tested it by creating unity installs like this one: 
Unity Variable /Applications/Unity$ {UNITY_VERSION} 
/Unity.app 
Unity Variable Full $ {UNITY_HOME} 
and created UNITY_HOME and UNITY_VERSION under the master env vars or the job (using EnvIject). 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-29218) Ability to use environment variables in unity adresses

2015-07-07 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej edited a comment on  JENKINS-29218 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Ability to use environment variables in unity adresses  
 
 
 
 
 
 
 
 
 
 NotethatI'vechangedthewayenvVarswereused.Itesteditbycreatingunityinstallslikethisone: {code} UnityVariable/Applications/Unity${UNITY_VERSION}/Unity.appUnityVariableFull${UNITY_HOME} {code}   andcreatedUNITY_HOMEandUNITY_VERSIONunderthemasterenvvarsorthejob(usingEnvIject). 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-29218) Ability to use environment variables in unity adresses

2015-07-07 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-29218 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Ability to use environment variables in unity adresses  
 
 
 
 
 
 
 
 
 
 
I made a commit to improve documentation and detection of configuration that contain variables. Feel free to try the latest build. It's not yet released as 1.1 but would appreciate the feedback before I release it. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-29226) Improvement on command line parsing

2015-07-04 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-29226 
 
 
 
  Improvement on command line parsing  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 lacostej 
 
 
 

Components:
 

 unity3d-plugin 
 
 
 

Created:
 

 04/Jul/15 12:04 PM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 lacostej 
 
 
 
 
 
 
 
 
 
 
 

-projectPath is added before the environment is resolved, meaning if a custom projectPath is added, it won't support environment variable
 

if an env.var references a build parameter, the resolution isn't done.
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
   

[JIRA] [unity3d-plugin] (JENKINS-29226) Improvement on command line parsing

2015-07-04 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej resolved as Fixed 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-29226 
 
 
 
  Improvement on command line parsing  
 
 
 
 
 
 
 
 
 

Change By:
 
 lacostej 
 
 
 

Status:
 
 Open Resolved 
 
 
 

Resolution:
 
 Fixed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-29218) Ability to use environment variables in unity adresses

2015-07-04 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-29218 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Ability to use environment variables in unity adresses  
 
 
 
 
 
 
 
 
 
 
Petr, can you explain what isn't working for you here ? 
I seem to recall that the Unity3dInstallation path is parsed against the node environment: 

 

public Unity3dInstallation forEnvironment(EnvVars env) {
return new Unity3dInstallation(this, env.expand(getHome()), getProperties().toList());
}
 

 
Where do you put your environment variables ?  
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-16170) Ability for the plugin to auto-install Unity3d

2015-06-02 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-16170 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Ability for the plugin to auto-install Unity3d  
 
 
 
 
 
 
 
 
 
 
I have scripts that I use to install unity3d from the command line: 
 https://bitbucket.org/WeWantToKnow/unity3d_scripts 
works on mac os x, unfinalized on Windows. Please try them and see if that works for you. 
Now that I have stabilized this plugin, I am currently thinking of moving the running and intalling of unity3d into a command line tool, as a mix of shenzhen/ipa and https://github.com/neonichu/xcode-install. It would be better if this feature was completely outside jenkins for real CLI usage. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-24386) Unity Test Tools package returns 2 or 3 for failed integration testing.

2015-05-30 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej closed an issue as Fixed 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-24386 
 
 
 
  Unity Test Tools package returns 2 or 3 for failed integration testing.  
 
 
 
 
 
 
 
 
 

Change By:
 
 lacostej 
 
 
 

Status:
 
 Resolved Closed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-24386) Unity Test Tools package returns 2 or 3 for failed integration testing.

2015-05-29 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-24386 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Unity Test Tools package returns 2 or 3 for failed integration testing.  
 
 
 
 
 
 
 
 
 
 
Released as part of v1.0. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-24386) Unity Test Tools package returns 2 or 3 for failed integration testing.

2015-05-29 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-24386 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Unity Test Tools package returns 2 or 3 for failed integration testing.  
 
 
 
 
 
 
 
 
 
 
Hei Mark, thanks for the help! 
I've added integration tests so it should go reasonably well, but some user feedback from those who requested the feature might help! 
v1.0 was released with the feature. The plugins update site hasn't picked it up yet I think, but you can fetch it from here: http://updates.jenkins-ci.org/download/plugins/unity3d-plugin/ 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-24386) Unity Test Tools package returns 2 or 3 for failed integration testing.

2015-05-27 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-24386 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Unity Test Tools package returns 2 or 3 for failed integration testing.  
 
 
 
 
 
 
 
 
 
 
If someone wants to test this feature, give feedback, and then I will release v1.0 of the plugin. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-24386) Unity Test Tools package returns 2 or 3 for failed integration testing.

2015-05-27 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-24386 
 
 
 
  Unity Test Tools package returns 2 or 3 for failed integration testing.  
 
 
 
 
 
 
 
 
 

Change By:
 
 lacostej 
 
 
 
 
 
 
 
 
 
 } UnityTestToolspackagewillproduceanexitcodeof2(partialfail)or3(allfail)ifthereareintegrationtestfailures.Currently,theplugintreats2and3aserrorsandIamhopingtheycanbesetuptomarkthebuildasunstableortohaveitasanoption.Thedocumentationregardingtheexitcodesof0,2,and3areavailableonthe19thpageofUnitTestToolsDocsUnitTestTools-en.pdf. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-28567) Unity3d bug #699226: -logFile argument seems to cause output bug

2015-05-26 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-28567 
 
 
 
  Unity3d bug #699226: -logFile argument seems to cause output bug  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 lacostej 
 
 
 

Components:
 

 unity3d-plugin 
 
 
 

Created:
 

 26/May/15 9:03 AM 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 lacostej 
 
 
 
 
 
 
 
 
 
 
I reported issue #699226 to unity3d, because the -logFile argument affects the way some output goes to the logs. While the -logFile argument is preferred in a CI environment, one should know about this issue. 
Easily reproducible with a PostprocessBuildPlayer script that outputs to stdout and stderr.  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
  

[JIRA] [unity3d-plugin] (JENKINS-24265) Wrong auto-detected editor.log PATH on system user on Windows

2015-05-26 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-24265 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Wrong auto-detected editor.log PATH on system user on Windows  
 
 
 
 
 
 
 
 
 
 
I would have implemented default -logFile argument if not for JENKINS-28567... 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-24265) Wrong auto-detected editor.log PATH on system user on Windows

2015-05-26 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-24265 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Wrong auto-detected editor.log PATH on system user on Windows  
 
 
 
 
 
 
 
 
 
 
I just found this comment on the Wiki https://wiki.jenkins-ci.org/display/JENKINS/Unity3dBuilder+Plugin?focusedCommentId=73532468#comment-73532468 
 
I've configured Global Configuration with location of Unity (custom path under D:\Unity) 
I've added a builstep to invoke Unity and passed command line arguments, including logfile and projectpath. 
I get the following:15:09:33 FATAL: null 15:09:33 java.lang.NullPointerException 15:09:33 at java.io.File.init(Unknown Source) 15:09:33 at org.jenkinsci.plugins.unity3d.Unity3dInstallation.getEditorLogFile(Unity3dInstallation.java:121) 15:09:33 at org.jenkinsci.plugins.unity3d.Unity3dInstallation.access$100(Unity3dInstallation.java:35) 15:09:33 at org.jenkinsci.plugins.unity3d.Unity3dInstallation$3.call(Unity3dInstallation.java:112) 15:09:33 at org.jenkinsci.plugins.unity3d.Unity3dInstallation$3.call(Unity3dInstallation.java:110) 15:09:33 at hudson.remoting.LocalChannel.call(LocalChannel.java:45) 15:09:33 at org.jenkinsci.plugins.unity3d.Unity3dInstallation.getEditorLogPath(Unity3dInstallation.java:110) 15:09:33 at org.jenkinsci.plugins.unity3d.Unity3dBuilder._perform(Unity3dBuilder.java:104) 15:09:33 at org.jenkinsci.plugins.unity3d.Unity3dBuilder.perform(Unity3dBuilder.java:79) 15:09:33 at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) 15:09:33 at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:804) 15:09:33 at hudson.model.Build$BuildExecution.build(Build.java:199) 15:09:33 at hudson.model.Build$BuildExecution.doRun(Build.java:160) 15:09:33 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:585) 15:09:33 at hudson.model.Run.execute(Run.java:1684) 15:09:33 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) 15:09:33 at hudson.model.ResourceController.execute(ResourceController.java:88) 15:09:33 at hudson.model.Executor.run(Executor.java:231) 
The build works fine with same argument from the command line
 
After googling a bit, Windows XP doesn't have a LOCALAPPDATA. That was strange as Unity3d supports Windows XP. 
So now the issue might be that I misread the http://docs.unity3d.com/Manual/LogFiles.html documentation. It is a bit confusing I think, as it seems that LOCALAPPDATA environment variable may not match the CIDL_LOCAL_APPDATA contents. 
Yet we are assuming that LOCALAPPDATA is going to contain the proper PATH while we should really go for CSIDL_LOCAL_APPDATA. 
A way to retrieve that value would be to use jna and  https://github.com/twall/jna/blob/master/contrib/platform/src/com/sun/jna/platform/win32/ShlObj.java#L54 
See also http://stackoverflow.com/questions/585534/what-is-the-best-way-to-find-the-users-home-directory-in-java 
Still in most cases, -logFile would be preferred, except for the issues (#JENKINS-28567) it might cause. 
 
 
 
 
 
 
 
 
 
 
 
 

[JIRA] [unity3d-plugin] (JENKINS-20349) Be able to specify Unity3D path per slave without installation on master

2015-05-26 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-20349 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Be able to specify Unity3D path per slave without installation on master  
 
 
 
 
 
 
 
 
 
 
I will close this issue: 
 

the configuration on the master is now optional
 

the home field for the tool installation directory is now documented
 

both the configuration in the master and the retrieval of the installation path at job execution time fail with relevant contextual information (print out the installation path and expected path of the executable)
 
 
I hope this is enough! 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-24386) Unity Test Tools package returns 2 or 3 for failed integration testing.

2015-05-26 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-24386 
 
 
 
  Unity Test Tools package returns 2 or 3 for failed integration testing.  
 
 
 
 
 
 
 
 
 

Change By:
 
 lacostej 
 
 
 
 
 
 
 
 
 
 } UnityTestToolspackagewillproduceanexitcodeof2(partialfail)or3(allfail)ifthereareintegrationtestfailures.Currently,theplugintreats2and3aserrorsandIamhopingtheycanbesetuptomarkthebuildasunstableortohaveitasanoption.Thedocumentationregardingtheexitcodesof0,2,and3areavailableonthe19thpageofUnitTestToolsDocsUnitTestTools-en.pdf. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-24386) Unity Test Tools package returns 2 or 3 for failed integration testing.

2015-05-26 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-24386 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Unity Test Tools package returns 2 or 3 for failed integration testing.  
 
 
 
 
 
 
 
 
 
 
I see that other builders have similar need. See JENKINS-23786 I wonder if it is possible to implement this in a common way for all builders 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-24265) Wrong auto-detected editor.log PATH on system user on Windows

2015-05-26 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-24265 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Wrong auto-detected editor.log PATH on system user on Windows  
 
 
 
 
 
 
 
 
 
 
I've tested this briefly on a Windows 7 JNLP slave. It requires more testing. If you have a computer which was affected by the previous behavior, feel free to report whether this now works or not. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-25939) Job abort doesn't kill process

2015-05-26 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej closed an issue as Cannot Reproduce 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
Fixed in v0.8 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-25939 
 
 
 
  Job abort doesn't kill process  
 
 
 
 
 
 
 
 
 

Change By:
 
 lacostej 
 
 
 

Status:
 
 Resolved Closed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-27896) Running a Unity3dBuilder Plugin step on a Jenkins slave configured to run as a Windows service is broken

2015-05-26 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej closed an issue as Duplicate 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
That was fixed in v0.7 or earlier 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-27896 
 
 
 
  Running a Unity3dBuilder Plugin step on a Jenkins slave configured to run as a Windows service is broken  
 
 
 
 
 
 
 
 
 

Change By:
 
 lacostej 
 
 
 

Status:
 
 Resolved Closed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-23958) Pipe Broken

2015-05-26 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej closed an issue as Fixed 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
Fixed in v0.8 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-23958 
 
 
 
  Pipe Broken  
 
 
 
 
 
 
 
 
 

Change By:
 
 lacostej 
 
 
 

Status:
 
 Resolved Closed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-20349) Be able to specify Unity3D path per slave without installation on master

2015-05-26 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej closed an issue as Fixed 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
FIxed in v0.9 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-20349 
 
 
 
  Be able to specify Unity3D path per slave without installation on master  
 
 
 
 
 
 
 
 
 

Change By:
 
 lacostej 
 
 
 

Status:
 
 Resolved Closed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-22492) java.io.IOException: Pipe broken

2015-05-26 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej closed an issue as Duplicate 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
Fixed in v0.8 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-22492 
 
 
 
  java.io.IOException: Pipe broken  
 
 
 
 
 
 
 
 
 

Change By:
 
 lacostej 
 
 
 

Status:
 
 Resolved Closed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-22492) java.io.IOException: Pipe broken

2015-05-25 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-22492 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: java.io.IOException: Pipe broken  
 
 
 
 
 
 
 
 
 
 
I have a fix for 

JENKINS-23958
. Will be in v0.8. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-25939) Job abort doesn't kill process

2015-05-25 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-25939 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Job abort doesn't kill process  
 
 
 
 
 
 
 
 
 
 
I tried to reproduce the problem in a Jenkins 1.610 distributed setup with a Linux master and a Mac slave on a 5 min Unity3d 5.0.1f1 job (I use a PostprocessBuildPlayer that sleeps for 5 min). The UNity3d plugin was v0.8. 
To try to reproduce the problem, I used 
 

the stop button
 

the Build Time-out plugin (1.14.1) with a 1 min max timing out if the console had no activity
 

the same plugin with an absolute 1 min time out.
 
 
In all cases, the job stopped and there was no dangling Unity3d processes on the slave. 
So I am unable to reproduce this issue. Please provide more information about your environment. In particular, jenkins version, unity3d plugin version, java version, Unity3d version, etc. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-25939) Job abort doesn't kill process

2015-05-25 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej resolved as Cannot Reproduce 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
Resolving as Cannot Reproduce until I get more information. 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-25939 
 
 
 
  Job abort doesn't kill process  
 
 
 
 
 
 
 
 
 

Change By:
 
 lacostej 
 
 
 

Status:
 
 Open Resolved 
 
 
 

Resolution:
 
 CannotReproduce 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-23958) Pipe Broken

2015-05-24 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-23958 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Pipe Broken  
 
 
 
 
 
 
 
 
 
 
I know the root cause and I have a fix that seems to pass my tests. 
The root cause is when I wrote the plugin, I created my own piping mechanism because I was having issues with the Jenkins remoting one. When doing so, I went with using the remoting and java.io.Piped*Stream. 
See https://github.com/jenkinsci/unity3d-plugin/blob/b4d78b6fee8752c02eacb35c1b0416c55d9d76f5/src/main/java/org/jenkinsci/plugins/unity3d/io/Pipe.java#L35 
While the java.io.Piped*Stream classes work fine most of the time, they have some issues, including thread unfriendliness. See http://www.live-graph.org/javadoc/complete/org/LiveGraph/dataFile/read/PipedInputStream.html for some description. 
As stated in the Javadoc for the java.io.PipedInputStream: A pipe is said to be broken if a thread that was providing data bytes to the connected piped output stream is no longer alive. 
In the case of jenkins used in a distributed scenario, those threads are pooled (search threadPoolForRemoting in jenkins core). In particular, if the remote output isn't producing output for a while, this pooling seems to have more chance of happening. In this case, the writeSide thread is recycled/replaced. The next call to read detects the pipe is broken. 
So we cannot use the java.io.Piped*Stream in conjunction with Jenkins. 
Now it seems that I can use the jenkins remoting FastPiped*Stream classes and everything work fine. So easy... 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-23958) Pipe Broken

2015-05-23 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej edited a comment on  JENKINS-23958 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Pipe Broken  
 
 
 
 
 
 
 
 
 
 Goodnews,Imanagedtofindatleastonereproduciblescenarioinwhichthiserrorhappens.It 's requiredadistributedbuiltsetup.Moreinfolater! 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [unity3d-plugin] (JENKINS-23958) Pipe Broken

2015-05-23 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-23958 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Pipe Broken  
 
 
 
 
 
 
 
 
 
 
Good news, I managed to find at least one reproducible scenario in which this error happens. It's required a distributed built setup. More info later! 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [remoting] (JENKINS-28545) PipeTest#testReaderCloseWhileWriterIsStillWriting-local-compatibility remoting test hangs on JDK 1.6

2015-05-22 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-28545 
 
 
 
  PipeTest#testReaderCloseWhileWriterIsStillWriting-local-compatibility remoting test hangs on JDK 1.6  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Attachments:
 

 LOG.txt 
 
 
 

Components:
 

 remoting 
 
 
 

Created:
 

 22/May/15 3:00 PM 
 
 
 

Environment:
 

 Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 14:51:28+0100)  Maven home: /Users/lacostej/local/lib/apache-maven-3.0.5  Java version: 1.6.0_65, vendor: Apple Inc.  Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home  Default locale: en_US, platform encoding: MacRoman  OS name: mac os x, version: 10.9.5, arch: x86_64, family: mac 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 lacostej 
 
 
 
 
 
 
 
 
 
 
This test hangs when executed through mvn test. 
With Java 1.6.0_65, on my Mac: 
 

If I run mvn test -Dtest=PipeTest, it passes.
   

[JIRA] [unity3d-plugin] (JENKINS-23958) Pipe Broken

2015-05-21 Thread lacos...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 lacostej commented on  JENKINS-23958 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Pipe Broken  
 
 
 
 
 
 
 
 
 
 
Thanks Charles for the logs. 
I don't know what's happening yet but this should help us a bit. I am surprised to not see more communication. 
What can I see: 
 

Pipe.Chunks are seen up to May 21, 2015 9:26:15
 

followed by lots of hudson.remoting.UnexportCommand
 

a PingThread kicks in at May 21, 2015 9:27:40 AM
 

a PingThread kicks in at May 21, 2015 9:28:11 AM
 

nothing during 2 min
 

a Pipe.Chunk is sent
 

a Dead is received instead of an Ack
 
 
Here's a patch to apply to your remoting.jar https://github.com/lacostej/remoting/commit/02969e1271443afc933dcb8e0d472c1dfc9e8856 that could help knowing why the Death. Maybe worth a shot ? 
This also should help a bit: https://wiki.jenkins-ci.org/display/JENKINS/Remoting+issue although Charles said he couldn't find any specific info in his slaves logs. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

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

[JIRA] [xcode-plugin] (JENKINS-17457) get a non-existing directory problem when making an IPA after building a workspace.

2015-04-29 Thread lacos...@java.net (JIRA)














































lacostej
 commented on  JENKINS-17457


get a non-existing directory problem when making an IPA after building a workspace.















Sorry for the misunderstanding, I marked the other one as resolved because it was resolved as "duplicate of this issue". When they are duplicate, I don't consider their status meaningful.

As for the issue itself, the last comment of mine describes the current state of the issue. I haven't concluded on what to do yet. Any feedback on #comment-217588 is appreciated



























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.


[JIRA] [google-login-plugin] (JENKINS-28152) DNS issue on the server results in

2015-04-29 Thread lacos...@java.net (JIRA)














































lacostej
 created  JENKINS-28152


DNS issue on the server results in 















Issue Type:


Bug



Assignee:


recampbell



Components:


google-login-plugin



Created:


29/Apr/15 12:47 PM



Description:


If the server experiences a DNS issue, the following page is shown:


java.net.UnknownHostException: accounts.google.com
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:178)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:618)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
	at sun.net.www.protocol.https.HttpsClient.init(HttpsClient.java:275)
	at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:371)
	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:932)
	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1091)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:250)
	at com.google.api.client.http.javanet.NetHttpRequest.execute(NetHttpRequest.java:77)
	at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:965)
	at com.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(TokenRequest.java:283)
	at com.google.api.client.auth.oauth2.TokenRequest.execute(TokenRequest.java:307)
	at org.jenkinsci.plugins.googlelogin.GoogleOAuth2SecurityRealm$2.onSuccess(GoogleOAuth2SecurityRealm.java:171)
	at org.jenkinsci.plugins.googlelogin.OAuthSession.doFinishLogin(OAuthSession.java:99)
	at org.jenkinsci.plugins.googlelogin.GoogleOAuth2SecurityRealm.doFinishLogin(GoogleOAuth2SecurityRealm.java:218)
	at sun.reflect.GeneratedMethodAccessor983.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:298)
	at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:161)
	at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:96)
	at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:121)
	at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:745)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:875)
	at org.kohsuke.stapler.MetaClass$4.doDispatch(MetaClass.java:211)
	at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:745)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:875)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:648)
	at org.kohsuke.stapler.Stapler.service(Stapler.java:237)
	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:96)
	at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:88)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)
	at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:48)
	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 

[JIRA] [google-login-plugin] (JENKINS-28152) DNS issue on the server results in page with stacktrace

2015-04-29 Thread lacos...@java.net (JIRA)














































lacostej
 updated  JENKINS-28152


DNS issue on the server results in page with stacktrace
















Change By:


lacostej
(29/Apr/15 12:48 PM)




Summary:


DNSissueontheserverresultsin

pagewithstacktrace



























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.


[JIRA] [google-login-plugin] (JENKINS-28152) DNS issue on the server results in page with stacktrace

2015-04-29 Thread lacos...@java.net (JIRA)














































lacostej
 updated  JENKINS-28152


DNS issue on the server results in page with stacktrace
















Change By:


lacostej
(29/Apr/15 12:50 PM)




Description:


IftheserverexperiencesaDNSissue,thefollowingpageisshown:{code}java.net.UnknownHostException:accounts.google.com	atjava.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:178)	atjava.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)	atjava.net.Socket.connect(Socket.java:579)	atsun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:618)	atsun.net.NetworkClient.doConnect(NetworkClient.java:175)	atsun.net.www.http.HttpClient.openServer(HttpClient.java:432)	atsun.net.www.http.HttpClient.openServer(HttpClient.java:527)	atsun.net.www.protocol.https.HttpsClient.init(HttpsClient.java:275)	atsun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:371)	atsun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191)	atsun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:932)	atsun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)	atsun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1091)	atsun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:250)	atcom.google.api.client.http.javanet.NetHttpRequest.execute(NetHttpRequest.java:77)	atcom.google.api.client.http.HttpRequest.execute(HttpRequest.java:965)	atcom.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(TokenRequest.java:283)	atcom.google.api.client.auth.oauth2.TokenRequest.execute(TokenRequest.java:307)	atorg.jenkinsci.plugins.googlelogin.GoogleOAuth2SecurityRealm$2.onSuccess(GoogleOAuth2SecurityRealm.java:171)	atorg.jenkinsci.plugins.googlelogin.OAuthSession.doFinishLogin(OAuthSession.java:99)	atorg.jenkinsci.plugins.googlelogin.GoogleOAuth2SecurityRealm.doFinishLogin(GoogleOAuth2SecurityRealm.java:218)	atsun.reflect.GeneratedMethodAccessor983.invoke(UnknownSource)	atsun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)	atjava.lang.reflect.Method.invoke(Method.java:606)	atorg.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:298)	atorg.kohsuke.stapler.Function.bindAndInvoke(Function.java:161)	atorg.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:96)	atorg.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:121)	atorg.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)	atorg.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:745)	atorg.kohsuke.stapler.Stapler.invoke(Stapler.java:875)	atorg.kohsuke.stapler.MetaClass$4.doDispatch(MetaClass.java:211)	atorg.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)	atorg.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:745)	atorg.kohsuke.stapler.Stapler.invoke(Stapler.java:875)	atorg.kohsuke.stapler.Stapler.invoke(Stapler.java:648)	atorg.kohsuke.stapler.Stapler.service(Stapler.java:237)	atjavax.servlet.http.HttpServlet.service(HttpServlet.java:848)	atorg.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:686)	atorg.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1494)	athudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:96)	athudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:88)	atorg.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)	athudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:48)	atorg.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)	athudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)	athudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:51)	athudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)	atjenkins.security.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:117)	athudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)	atorg.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125)	

[JIRA] [google-login-plugin] (JENKINS-28152) DNS issue on the server results in page with stacktrace

2015-04-29 Thread lacos...@java.net (JIRA)














































lacostej
 updated  JENKINS-28152


DNS issue on the server results in page with stacktrace
















Change By:


lacostej
(29/Apr/15 12:49 PM)




Description:


IftheserverexperiencesaDNSissue,thefollowingpageisshown:{code}java.net.UnknownHostException:accounts.google.com	atjava.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:178)	atjava.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)	atjava.net.Socket.connect(Socket.java:579)	atsun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:618)	atsun.net.NetworkClient.doConnect(NetworkClient.java:175)	atsun.net.www.http.HttpClient.openServer(HttpClient.java:432)	atsun.net.www.http.HttpClient.openServer(HttpClient.java:527)	atsun.net.www.protocol.https.HttpsClient.init(HttpsClient.java:275)	atsun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:371)	atsun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191)	atsun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:932)	atsun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)	atsun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1091)	atsun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:250)	atcom.google.api.client.http.javanet.NetHttpRequest.execute(NetHttpRequest.java:77)	atcom.google.api.client.http.HttpRequest.execute(HttpRequest.java:965)	atcom.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(TokenRequest.java:283)	atcom.google.api.client.auth.oauth2.TokenRequest.execute(TokenRequest.java:307)	atorg.jenkinsci.plugins.googlelogin.GoogleOAuth2SecurityRealm$2.onSuccess(GoogleOAuth2SecurityRealm.java:171)	atorg.jenkinsci.plugins.googlelogin.OAuthSession.doFinishLogin(OAuthSession.java:99)	atorg.jenkinsci.plugins.googlelogin.GoogleOAuth2SecurityRealm.doFinishLogin(GoogleOAuth2SecurityRealm.java:218)	atsun.reflect.GeneratedMethodAccessor983.invoke(UnknownSource)	atsun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)	atjava.lang.reflect.Method.invoke(Method.java:606)	atorg.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:298)	atorg.kohsuke.stapler.Function.bindAndInvoke(Function.java:161)	atorg.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:96)	atorg.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:121)	atorg.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)	atorg.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:745)	atorg.kohsuke.stapler.Stapler.invoke(Stapler.java:875)	atorg.kohsuke.stapler.MetaClass$4.doDispatch(MetaClass.java:211)	atorg.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)	atorg.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:745)	atorg.kohsuke.stapler.Stapler.invoke(Stapler.java:875)	atorg.kohsuke.stapler.Stapler.invoke(Stapler.java:648)	atorg.kohsuke.stapler.Stapler.service(Stapler.java:237)	atjavax.servlet.http.HttpServlet.service(HttpServlet.java:848)	atorg.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:686)	atorg.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1494)	athudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:96)	athudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:88)	atorg.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)	athudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:48)	atorg.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)	athudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)	athudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:51)	athudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)	atjenkins.security.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:117)	athudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)	atorg.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125)	

[JIRA] [unity3d-plugin] (JENKINS-22492) java.io.IOException: Pipe broken

2015-04-24 Thread lacos...@java.net (JIRA)















































lacostej
 resolved  JENKINS-22492 as Duplicate


java.io.IOException: Pipe broken
















I'll assume this is a duplicate of JENKINS-23958.

I need more information from you guys. Please look at the information I added to JENKINS-23958 to help you create those debugging logs. I'll be happy to take a look anytime. This issue bothers me a lot  Thanks!





Change By:


lacostej
(24/Apr/15 8:11 AM)




Status:


Open
Resolved





Resolution:


Duplicate



























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.


[JIRA] [unity3d-plugin] (JENKINS-22492) java.io.IOException: Pipe broken

2015-04-24 Thread lacos...@java.net (JIRA)












































 
lacostej
 edited a comment on  JENKINS-22492


java.io.IOException: Pipe broken
















I'll assume this is a duplicate of JENKINS-23958.

I need more information from you guys. Please look at the information I added to JENKINS-23958 to help you create those debugging logs. I'll be happy to take a look anytime. This issue bothers me a lot  Thanks!

See https://issues.jenkins-ci.org/browse/JENKINS-23958?focusedCommentId=226618page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-226618



























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.


[JIRA] [unity3d-plugin] (JENKINS-27896) Running a Unity3dBuilder Plugin step on a Jenkins slave configured to run as a Windows service is broken

2015-04-24 Thread lacos...@java.net (JIRA)















































lacostej
 resolved  JENKINS-27896 as Duplicate


Running a Unity3dBuilder Plugin step on a Jenkins slave configured to run as a Windows service is broken
















Hello Victor, I'll assume this is the same issue as JENKINS-24265. I would please ask you to test v0.7 of the plugin and report your findings. Also let me know more about your configuration (OS version, etc) so that I can try to reproduce the environment.

Also check if using the -logFile option solves the problem.





Change By:


lacostej
(24/Apr/15 8:07 AM)




Status:


Open
Resolved





Resolution:


Duplicate



























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.


[JIRA] [unity3d-plugin] (JENKINS-23958) Pipe Broken

2015-04-23 Thread lacos...@java.net (JIRA)














































lacostej
 commented on  JENKINS-23958


Pipe Broken















As anyone tried to add some standard Jenkins debugging for the remoting element ?

For example, following https://wiki.jenkins-ci.org/display/JENKINS/Logging

1. Go to Jenkins / Manage / Logging
2. add a new log recorder, e.g. named "Remoting"
3. add a logger, with name hudson.remoting, level FINEST
4. optional add logging of anything unity3d related.
5. save it

Check that it works (you should start seeing logs appear as soon as some slaves are involved).

When the bug triggers, look at the logs and add them here or send them privately to me.



























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.


[JIRA] [unity3d-plugin] (JENKINS-23958) Pipe Broken

2015-04-23 Thread lacos...@java.net (JIRA)












































 
lacostej
 edited a comment on  JENKINS-23958


Pipe Broken
















As anyone tried to add some standard Jenkins debugging for the remoting element ?

For example, following https://wiki.jenkins-ci.org/display/JENKINS/Logging

1. Go to Jenkins / Manage Jenkins / System Log
2. add a new log recorder, e.g. named "Remoting"
3. add a logger, with name hudson.remoting, level FINEST
4. optional add another Logger for anything unity3d related (org.jenkinsci.plugins.unity3d / FINEST)
5. save it

Check that it works (you should start seeing logs appear as soon as some slaves are involved).

When the bug triggers, look at the logs and add them here or send them privately to me.



























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.


[JIRA] [unity3d-plugin] (JENKINS-20349) Be able to specify Unity3D path per slave without installation on master

2015-04-20 Thread lacos...@java.net (JIRA)














































lacostej
 commented on  JENKINS-20349


Be able to specify Unity3D path per slave without installation on master















Thanks Christian. I have to check if Jenkins can add some validation that the entered tool location is good. I.e. it should tell you you don't have the proper tool.

BTW; on Mac auto-installtion isn't yet integrated in the plugin... The option should be hidden.



























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.


[JIRA] [unity3d-plugin] (JENKINS-20349) Be able to specify Unity3D path per slave without installation on master

2015-04-20 Thread lacos...@java.net (JIRA)














































lacostej
 reopened  JENKINS-20349


Be able to specify Unity3D path per slave without installation on master
















I agree we need to update the documentation.

Anyone willing to contribute a patch ?





Change By:


lacostej
(20/Apr/15 2:04 PM)




Resolution:


NotADefect





Status:


Resolved
Reopened





Assignee:


ChristianWeinmüllner
lacostej



























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.


[JIRA] [unity3d-plugin] (JENKINS-27738) Build does not stop when build step is over

2015-04-15 Thread lacos...@java.net (JIRA)















































lacostej
 closed  JENKINS-27738 as Duplicate


Build does not stop when build step is over
















Change By:


lacostej
(15/Apr/15 2:07 PM)




Status:


Resolved
Closed



























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.


[JIRA] [unity3d-plugin] (JENKINS-27738) Build does not stop when build step is over

2015-04-15 Thread lacos...@java.net (JIRA)














































lacostej
 commented on  JENKINS-27738


Build does not stop when build step is over















Thanks. Really appreciated.



























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.


[JIRA] [unity3d-plugin] (JENKINS-27738) Build does not stop when build step is over

2015-04-15 Thread lacos...@java.net (JIRA)














































lacostej
 commented on  JENKINS-27738


Build does not stop when build step is over















Charles, I wonder if you could the latest version (0.7) and your previous logFile argument to see if the job stops properly (the job might not find the log though). Thanks!



























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.


[JIRA] [unity3d-plugin] (JENKINS-23958) Pipe Broken

2015-04-14 Thread lacos...@java.net (JIRA)














































lacostej
 commented on  JENKINS-23958


Pipe Broken















Ben, 

 It's not clear to me how this is different from JENKINS-22492 since
 they both appear to be identical according to the descriptions. I'm not sure which one I should watch, so I'm watching both 

Let's fix both then 

Do you happen to have a reliable way to reproduce this ? If not, have you tried to create one ?

Is your job long running ?

Do you use the -logFile option ?



























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.


[JIRA] [unity3d-plugin] (JENKINS-23958) Pipe Broken

2015-04-14 Thread lacos...@java.net (JIRA)














































lacostej
 commented on  JENKINS-23958


Pipe Broken















As indicated earlier, I posted a message on the dev list: https://groups.google.com/d/msg/jenkinsci-dev/LjHaBd6yUW8/LstWtVCaOHwJ
But I didn't get feedback.

I am considering to start patching the remoting lib to get more debugging. I don't understand why the pipe gets broken.



























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.


[JIRA] [unity3d-plugin] (JENKINS-27896) Running a Unity3dBuilder Plugin step on a Jenkins slave configured to run as a Windows service is broken

2015-04-11 Thread lacos...@java.net (JIRA)














































lacostej
 commented on  JENKINS-27896


Running a Unity3dBuilder Plugin step on a Jenkins slave configured to run as a Windows service is broken















Hello Victor,

Is this the same as JENKINS-24265 ? Are you using version 0.7 of the plugin ? I've made a change in v0.7 to help troubleshoot that particular issue. In fact from v0.7, it should not hang, just not display the console.

I need help troubleshooting it as I don't have a Windows server right now.

Contact me @lacostej on skype if you can.




























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.


[JIRA] [unity3d-plugin] (JENKINS-20997) Autobuild doesn't run postbuildprocesses

2015-04-03 Thread lacos...@java.net (JIRA)















































lacostej
 closed  JENKINS-20997 as Incomplete


Autobuild doesnt run postbuildprocesses 
















Change By:


lacostej
(03/Apr/15 8:03 AM)




Status:


Resolved
Closed



























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.


[JIRA] [unity3d-plugin] (JENKINS-17223) Failed build unity3d project with message Building Player from editor scripts requires Unity PRO

2015-04-03 Thread lacos...@java.net (JIRA)















































lacostej
 closed  JENKINS-17223 as Cannot Reproduce


Failed build unity3d project with message Building Player from editor scripts requires Unity PRO
















Change By:


lacostej
(03/Apr/15 8:04 AM)




Status:


Resolved
Closed



























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.


[JIRA] [unity3d-plugin] (JENKINS-20840) Incorrect unity argument given in example

2015-04-03 Thread lacos...@java.net (JIRA)















































lacostej
 closed  JENKINS-20840 as Fixed


Incorrect unity argument given in example
















Change By:


lacostej
(03/Apr/15 8:05 AM)




Status:


Resolved
Closed



























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.


[JIRA] [unity3d-plugin] (JENKINS-21735) Support automatically setting a -logFile argument relative to the project path to handle concurrent builds

2015-04-03 Thread lacos...@java.net (JIRA)















































lacostej
 closed  JENKINS-21735 as Fixed


Support automatically setting a -logFile argument relative to the project path to handle concurrent builds
















Change By:


lacostej
(03/Apr/15 8:05 AM)




Status:


Resolved
Closed



























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.


[JIRA] [unity3d-plugin] (JENKINS-23081) unity3d plugin not catching compilation errors

2015-04-03 Thread lacos...@java.net (JIRA)















































lacostej
 closed  JENKINS-23081 as Cannot Reproduce


unity3d plugin not catching compilation errors
















Change By:


lacostej
(03/Apr/15 8:05 AM)




Status:


Resolved
Closed



























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.


[JIRA] [unity3d-plugin] (JENKINS-27710) Unable to detect editor.log modifications hangs the plugin

2015-04-03 Thread lacos...@java.net (JIRA)















































lacostej
 closed  JENKINS-27710 as Fixed


Unable to detect editor.log modifications hangs the plugin
















Change By:


lacostej
(03/Apr/15 8:05 AM)




Status:


Resolved
Closed



























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.


[JIRA] [unity3d-plugin] (JENKINS-22315) Jenkins stalls building project, works fine outside of jenkins

2015-04-03 Thread lacos...@java.net (JIRA)















































lacostej
 closed  JENKINS-22315 as Duplicate


Jenkins stalls building project, works fine outside of jenkins
















Change By:


lacostej
(03/Apr/15 8:04 AM)




Status:


Resolved
Closed



























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.


[JIRA] [unity3d-plugin] (JENKINS-19448) Build parameters in Editor command line arguments [Unity3D plugin]

2015-04-03 Thread lacos...@java.net (JIRA)















































lacostej
 closed  JENKINS-19448 as Fixed


Build parameters in Editor command line arguments [Unity3D plugin]
















Change By:


lacostej
(03/Apr/15 8:05 AM)




Status:


Resolved
Closed



























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.


[JIRA] [unity3d-plugin] (JENKINS-27232) Unity 5.0.0f4 can't build

2015-04-03 Thread lacos...@java.net (JIRA)















































lacostej
 closed  JENKINS-27232 as Fixed


Unity 5.0.0f4 cant build
















Change By:


lacostej
(03/Apr/15 8:05 AM)




Status:


Resolved
Closed



























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.


  1   2   3   4   >