We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a367070 commit 3f5c06fCopy full SHA for 3f5c06f
protocols/bacnetip/src/main/script/getVendorIds.groovy
@@ -50,6 +50,9 @@ if (update) {
50
println "Successfully updated BACnet Vendor IDs.htm"
51
} catch (Exception e) {
52
println "Got an error updating BACnet Vendor IDs.htm. Intentionally not failing the build as we might just be offline: " + e.getMessage()
53
+ // 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.
54
+ // The vendor id website also has a cloudfare check which depending on the location may fail the build.
55
+ return
56
}
57
} else {
58
println "Skipped updating BACnet Vendor IDs.htm as it's fresh enough"
0 commit comments