refactor(Jenkinsfile): update executeMode to 'fully' for clarity
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
a46e87ac1c
commit
d7ef1ee1f8
2
first-class-pipeline/tests/Jenkinsfile
vendored
2
first-class-pipeline/tests/Jenkinsfile
vendored
@ -6,7 +6,7 @@ executeFreeleapsPipeline {
|
||||
serviceGitBranch = 'master'
|
||||
serviceGitRepo = "https://freeleaps@dev.azure.com/freeleaps/magicleaps/_git/magicleaps"
|
||||
serviceGitRepoType = 'monorepo' // monorepo, separated
|
||||
executeMode = 'on-demand' // on-demand, fully
|
||||
executeMode = 'fully' // on-demand, fully
|
||||
commitMessageLintEnabled = false
|
||||
components = [
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user