error 128 degbugging
parent
3a86ac93d7
commit
974c913587
|
|
@ -53,9 +53,9 @@ pipeline {
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
//ProxySettings
|
//ProxySettings
|
||||||
AUTH = credentials('proxy')
|
AUTH = credentials('jaws_dynatrace_bitbuket_user')
|
||||||
proxy_user = "${AUTH_USR}"
|
user = "${AUTH_USR}"
|
||||||
proxy_pw = "${AUTH_PSW}"
|
pw = "${AUTH_PSW}"
|
||||||
//http_proxy="http://${proxy_user}:${proxy_pw}@proxy.muc:8080"
|
//http_proxy="http://${proxy_user}:${proxy_pw}@proxy.muc:8080"
|
||||||
//https_proxy="http://${proxy_user}:${proxy_pw}@proxy.muc:8080"
|
//https_proxy="http://${proxy_user}:${proxy_pw}@proxy.muc:8080"
|
||||||
//no_proxy="localhost,127.0.0.1,.muc,.bmwgroup.net"
|
//no_proxy="localhost,127.0.0.1,.muc,.bmwgroup.net"
|
||||||
|
|
@ -109,9 +109,10 @@ pipeline {
|
||||||
script {
|
script {
|
||||||
installRetryCount = installRetryCount+1
|
installRetryCount = installRetryCount+1
|
||||||
}
|
}
|
||||||
sh '''
|
sh """
|
||||||
pip3 install --user -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
'''
|
pip3 install -r git+https://${user}:${pw}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git
|
||||||
|
"""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue