s7
Some checks failed
s434766-evaluation/pipeline/head There was a failure building this commit

This commit is contained in:
s434766 2021-05-10 10:47:18 +02:00
parent d52fc8c32b
commit 8596ae1d46

View File

@ -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 {