Update 'Jenkinsfile-Docker'
This commit is contained in:
parent
c503b911da
commit
935027600c
@ -18,14 +18,14 @@ stages {
|
|||||||
stage('Train') {
|
stage('Train') {
|
||||||
steps {
|
steps {
|
||||||
sh 'ls -l'
|
sh 'ls -l'
|
||||||
sh 'docker run wujt python3 train.py 89'
|
sh 'docker run wujt python3 train.py'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Prediction') {
|
stage('Prediction') {
|
||||||
steps {
|
steps {
|
||||||
sh 'ls -l'
|
sh 'ls -l'
|
||||||
sh 'docker run wujt python3 pred.py 89'
|
sh 'docker run wujt python3 pred.py'
|
||||||
archiveArtifacts artifacts: 'predictionResults1.csv'
|
archiveArtifacts artifacts: 'predictionResults.csv'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user