Atualizar 'Jenkinsfile-Adm'

master
pinheiro 2023-03-21 17:02:56 +00:00
parent 46a718d879
commit 31376cd0a1
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ def gitCheckout(branch_name, url_name) {
SCM = checkout([
$class: 'GitSCM',
branches: [[name: "*/${refs/tags/1.0.61-2}"]],
branches: [[name: "*/${branch_name}"]],
doGenerateSubmoduleConfigurations: false,
extensions: [[$class: 'AuthorInChangelog']],
submoduleCfg: [],