fix path
This commit is contained in:
parent
7a22555bd3
commit
fae9b7ffc8
@ -6,7 +6,7 @@ pipeline {
|
|||||||
stage('Copy') {
|
stage('Copy') {
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts projectName: 's444417-training/master'
|
copyArtifacts projectName: 's444417-training/master'
|
||||||
sh 'python3 .src/evalScript.py'
|
sh 'python3 ./src/evalScript.py'
|
||||||
archiveArtifacts 'trainResults.csv'
|
archiveArtifacts 'trainResults.csv'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user