Jenkinsfile test
This commit is contained in:
parent
d7e13f676e
commit
3516f6a158
@ -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'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user