[JIRA] (JENKINS-58973) Completely broken?

8 views
Skip to first unread message

jenkins@bo3b.net (JIRA)

unread,
Aug 17, 2019, 2:53:02 AM8/17/19
to jenkinsc...@googlegroups.com
Bo3b Johnson created an issue
 
Jenkins / Bug JENKINS-58973
Completely broken?
Issue Type: Bug Bug
Assignee: lacostej
Components: unity3d-plugin
Created: 2019-08-17 06:52
Environment: Jenkins version 2.176.2
Windows Server 2019 Base
Unity 2017.4.26f1
Unity3D-plugin 1.3
Priority: Blocker Blocker
Reporter: Bo3b Johnson

Seems like the plugin doesn't work at all.  It does not find the log file, regardless of where the log is placed.

Here is log output when using default location:

// Time Elapsed 00:00:10.32 Piping unity Editor.log from C:\Windows\system32\config\systemprofile\AppData\Local\Unity\Editor\Editor.log [Katanga] $ "C:\Program Files\Unity\Editor\Unity.exe" -quit -batchmode -nographics -executeMethod ReleaseBuild.Build -projectPath "C:\Program Files (x86)\Jenkins\workspace\Katanga\UnityScreenApp" WARNING: No change detected to Editor.log path: 'C:\Windows\system32\config\systemprofile\AppData\Local\Unity\Editor\Editor.log'. The unity3d plugin was probably unable to find it in its expected locations (see JENKINS-24265). Consider using the -logFile argument to force a known editor.log path or report the issue.

The default location (in systemprofile) is working for Unity, the log is created, is complete, and the build was a success.  None of the info from the file is copied to the Jenkins output.

 

Similar output if I specify a different log file location:

// Time Elapsed 00:00:09.95
Piping unity Editor.log from C:\Windows\system32\config\systemprofile\AppData\Local\Unity\Editor\Editor.log
[Katanga] $ "C:\Program Files\Unity\Editor\Unity.exe" -quit -batchmode -nographics -executeMethod ReleaseBuild.Build -projectPath "C:\Program Files (x86)\Jenkins\workspace\Katanga\UnityScreenApp" -logfile "C:\Program Files (x86)\Jenkins\workspace\Katanga\unity_build.log"WARNING: No change detected to Editor.log path: 'C:\Windows\system32\config\systemprofile\AppData\Local\Unity\Editor\Editor.log'.
	The unity3d plugin was probably unable to find it in its expected locations (see JENKINS-24265).
	Consider using the -logFile argument to force a known editor.log path or report the issue.

It looks like even if I specify the log destination in the $WORKSPACE, that the plugin does not change it's location.

 

I've installed and tested this on two different servers, one Windows 2016, one Windows 2019.  Both running on AWS.

 

I know the plugin has not been touched in quite a long time, but that doesn't matter if it is still working.  Is it still working?

 

 

Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)

jenkins@bo3b.net (JIRA)

unread,
Aug 17, 2019, 2:54:04 AM8/17/19
to jenkinsc...@googlegroups.com
Bo3b Johnson updated an issue
Change By: Bo3b Johnson
Seems like the plugin doesn't work at all.  It does not find the log file, regardless of where the log is placed.

Here is log output when using default location:
{code:java}

// Time Elapsed 00:00:10.32 Piping unity Editor.log from C:\Windows\system32\config\systemprofile\AppData\Local\Unity\Editor\Editor.log [Katanga] $ "C:\Program Files\Unity\Editor\Unity.exe" -quit -batchmode -nographics -executeMethod ReleaseBuild.Build -projectPath "C:\Program Files (x86)\Jenkins\workspace\Katanga\UnityScreenApp" WARNING: No change detected to Editor.log path: 'C:\Windows\system32\config\systemprofile\AppData\Local\Unity\Editor\Editor.log'. The unity3d plugin was probably unable to find it in its expected locations (see JENKINS-24265). Consider using the -logFile argument to force a known editor.log path or report the issue.
{code}

The default location (in systemprofile) is working for Unity, the log is created, is complete, and the build was a success.  None of the info from the file is copied to the Jenkins output.

 

Similar output if I specify a different log file location using -logfile :
{code:java}

// Time Elapsed 00:00:09.95
Piping unity Editor.log from C:\Windows\system32\config\systemprofile\AppData\Local\Unity\Editor\Editor.log
[Katanga] $ "C:\Program Files\Unity\Editor\Unity.exe" -quit -batchmode -nographics -executeMethod ReleaseBuild.Build -projectPath "C:\Program Files (x86)\Jenkins\workspace\Katanga\UnityScreenApp" -logfile "C:\Program Files (x86)\Jenkins\workspace\Katanga\unity_build.log"WARNING: No change detected to Editor.log path: 'C:\Windows\system32\config\systemprofile\AppData\Local\Unity\Editor\Editor.log'.
The unity3d plugin was probably unable to find it in its expected locations (see JENKINS-24265).
Consider using the -logFile argument to force a known editor.log path or report the issue.
{code}

It looks like even if I specify the log destination in the $WORKSPACE, that the plugin does not change it's location.

 

I've installed and tested this on two different servers, one Windows 2016, one Windows 2019.  Both running on AWS.

 

I know the plugin has not been touched in quite a long time, but that doesn't matter if it is still working.  Is it still working?

 

 

cpeters@milkytea.com (JIRA)

unread,
Jan 31, 2020, 7:32:03 AM1/31/20
to jenkinsc...@googlegroups.com
Car Peters commented on Bug JENKINS-58973
 
Re: Completely broken?

I was in the same boat but managed to find a workaround by setting my logfile location to JENKINS_HOME

e.g.

-logfile ${JENKINS_HOME}"/unity_build.log"

This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)
Atlassian logo

cpeters@milkytea.com (JIRA)

unread,
Jan 31, 2020, 7:44:31 AM1/31/20
to jenkinsc...@googlegroups.com
Car Peters updated an issue
Change By: Car Peters
Comment:
I was in the same boat but managed to find a workaround by setting my logfile location to JENKINS_HOME

e.g.

-logfile ${JENKINS_HOME}"/unity_build.log"
Reply all
Reply to author
Forward
0 new messages