docker-v3
This commit is contained in:
parent
04fda3f0e0
commit
8e89697dda
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" KAGGLE_KEY="3578f7825d69300660f4cfa2eab3f6d4" .")
|
||||
image.inside {
|
||||
sh 'python3 ./skrypt_download.py'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user