Skip to content
Failed

Console Output

Started by user sarbian
Building in workspace /var/lib/jenkins/jobs/CrewManifest/workspace
Fetching changes from the remote Git repository
Fetching upstream changes from https://github.com/sarbian/CrewManifest.git
using GIT_SSH to set credentials 
using .gitcredentials to set credentials
Checking out Revision fab9c289949c337dd0c73a0df14420d5158d4673 (origin/master)
[workspace] $ /bin/sh -xe /tmp/hudson8355959434938854583.sh
+ mkdir jenkins-CrewManifest-2
++ find . -name '*.cs'
+ /usr/bin/gmcs -t:library '-lib:/home/ksp/steamcmd/steamapps/common/Kerbal Space Program/KSP_Data/Managed/' -r:Assembly-CSharp,Assembly-CSharp-firstpass,UnityEngine -out:jenkins-CrewManifest-2/CrewManifest.dll ./CrewManifest/Utilities.cs ./CrewManifest/CrewManifestModule.cs ./CrewManifest/ManifestController.cs ./CrewManifest/Models.cs ./CrewManifest/Properties/AssemblyInfo.cs ./CrewManifest/WeakReference.cs
./CrewManifest/CrewManifestModule.cs(6,7): error CS0246: The type or namespace name `Toolbar' could not be found. Are you missing an assembly reference?
./CrewManifest/CrewManifestModule.cs(42,17): error CS0246: The type or namespace name `IButton' could not be found. Are you missing an assembly reference?
Compilation failed: 2 error(s), 0 warnings
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE