diff --git a/Jenkinsfile b/Jenkinsfile index 3894dc1..8021402 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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}",