Jenkins_Pipeline_Library/Jenkinsfile_dev_update
WIN-IEQ8U88PPRB\Administrator 139ad74393 更新
2026-02-04 18:59:03 +08:00

15 lines
846 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_dev(
name: "devGame", // 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", // optional node labels. Valid entries: macbakeLabel, linuxbakeLabel, winbakeLabel, syncLabel
execUnityMethod:"MyBuildTool.StartBuildAndroid_dev_update",
)