This commit is contained in:
parent
d52fc8c32b
commit
8596ae1d46
@ -5,20 +5,18 @@ pipeline {
|
||||
stages {
|
||||
stage('checkout') {
|
||||
steps {
|
||||
git 'https://git.wmi.amu.edu.pl/s434766/ium_434766.git'
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's434766-create-dataset'
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's434766-training'
|
||||
}
|
||||
}
|
||||
stage('Docker'){
|
||||
steps{
|
||||
sh 'python3 "./stroke-pytorch-eval.py" >> eval.txt'
|
||||
sh 'python3 "./../stroke-pytorch-eval.py" >> eval.txt'
|
||||
}
|
||||
}
|
||||
stage('archiveArtifacts') {
|
||||
steps {
|
||||
archiveArtifacts 'eval.txt'
|
||||
|
||||
}
|
||||
post {
|
||||
success {
|
||||
|
Loading…
Reference in New Issue
Block a user