add run param

This commit is contained in:
jakubknczny 2021-05-15 14:02:57 +02:00
parent 1587b0f09c
commit 4bf3130a1d

View File

@ -14,7 +14,10 @@ pipeline {
} }
stage('docker') { stage('docker') {
agent { agent {
dockerfile true dockerfile {
filename 'Dockerfile'
args '-e KAGGLE_USERNAME=${KAGGLE_USERNAME} -e KAGGLE_KEY=${KAGGLE_KEY}'
}
} }
stages { stages {
stage('script') { stage('script') {