add build starter

This commit is contained in:
jakubknczny 2021-05-16 16:23:32 +02:00
parent e70f6a1833
commit 0de87a8a6f

View File

@ -37,4 +37,9 @@ pipeline {
} }
} }
} }
post {
success {
build job: 's434684-training/master'
}
}
} }