add agent dockerfile
This commit is contained in:
parent
54025b1f1e
commit
7383368ec7
@ -1,10 +1,12 @@
|
||||
pipeline {
|
||||
agent none
|
||||
agent {
|
||||
dockerfile true
|
||||
}
|
||||
stages {
|
||||
stage('Copy') {
|
||||
steps {
|
||||
copyArtifacts projectName: 's444417-training'
|
||||
sh 'python3 evalScript.py'
|
||||
sh 'python3 .src/evalScript.py'
|
||||
archiveArtifacts 'trainResults.csv'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user