Update 'Multibranch-Evaluation'

This commit is contained in:
Patryk Gałka 2023-05-10 23:49:57 +02:00
parent 1fe7f3fc3b
commit eac160080b

View File

@ -30,21 +30,7 @@ pipeline {
copyArtifacts(projectName: 'z-s434686-evaluation/master', fingerprintArtifacts: true)
}
}
stage('Docker') {
agent {
dockerfile {
filename 'Dockerfile'
dir 'ium_z434686'
reuseNode true
}
}
steps {
sh 'ls -a'
sh 'python ./ium_z434686/predict.py'
archiveArtifacts 'prediction.csv'
archiveArtifacts 'metrics.csv'
}
}
stage('clear_after') {
steps {
sh 'rm -rf *'