[22.02.20] Main file not found testing
This commit is contained in:
parent
3362b6e25e
commit
12a6d3ca0a
@ -2,4 +2,4 @@ FROM python:3.7-alpine
|
|||||||
MAINTAINER Andrew Sotheran <cryptosky.user@gmail.com>
|
MAINTAINER Andrew Sotheran <cryptosky.user@gmail.com>
|
||||||
COPY /* /home/price-collector/
|
COPY /* /home/price-collector/
|
||||||
EXPOSE 9090
|
EXPOSE 9090
|
||||||
CMD ["src/main.py"]
|
CMD ["python", "src/main.py"]
|
||||||
@ -89,7 +89,7 @@ try {
|
|||||||
}
|
}
|
||||||
|
|
||||||
stage('Deploy') {
|
stage('Deploy') {
|
||||||
sh "ls -la"
|
sh "pip --version"
|
||||||
|
|
||||||
executeShellScript("configuration/scripts/deployToKubernetes.sh",
|
executeShellScript("configuration/scripts/deployToKubernetes.sh",
|
||||||
env.APPLICATION_NAME)
|
env.APPLICATION_NAME)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user