modified
parent
3ec5af23ee
commit
eb4488f7d9
|
|
@ -56,7 +56,7 @@
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Checkout Repositories'){
|
stage('Checkout Repositories'){
|
||||||
parallel 'Checkout Repositories' {
|
parallel 'Checkout Repositories': {
|
||||||
dir("/opt/workspace/") {
|
dir("/opt/workspace/") {
|
||||||
git branch: "${params.ABRANCH}", credentialsId: "jaws_dynatrace_bitbuket_user", url: "https://atc.bmwgroup.net/bitbucket/scm/opapm/shared_configuration.git"
|
git branch: "${params.ABRANCH}", credentialsId: "jaws_dynatrace_bitbuket_user", url: "https://atc.bmwgroup.net/bitbucket/scm/opapm/shared_configuration.git"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue