add evaluation job

This commit is contained in:
Sebastian Wałęsa 2022-05-15 13:07:10 +02:00
parent c1645dd78f
commit 60218f5209

View File

@ -21,7 +21,11 @@ pipeline {
sh 'rm -r IUM_478839' sh 'rm -r IUM_478839'
} }
} }
stage('Evaluation-job'){
steps {
build job: 's478839-evaluation/feature/'
}
}
} }
} }