Update 'Jenkinsfile-Docker'
This commit is contained in:
parent
23ef57bc04
commit
52fa016323
@ -25,7 +25,8 @@ stages {
|
|||||||
steps {
|
steps {
|
||||||
sh 'ls -l'
|
sh 'ls -l'
|
||||||
sh 'docker run wujt python3 pred.py'
|
sh 'docker run wujt python3 pred.py'
|
||||||
archiveArtifacts artifacts: 'predictionResults.csv'
|
sh 'echo predictionResults.txt'
|
||||||
|
archiveArtifacts artifacts: 'predictionResults.txt'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user