Skip to content
Success

Console Output

Started by user sarbian
Building in workspace /home/jenkins/jobs/ModularFlightIntegrator/workspace
Cloning the remote Git repository
Cloning repository https://github.com/sarbian/ModularFlightIntegrator.git
 > git init /home/jenkins/jobs/ModularFlightIntegrator/workspace # 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 config remote.origin.url https://github.com/sarbian/ModularFlightIntegrator.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/sarbian/ModularFlightIntegrator.git # timeout=10
Fetching upstream changes from https://github.com/sarbian/ModularFlightIntegrator.git
 > 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 00bf33c4848f233802c5296eb181da98296fee00 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 00bf33c4848f233802c5296eb181da98296fee00
First time build. Skipping changelog.
[workspace] $ /bin/sh -xe /tmp/hudson525433306786122913.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'
  adding: ModularFlightIntegrator/ (stored 0%)
  adding: ModularFlightIntegrator/ModularFlightIntegrator.version (deflated 61%)
  adding: ModularFlightIntegrator/ModularFlightIntegrator.dll (deflated 63%)
  adding: ModularFlightIntegrator/LICENSE.txt (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