1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00

Move to python image containing curl

This commit is contained in:
Sven Merk 2019-03-04 15:30:50 +01:00
parent e4cef8dba4
commit 863831c9b3

View File

@ -292,7 +292,7 @@ steps:
- 'opensourceConfiguration'
pip:
buildDescriptorFile: './setup.py'
dockerImage: 'python:3.7.2-slim-stretch'
dockerImage: 'python:3.7.2-stretch'
dockerWorkspace: '/home/python'
agentFileName: 'wss-unified-agent.jar'
agentDownloadUrl: 'https://github.com/whitesource/unified-agent-distribution/raw/master/standAlone/${config.agentFileName}'