Jenkins_Pipeline_Library/Jenkinsfile_stable

13 lines
694 B
Plaintext

//=================================================================
// Byway Studios Inc. Confidential Information.
// Copyright Byway Studios Inc. All rights reserved
//=================================================================
// The configuration is done in Jenkins -> Manage Jenkins -> Configure System -> Global Pipeline Libraries
@Library("my-shared-lib") _
Pipeline_stable(
alwaysClearPackageCache: false, // always clear the Library/PackageCache before running Unity commands
winbakeLabel: "unity_2022_3_stable", // optional node labels. Valid entries: macbakeLabel, linuxbakeLabel, winbakeLabel, syncLabel
execUnityMethod:"MyBuildTool.StartBuildAndroid_stable",
)