Update 'Jenkinsfile'

This commit is contained in:
Patryk Gałka 2023-04-18 19:30:22 +02:00
parent 381260fd31
commit f06909ef85

2
Jenkinsfile vendored
View File

@ -43,11 +43,13 @@ pipeline {
}
}
stage('Build') {
steps {
// Run the maven build
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
sh 'kaggle datasets list'
}
}
}
}
}