Started by user sarbian
Building in workspace /home/jenkins/jobs/GCMonitor/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/GCMonitor.git # timeout=10
Fetching upstream changes from https://github.com/sarbian/GCMonitor.git
> git --version # timeout=10
> git fetch --tags --progress https://github.com/sarbian/GCMonitor.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 822dab9c3b502480dcc87d6ba8c2db1a19a92f33 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 822dab9c3b502480dcc87d6ba8c2db1a19a92f33
> git rev-list 822dab9c3b502480dcc87d6ba8c2db1a19a92f33 # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson3015527958537951190.sh
++ awk -F '"' '/^\[.*AssemblyVersion/{print $2}' Properties/AssemblyInfo.cs
+ VERSION=1.0.0.0
+ /usr/bin/gmcs -optimize+ -t:library -lib:/home/ksp/KSP_Data/Managed/ -r:Assembly-CSharp,Assembly-CSharp-firstpass,UnityEngine -out:GCMonitor.1.0.0.0.dll GCMonitor.cs Properties/AssemblyInfo.cs
+ zip -9 -r GCMonitor-1.0.0.0.zip GCMonitor.1.0.0.0.dll LICENSE.txt
adding: GCMonitor.1.0.0.0.dll (deflated 54%)
adding: LICENSE.txt (deflated 41%)
Archiving artifacts
Finished: SUCCESS