15 lines
851 B
Plaintext
15 lines
851 B
Plaintext
//=================================================================
|
|
// Byway Studios Inc. Confidential Information.
|
|
// Copyright Byway Studios Inc. All rights reserved
|
|
//=================================================================
|
|
|
|
// The library source code is located at //DevOps/Jenkinsfiles
|
|
// The configuration is done in Jenkins -> Manage Jenkins -> Configure System -> Global Pipeline Libraries
|
|
@Library("my-shared-lib") _
|
|
|
|
Pipeline_stable(
|
|
name: "stableGame", // the name of the project used to identify in many places *including sky*
|
|
alwaysClearPackageCache: false, // always clear the Library/PackageCache before running Unity commands
|
|
winbakeLabel: "windows_2022_D", // optional node labels. Valid entries: macbakeLabel, linuxbakeLabel, winbakeLabel, syncLabel
|
|
execUnityMethod:"MyBuildTool.StartBuildAndroid_stable",
|
|
) |