Jenkinsfile test

This commit is contained in:
MatOgr 2022-05-02 17:36:40 +02:00
parent d7e13f676e
commit 3516f6a158

View File

@ -22,7 +22,7 @@ pipeline {
}
stage('Evaluate model') {
steps {
sh 'chmod +x -R ${env.WORKSPACE}'
// sh 'chmod +x -R ${env.WORKSPACE}'
sh 'python3 scripts/evaluate.py'
}
}