diff --git a/Jenkinsfile-evaluation b/Jenkinsfile-evaluation index dd70f0f..fc19467 100644 --- a/Jenkinsfile-evaluation +++ b/Jenkinsfile-evaluation @@ -26,10 +26,10 @@ pipeline{ stage('Check workspace content') { steps { - sh 'ls ${env.WORKSPACE}' + echo "${env.WORKSPACE}" } } - + stage('Train model'){ steps{ sh "docker run -v ${env.WORKSPACE} ium python3 DL-prediction.py"