Skip to content
Success

Console Output

Started by GitHub push by Starwaster
Building in workspace /home/jenkins/jobs/ModularFlightIntegrator/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/ModularFlightIntegrator.git # timeout=10
Fetching upstream changes from https://github.com/sarbian/ModularFlightIntegrator.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://github.com/sarbian/ModularFlightIntegrator.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 f983e7ecb1c52316a3ad6c7197f2e5dc3a942f60 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f983e7ecb1c52316a3ad6c7197f2e5dc3a942f60
 > git rev-list c2213854b0eb648854ab3e890bd306e2773b4f52 # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson1938709048410909406.sh
++ awk -F '"' '/^\[.*AssemblyVersion/{print $2}' Properties/AssemblyInfo.cs
+ VERSION=1.0.0.0
+ vsplit=(${VERSION//./ })
+ VERSION_MAJOR=1
+ VERSION_MINOR=0
+ VERSION_PATCH=0
+ VERSION_BUILD=0
+ KSP_MAJOR=1
+ KSP_MINOR=0
+ KSP_PATCH=0
+ sed -e s/@VERSION_MAJOR@/1/ -e s/@VERSION_MINOR@/0/ -e s/@VERSION_PATCH@/0/ -e s/@VERSION_BUILD@/0/ -e s/@KSP_MAJOR@/1/ -e s/@KSP_MINOR@/0/ -e s/@KSP_PATCH@/0/ ModularFlightIntegrator/ModularFlightIntegrator.version.in
+ /usr/bin/gmcs -optimize+ -t:library -lib:/home/ksp/KSP_Data/Managed/ -r:Assembly-CSharp,Assembly-CSharp-firstpass,UnityEngine -out:ModularFlightIntegrator/ModularFlightIntegrator.dll Example.cs ModularFlightIntegrator.cs Properties/AssemblyInfo.cs
+ zip -FS -9 -r ModularFlightIntegrator-1.0.0.0.zip ModularFlightIntegrator -x '*.in'
updating: ModularFlightIntegrator/ (stored 0%)
updating: ModularFlightIntegrator/ModularFlightIntegrator.version (deflated 62%)
updating: ModularFlightIntegrator/ModularFlightIntegrator.dll (deflated 63%)
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