fix build
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Peter Bastiani 2023-06-27 16:27:18 +02:00
parent fd71d1f38e
commit d7efeb8d59

View File

@ -9,4 +9,12 @@ pipeline {
} }
} }
} }
post {
success {
postSuccess();
}
always {
postAlways();
}
}
} }