Merge pull request 'Atualizar 'Jenkinsfile-Adm' para teste' (!100) from valdevir-patch-1 into master

Reviewed-on: http://18.235.188.113:3000/adm/VentaBoletosAdm/pulls/100
master
pinheiro 2023-03-21 13:59:15 +00:00
commit 46a718d879
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: "*/${branch_name}"]],
branches: [[name: "*/${refs/tags/1.0.61-2}"]],
doGenerateSubmoduleConfigurations: false,
extensions: [[$class: 'AuthorInChangelog']],
submoduleCfg: [],