This repository was archived by the owner on Aug 28, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
src/main/java/org/mozilla/taskcluster/client/queue Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -7404,6 +7404,7 @@ Properties
7404
7404
'
7405
7405
Format = 'uri'
7406
7406
MaxLength = '4096'
7407
+ Pattern = '^https?://'
7407
7408
Title = 'Source'
7408
7409
Type = 'string'
7409
7410
TypeName = 'Source'
@@ -10114,6 +10115,7 @@ Properties
10114
10115
'
10115
10116
Format = 'uri'
10116
10117
MaxLength = '4096'
10118
+ Pattern = '^https?://'
10117
10119
Title = 'Source'
10118
10120
Type = 'string'
10119
10121
TypeName = 'Source'
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ public class MetaData {
100
100
* repository. This should be place someone can go an do a git/hg blame
101
101
* to who came up with recipe for this task.
102
102
*
103
+ * Syntax: ^https?://
103
104
* Max length: 4096
104
105
*
105
106
* See http://schemas.taskcluster.net/queue/v1/create-task-request.json#/properties/metadata/properties/source
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ public class MetaData {
98
98
* repository. This should be place someone can go an do a git/hg blame
99
99
* to who came up with recipe for this task.
100
100
*
101
+ * Syntax: ^https?://
101
102
* Max length: 4096
102
103
*
103
104
* See http://schemas.taskcluster.net/queue/v1/task.json#/properties/metadata/properties/source
You can’t perform that action at this time.
0 commit comments