Jenkinsfile

This commit is contained in:
Kornelia Girejko 2022-03-28 11:29:14 +02:00
parent 2481268b00
commit aab87ff3e3

9
Jenkinsfile vendored
View File

@ -1,7 +1,5 @@
pipeline {
agent {
docker { image 'ubuntu:latest' }
}
agent any
parameters {
string(
@ -31,11 +29,6 @@ pipeline {
}
stages {
stage('Test') {
steps {
sh 'cat /etc/issue'
}
}
stage('First') {
steps {
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}","KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {