Skip to content
Success

Console Output

Started by user sarbian
Building in workspace /home/jenkins/jobs/SideView/workspace
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/sarbian/SideView.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/sarbian/SideView.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/sarbian/SideView.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision a32b36a3a81cafb506ac788f65e0aa2d50bc6e33 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a32b36a3a81cafb506ac788f65e0aa2d50bc6e33
First time build. Skipping changelog.
[workspace] $ /bin/sh -xe /tmp/hudson3969794715156285997.sh
+ mkdir -p GameData/SideView
+ /home/roslyn/csc.exe /noconfig /target:library /checked- /nowarn:1701,1702,2008 /langversion:6 /nostdlib+ /platform:AnyCPU /warn:4 /errorendlocation /highentropyva- /optimize+ /debug- /filealign:512 /reference:/home/ksp/KSP_Data/Managed/Assembly-CSharp.dll /reference:/home/ksp/KSP_Data/Managed/mscorlib.dll /reference:/home/ksp/KSP_Data/Managed/System.Core.dll /reference:/home/ksp/KSP_Data/Managed/System.dll /reference:/home/ksp/KSP_Data/Managed/UnityEngine.dll /reference:/home/ksp/KSP_Data/Managed/UnityEngine.UI.dll /out:GameData/SideView/SideView.dll '/recurse:*.cs'
Microsoft (R) Visual C# Compiler version 1.0.0.50618
Copyright (C) Microsoft Corporation. All rights reserved.

SideView.cs(52,28,52,45): warning CS0169: The field 'SideView.orbitCameraObject' is never used
SideView.cs(55,24,55,35): warning CS0169: The field 'SideView.orbitCamera' is never used
+ ln -snf /home/jenkins/jobs/SideView/workspace/README.md GameData/SideView/README.md
+ ln -snf /home/jenkins/jobs/SideView/workspace/LICENSE.md GameData/SideView/LICENSE.md
++ awk -F '"' '/AssemblyFileVersion/{print $2}' Properties/AssemblyInfo.cs
+ zip -9 -r SideView-0.9.0.0.zip GameData
  adding: GameData/ (stored 0%)
  adding: GameData/SideView/ (stored 0%)
  adding: GameData/SideView/README.md (stored 0%)
  adding: GameData/SideView/SideView.dll (deflated 52%)
  adding: GameData/SideView/LICENSE.md (deflated 41%)
Archiving artifacts
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS