8203497: Bump Jib format version to 1.2
authorerikj
Wed, 23 May 2018 11:29:56 -0700
changeset 50239 a28085b5830e
parent 50238 a9307f400f5a
child 50240 b9c483223a91
8203497: Bump Jib format version to 1.2 Reviewed-by: tbell
make/conf/jib-profiles.js
--- a/make/conf/jib-profiles.js	Wed May 23 10:34:18 2018 -0700
+++ b/make/conf/jib-profiles.js	Wed May 23 11:29:56 2018 -0700
@@ -184,7 +184,8 @@
 
     // Identifies the version of this format to the tool reading it.
     // 1.1 signifies that the publish, publish-src and get-src features are usable.
-    data.format_version = "1.1";
+    // 1.2 signifies that artifact uploads should fail on missing artifacts by default.
+    data.format_version = "1.2";
 
     // Organization, product and version are used when uploading/publishing build results
     data.organization = "";