We are using java enums to communicate between java and c. So we decided to serialize enums using the java ordinal. The SerializationFeature.WRITE_ENUMS_USING_INDEX works fine for that. Thank you for ...
Connect jenkins with gitlab Create a webhook in gitlab to trigger job in jenkins Use following jenkinsfile and create a pipeline to get script from SCM def boolean hasChangesIn(String module) { return ...