fix build
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good Details

master
Peter Bastiani 2023-06-27 16:27:18 +02:00
parent fd71d1f38e
commit d7efeb8d59
1 changed files with 8 additions and 0 deletions

View File

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