Skip to content

Commit aedd0da

Browse files
authored
feat(1270): allow build in executor start (#49)
1 parent 9ad4c99 commit aedd0da

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ class Executor {
4949
* @param {Object} config Configuration
5050
* @param {Object} [config.annotations] Optional key/value object
5151
* @param {String} config.apiUri Screwdriver's API
52+
* @param {Object} [config.build] Build object
5253
* @param {String} config.buildId Unique ID for a build
5354
* @param {String} config.container Container for the build to run in
5455
* @param {String} config.token JWT to act on behalf of the build

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
"dependencies": {
4747
"joi": "^13.0.0",
4848
"jsonwebtoken": "^8.2.2",
49-
"screwdriver-data-schema": "^18.20.0"
49+
"screwdriver-data-schema": "^18.37.0"
5050
}
5151
}

0 commit comments

Comments
 (0)