kpi-extension functionality
parent
6ee76b4b1e
commit
c3a837e615
|
|
@ -88,15 +88,15 @@ pipeline {
|
||||||
sh """
|
sh """
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
"""
|
"""
|
||||||
// sh """
|
|
||||||
// sudo add-apt-repository ppa:deadsnakes/ppa -y && \
|
|
||||||
// sudo apt update && \
|
// sudo apt update && \
|
||||||
// sudo apt install python3.8 -y && \
|
sh """
|
||||||
// pip3 --version
|
sudo add-apt-repository ppa:deadsnakes/ppa -y && \
|
||||||
// python --version
|
sudo apt install python3.8 -y
|
||||||
// pip3 install -r requirements.txt
|
pip3 --version
|
||||||
// pip3 install git+https://${AUTH_USR}:${AUTH_PSW}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git
|
python --version
|
||||||
// """
|
pip3 install -r requirements.txt
|
||||||
|
pip3 install git+https://${AUTH_USR}:${AUTH_PSW}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git
|
||||||
|
"""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -175,9 +175,9 @@ pipeline {
|
||||||
// to: 'patryk.gudalewicz.bp@nttdata.com',
|
// to: 'patryk.gudalewicz.bp@nttdata.com',
|
||||||
// to: 'rene.forstner@nttdata.com, ermis.wieger@nttdata.com, arnel.arnautovic@nttdata.com, patryk.gudalewicz.bp@nttdata.com, stephan.oertelt@bmw.de, Mohammed.Abadel@bmw.de, michaela.jaeger@bmw.de, OOC-Support@bmwgroup.com, Andreas.DB.Danzer@bmwgroup.com',
|
// to: 'rene.forstner@nttdata.com, ermis.wieger@nttdata.com, arnel.arnautovic@nttdata.com, patryk.gudalewicz.bp@nttdata.com, stephan.oertelt@bmw.de, Mohammed.Abadel@bmw.de, michaela.jaeger@bmw.de, OOC-Support@bmwgroup.com, Andreas.DB.Danzer@bmwgroup.com',
|
||||||
// original recipients below
|
// original recipients below
|
||||||
to: 'Andreas.DB.Danzer@bmwgroup.com, Arnel.Arnautovic@nttdata.com, Ermis.Wieger@nttdata.com',
|
// to: 'Andreas.DB.Danzer@bmwgroup.com, Arnel.Arnautovic@nttdata.com, Ermis.Wieger@nttdata.com',
|
||||||
// test:
|
// test:
|
||||||
// to: 'Daniel.Mikula@nttdata.com, Arnel.Arnautovic@nttdata.com',
|
to: 'Daniel.Mikula@nttdata.com, Arnel.Arnautovic@nttdata.com',
|
||||||
replyTo: 'coco-apm@bmw.de',
|
replyTo: 'coco-apm@bmw.de',
|
||||||
attachmentsPattern: '*.xlsx'
|
attachmentsPattern: '*.xlsx'
|
||||||
} catch ( mailExc ) {
|
} catch ( mailExc ) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue