test -e
This commit is contained in:
parent
004da3effd
commit
b81df994d8
@ -1,5 +1,5 @@
|
|||||||
node {
|
node {
|
||||||
docker.image('kubakonieczny/ium:v1.0').withRun('-t') { c ->
|
docker.image('kubakonieczny/ium:v1.0').withRun('-t' -e KAGGLE_USERNAME=kubakonieczny -e KAGGLE_KEY=${params.KAGGLE_KEY}) { c ->
|
||||||
docker.image('kubakonieczny/ium:v1.0').inside {
|
docker.image('kubakonieczny/ium:v1.0').inside {
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
sh 'cat /etc/issue'
|
sh 'cat /etc/issue'
|
||||||
|
Loading…
Reference in New Issue
Block a user