screwdriver-data-schema 22.9.11 → 22.9.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/config/regex.js +1 -1
  2. package/package.json +1 -1
package/config/regex.js CHANGED
@@ -94,7 +94,7 @@ module.exports = {
94
94
  /^(?:(?:https:\/\/(?:[^@/:\s]+@)?)|git@|org-\d+@)+([^/:\s]+)(?:\/|:)([^/:\s]+)\/([^\s]+?)(?:\.git)(#[^: \s]* [^: \s]*|#[^: \s]+)?(:[^: \s]* [^: \s]*|:[^: \s]+)?$/,
95
95
  // scmUri. For example: github.com:abc-123:master or bitbucket.org:{123}:master
96
96
  // Optionally, can have rootDir. For example: github.com:abc-123:master:src/app/component
97
- SCM_URI: /^([^:]+):([^:]+):([^:]+)(?::([^:]+))?$/,
97
+ SCM_URI: /^([^:]+):([^:]+):([^:]+)(?::(.*))?$/,
98
98
  // SCM context. For example: github:github.com, gitlab:gitlab.mycompany.com
99
99
  // First group: SCM plugin name (e.g. github)
100
100
  // Second group: SCM host name (e.g. github.com)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "screwdriver-data-schema",
3
- "version": "22.9.11",
3
+ "version": "22.9.12",
4
4
  "description": "Internal Data Schema of Screwdriver",
5
5
  "main": "index.js",
6
6
  "scripts": {