modified
parent
eb4488f7d9
commit
b5eacc6d5c
|
|
@ -56,6 +56,7 @@
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Checkout Repositories'){
|
stage('Checkout Repositories'){
|
||||||
|
steps {
|
||||||
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"
|
||||||
|
|
@ -66,6 +67,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
stage('Install Required Python Packages') {
|
stage('Install Required Python Packages') {
|
||||||
steps {
|
steps {
|
||||||
sh '''
|
sh '''
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue