master
SLW\ARNAUA 2023-03-09 10:24:35 +01:00
parent eb4488f7d9
commit b5eacc6d5c
1 changed files with 9 additions and 6 deletions

3
Jenkinsfile vendored
View File

@ -56,6 +56,7 @@
stages {
stage('Checkout Repositories'){
steps {
parallel 'Checkout Repositories': {
dir("/opt/workspace/") {
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') {
steps {
sh '''