another test
parent
8e694a571c
commit
239b75f3ed
|
|
@ -88,12 +88,12 @@ pipeline {
|
|||
// sh """
|
||||
// pip3 install -r requirements.txt
|
||||
// """
|
||||
// sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.8 1 && \
|
||||
// sudo update-alternatives --config python && \
|
||||
sh """
|
||||
sudo add-apt-repository ppa:deadsnakes/ppa -y && \
|
||||
sudo apt install python3.8 -y && \
|
||||
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.8 1 && \
|
||||
sudo update-alternatives --config python && \
|
||||
python --version
|
||||
python3.8 --version
|
||||
curl https://bootstrap.pypa.io/get-pip.py | python3.8
|
||||
python3.8 -m pip --version
|
||||
python3.8 -m pip install -r requirements.txt
|
||||
|
|
@ -177,9 +177,9 @@ pipeline {
|
|||
// 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',
|
||||
// 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:
|
||||
// to: 'Daniel.Mikula@nttdata.com, Arnel.Arnautovic@nttdata.com',
|
||||
to: 'Daniel.Mikula@nttdata.com, Arnel.Arnautovic@nttdata.com',
|
||||
replyTo: 'coco-apm@bmw.de',
|
||||
attachmentsPattern: '*.xlsx'
|
||||
} catch ( mailExc ) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue