update jenkinsfile_registry
All checks were successful
s444356-evaluation/pipeline/head This commit looks good
s444356-training/pipeline/head This commit looks good

This commit is contained in:
Maciej Czajka 2022-05-11 21:00:31 +02:00
parent cbadafdb37
commit 0da61e1b99

View File

@ -9,7 +9,6 @@ pipeline {
stages {
stage('Script') {
steps {
copyArtifacts projectName: 's444409-training/main'
sh 'python3 ./registry.py'
}
}