branchJenkinsTools/mastercancel

157 Commits over 2,861 Days - 0.00cph!

13 Days Ago
Go back to defining parameters inside the dashboard so it doesn't mess with the commit trigger
14 Days Ago
Fix bool -> boolean in function parameter
14 Days Ago
Manually pass FullRebuild into DoUnityBuild() so it doesn't do multiple full rebuilds when building linux as a separate step
14 Days Ago
Add parameter to the Rust groovy script to try and expose it in all jobs automatically
14 Days Ago
Add `FullRebuild` option to the Jenkins script (default false)
42 Days Ago
Remove printing env variables since it may be causing issues for mac
42 Days Ago
Change single quotes to double quotes because interpolation only works on double quotes
42 Days Ago
Remove double quotes from cache directory & print environmental variables to ensure cache directory is being set
42 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'
6 Months Ago
Copy monuments_scene from mac build server (scene bundles are not cross platform, see maps.bundle)
7 Months Ago
SignTool path fix test
8 Months Ago
Automatically mount shared drive on Mac
8 Months Ago
Server workspace name fix Merge branch 'master' of JenkinsTools
9 Months Ago
▋▊▉ ▄▇█▋
9 Months Ago
▋▄▅▉█ ▋▌▇▋▍▅ ▇▆▉█▆▍▋ ▇▄█▆▇█ ▅▇▊▉
11 Months Ago
SignTool path fix
11 Months Ago
Workspace test 8
11 Months Ago
Workspace test 7
11 Months Ago
Workspace test 6
11 Months Ago
Workspace test 5
11 Months Ago
Workspace test 4
11 Months Ago
Workspace test 3
11 Months Ago
Workspace test 2
11 Months Ago
Workspace test
12 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
2 Years 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 !