This commit is contained in:
Wojciech Lidwin 2023-04-04 15:15:00 +02:00
parent 1f365aa38b
commit 1f5c6be345

2
Jenkinsfile vendored
View File

@ -30,7 +30,7 @@ node {
sh "chmod u+x ${env.WORKSPACE}"
testImage.inside("""-w=${WORKSPACE} """){
sh 'echo "Tests passed"'
sh 'python3'
sh 'python3 --version'
stage('Shell Script') {
// Run the maven build
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",