Skip to content
Success

Console Output

Started by user sarbian
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
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/ModularFlightIntegrator.git
 > git --version # timeout=10
 > git 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 fb2b44c18b99a9d7eb8c254eab347a9e5b4ade9d (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fb2b44c18b99a9d7eb8c254eab347a9e5b4ade9d
Commit message: "Updates version file DL link"
 > git rev-list --no-walk fd07d2e120cebcdb7a33875eed7e53d4cc5d622e # timeout=10
[workspace] $ /bin/sh -xe /tmp/jenkins806562531314723781.sh
++ awk -F '"' '/^\[.*AssemblyFileVersion/{print $2}' Properties/AssemblyInfo.cs
+ VERSION=1.2.6.0
+ vsplit=(${VERSION//./ })
+ VERSION_MAJOR=1
+ VERSION_MINOR=2
+ VERSION_PATCH=6
+ VERSION_BUILD=0
+ KSP_MAJOR=1
+ KSP_MINOR=5
+ KSP_PATCH=0
+ KSP_MAJOR_MIN=1
+ KSP_MINOR_MIN=5
+ KSP_PATCH_MIN=0
+ KSP_MAJOR_MAX=1
+ KSP_MINOR_MAX=6
+ KSP_PATCH_MAX=90
+ sed -e s/@VERSION_MAJOR@/1/ -e s/@VERSION_MINOR@/2/ -e s/@VERSION_PATCH@/6/ -e s/@VERSION_BUILD@/0/ -e s/@KSP_MAJOR@/1/ -e s/@KSP_MINOR@/5/ -e s/@KSP_PATCH@/0/ -e s/@KSP_MAJOR_MIN@/1/ -e s/@KSP_MINOR_MIN@/5/ -e s/@KSP_PATCH_MIN@/0/ -e s/@KSP_MAJOR_MAX@/1/ -e s/@KSP_MINOR_MAX@/6/ -e s/@KSP_PATCH_MAX@/90/ ModularFlightIntegrator/ModularFlightIntegrator.version.in
+ /home/roslyn/Microsoft.Net.Compilers.2.9.0/tools/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 /out:ModularFlightIntegrator/ModularFlightIntegrator.dll '/recurse:*.cs'
Microsoft (R) Visual C# Compiler version 2.9.0.63208 (958f2354)
Copyright (C) Microsoft Corporation. All rights reserved.

+ zip -FS -9 -r ModularFlightIntegrator-1.2.6.0.zip ModularFlightIntegrator -x '*.in'
  adding: ModularFlightIntegrator/ (stored 0%)
  adding: ModularFlightIntegrator/ModularFlightIntegrator.version (deflated 60%)
  adding: ModularFlightIntegrator/ModularFlightIntegrator.dll (deflated 65%)
  adding: ModularFlightIntegrator/LICENSE.txt (deflated 41%)
Archiving artifacts
Finished: SUCCESS