fix email notyfication
All checks were successful
s426206-training/pipeline/head This commit looks good

This commit is contained in:
Jan Nowak 2021-05-07 23:06:24 +02:00
parent 2ea6de0929
commit 6b3fcf4b8d

View File

@ -42,6 +42,7 @@ pipeline {
} }
} }
}
post { post {
success { success {
//Wysłanie maila //Wysłanie maila
@ -60,4 +61,3 @@ pipeline {
} }
} }
} }
}