Skip to content
Success

Console Output

Started by user sarbian
Building in workspace /home/jenkins/jobs/CrewManifest/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/CrewManifest.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/CrewManifest.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/sarbian/CrewManifest.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 9e3e40a05b4efa8f797fa59977988adf715a26b3 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9e3e40a05b4efa8f797fa59977988adf715a26b3
 > git rev-list a1ac49d6e5c547bc175b00623e4e220faff119e8 # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson7463886083869429007.sh
+ mkdir -p GameData/CrewManifest/Plugins
+ ln -fsn /home/jenkins/jobs/CrewManifest/workspace/Icons GameData/CrewManifest/Icons
+ ln -fsn /home/jenkins/jobs/CrewManifest/workspace/LICENSE.txt GameData/CrewManifest/LICENSE.txt
+ /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/CrewManifest/Plugins/CrewManifest.dll '/recurse:*.cs'
Microsoft (R) Visual C# Compiler version 1.0.0.50618
Copyright (C) Microsoft Corporation. All rights reserved.

++ awk -F '"' '/AssemblyFileVersion/{print $2}' CrewManifest/Properties/AssemblyInfo.cs
+ zip -r CrewManifest-0.6.3.0.zip GameData
  adding: GameData/ (stored 0%)
  adding: GameData/CrewManifest/ (stored 0%)
  adding: GameData/CrewManifest/Icons/ (stored 0%)
  adding: GameData/CrewManifest/Icons/IconOff_24.png (deflated 3%)
  adding: GameData/CrewManifest/Icons/IconOn_24.png (deflated 0%)
  adding: GameData/CrewManifest/Icons/IconOn_38.png (stored 0%)
  adding: GameData/CrewManifest/Icons/IconOff_38.png (stored 0%)
  adding: GameData/CrewManifest/LICENSE.txt (deflated 41%)
  adding: GameData/CrewManifest/Plugins/ (stored 0%)
  adding: GameData/CrewManifest/Plugins/CrewManifest.dll (deflated 57%)
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