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 { stages {
stage('checkout') { stage('checkout') {
steps { steps {
git 'https://git.wmi.amu.edu.pl/s434766/ium_434766.git'
copyArtifacts fingerprintArtifacts: true, projectName: 's434766-create-dataset' copyArtifacts fingerprintArtifacts: true, projectName: 's434766-create-dataset'
copyArtifacts fingerprintArtifacts: true, projectName: 's434766-training' copyArtifacts fingerprintArtifacts: true, projectName: 's434766-training'
} }
} }
stage('Docker'){ stage('Docker'){
steps{ steps{
sh 'python3 "./stroke-pytorch-eval.py" >> eval.txt' sh 'python3 "./../stroke-pytorch-eval.py" >> eval.txt'
} }
} }
stage('archiveArtifacts') { stage('archiveArtifacts') {
steps { steps {
archiveArtifacts 'eval.txt' archiveArtifacts 'eval.txt'
} }
post { post {
success { success {