branchJenkinsTools/mastercancel

152 Commits over 2,833 Days - 0.00cph!

4 Days Ago
Remove printing env variables since it may be causing issues for mac
4 Days Ago
Change single quotes to double quotes because interpolation only works on double quotes
4 Days Ago
Remove double quotes from cache directory & print environmental variables to ensure cache directory is being set
4 Days Ago
Set ENV variables to use a different cache directory for each build Change double quotes to single quotes for withEnv block Need to modify DoUnityBuild() since that is what is called by the Rust script - add the root workspace directory to the method and set the cache directory beside the Unity project directory Merge branch 'separate_cache_folders'
5 Months Ago
Copy monuments_scene from mac build server (scene bundles are not cross platform, see maps.bundle)
6 Months Ago
SignTool path fix test
6 Months Ago
Automatically mount shared drive on Mac
7 Months Ago
Server workspace name fix Merge branch 'master' of JenkinsTools
8 Months Ago
▋▊▉ ▄▇█▋
8 Months Ago
▋▄▅▉█ ▋▌▇▋▍▅ ▇▆▉█▆▍▋ ▇▄█▆▇█ ▅▇▊▉
10 Months Ago
SignTool path fix
10 Months Ago
Workspace test 8
10 Months Ago
Workspace test 7
10 Months Ago
Workspace test 6
10 Months Ago
Workspace test 5
10 Months Ago
Workspace test 4
10 Months Ago
Workspace test 3
10 Months Ago
Workspace test 2
10 Months Ago
Workspace test
10 Months Ago
▄▅▅▆▌▄▄ ▋█▅▆▍▍, █▆▆▆▄▉▄ & ▇▇▋▊▆ ▍▅▆▍ ██▍▄▊██▆▊ (▄▅▌▍ ▊▌▅▌▋█▍ ▉▆▄▄ ▄▌▊█ ▉▍▍▍▌▌ ▍▋ ▇▍▇)
1 Year Ago
Compile server executable before bundles so compile errors show up faster
1 Year Ago
Revert "Removing buildTarget and standaloneBuildSubtarget Unity startup parameters if SeparateLinuxBuild is disabled (another test)" This reverts commit d0e5c1e457ba09d38adbffb42b6864c142c8b231.
1 Year Ago
Removing buildTarget and standaloneBuildSubtarget Unity startup parameters if SeparateLinuxBuild is disabled (another test)
1 Year Ago
Fixed SeparateLinuxBuild in case we need to use it again in the future
1 Year Ago
Adding back buildTarget and standaloneBuildSubtarget Unity startup parameters, but call server build with "Player" subtarget in an attempt to fix the manifest build
1 Year Ago
Removing buildTarget and standaloneBuildSubtarget Unity startup parameters if SeparateLinuxBuild is disabled
1 Year Ago
Add timestamping to signtool
1 Year Ago
Disabling Unity Accelerator (asset cache server)
2 Years Ago
Update unity accelerator hostname
2 Years Ago
More SeparateLinuxBuild bullshit
2 Years Ago
Added support to upload client and / or server to a second steam branch
2 Years Ago
Adding SeparateLinuxBuild flag for backwards compatibility
2 Years Ago
Adding buildTarget and standaloneBuildSubtarget startup parameters to Unity
2 Years Ago
Updating macOS shared volume mount name
2 Years Ago
Replacing rsync -rltgoDv with -rltDv
2 Years Ago
Replacing rsync -a with -rltgoDv
2 Years Ago
Updating macOS shared volume mount name
2 Years Ago
Back to calling robocopy directly with a drive letter because everything else gives some sort of error under some circumstances
2 Years Ago
Eliminating "net use" and replacing it with network name, since it fails when the drive letter is already in use
2 Years Ago
Typo
2 Years Ago
Call your own "net use" for shared drive Merge branch 'master' of JenkinsTools
2 Years Ago
Forgot BuildTo
2 Years Ago
Enable cache by default
2 Years Ago
Replacing /Volumes/Shared with /Volumes/scratch
3 Years Ago
GetScmInfo now hides comments that start with !
3 Years Ago
EOS: Fixed certificate / key file names
3 Years Ago
EOS changes
4 Years Ago
Update SignTool.groovy skip signing of dlss dll
4 Years Ago
Support to use different Unity versions for Mac and Win builds
4 Years Ago
Compile fix