Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions protocols/bacnetip/src/main/script/getVendorIds.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ if (update) {
println "Successfully updated BACnet Vendor IDs.htm"
} catch (Exception e) {
println "Got an error updating BACnet Vendor IDs.htm. Intentionally not failing the build as we might just be offline: " + e.getMessage()
// If we can't update the vendor id file, it may be older and we run the risk of incorrectly updating the repo with an older version.
// The vendor id website also has a cloudfare check which depending on the location may fail the build.
return
}
} else {
println "Skipped updating BACnet Vendor IDs.htm as it's fresh enough"
Expand Down
Loading