Skip to content

Commit

Permalink
Add missing variables from v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Azurelol committed Sep 18, 2023
1 parent 27bac84 commit 9110899
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vars/buildUnityWdkV3.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ import net.wooga.jenkins.pipeline.config.WDKConfig
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

def call(Map configMap = [unityVersions: []]) {

def defaultReleaseType = "snapshot"
def defaultReleaseScope = ""

configMap.logLevel = configMap.get("logLevel", params.LOG_LEVEL ?: env.LOG_LEVEL as String)
configMap.showStackTrace = configMap.get("showStackTrace", params.STACK_TRACE as Boolean)
configMap.refreshDependencies = configMap.get("refreshDependencies", params.REFRESH_DEPENDENCIES as Boolean)
Expand Down

0 comments on commit 9110899

Please sign in to comment.