docker-v3
This commit is contained in:
parent
8e89697dda
commit
e49a912933
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -28,7 +28,7 @@ node {
|
||||
|
||||
checkout scm
|
||||
|
||||
def image = docker.build("image", "--build-arg KAGGLE_USERNAME="michakubiak" KAGGLE_KEY="3578f7825d69300660f4cfa2eab3f6d4" .")
|
||||
def image = docker.build("image", "--build-arg KAGGLE_USERNAME='michakubiak', "--build-arg KAGGLE_KEY='3578f7825d69300660f4cfa2eab3f6d4' .")
|
||||
image.inside {
|
||||
sh 'python3 ./skrypt_download.py'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user