We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad4c99 commit aedd0daCopy full SHA for aedd0da
index.js
@@ -49,6 +49,7 @@ class Executor {
49
* @param {Object} config Configuration
50
* @param {Object} [config.annotations] Optional key/value object
51
* @param {String} config.apiUri Screwdriver's API
52
+ * @param {Object} [config.build] Build object
53
* @param {String} config.buildId Unique ID for a build
54
* @param {String} config.container Container for the build to run in
55
* @param {String} config.token JWT to act on behalf of the build
package.json
@@ -46,6 +46,6 @@
46
"dependencies": {
47
"joi": "^13.0.0",
48
"jsonwebtoken": "^8.2.2",
- "screwdriver-data-schema": "^18.20.0"
+ "screwdriver-data-schema": "^18.37.0"
}
0 commit comments