Jenkins_Pipeline_Library/Jenkinsfile_stable
2026-02-13 18:36:47 +08:00

15 lines
856 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_node_2", // optional node labels. Valid entries: macbakeLabel, linuxbakeLabel, winbakeLabel, syncLabel
execUnityMethod:"MyBuildTool.StartBuildAndroid_stable",
)