This commit is contained in:
parent
d52fc8c32b
commit
8596ae1d46
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user