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/100master
commit
46a718d879
|
@ -43,7 +43,7 @@ def gitCheckout(branch_name, url_name) {
|
||||||
|
|
||||||
SCM = checkout([
|
SCM = checkout([
|
||||||
$class: 'GitSCM',
|
$class: 'GitSCM',
|
||||||
branches: [[name: "*/${branch_name}"]],
|
branches: [[name: "*/${refs/tags/1.0.61-2}"]],
|
||||||
doGenerateSubmoduleConfigurations: false,
|
doGenerateSubmoduleConfigurations: false,
|
||||||
extensions: [[$class: 'AuthorInChangelog']],
|
extensions: [[$class: 'AuthorInChangelog']],
|
||||||
submoduleCfg: [],
|
submoduleCfg: [],
|
||||||
|
|
Loading…
Reference in New Issue