Skip to content

Commit

Permalink
address latest review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jithine committed Apr 5, 2021
1 parent 08f3489 commit 0a1391a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions plugins/builds/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,10 +342,9 @@ function createParentBuildsObj(config) {
* - joinListNames: array of join jobs
* - joinParentBuilds: parent build information for join jobs
* @param {Object} joinObj Join object
* @param {String} currentJobName Current job name
* @param {String} nextJobName Next job name
* @param {Number} pipelineId Pipeline ID
* @param {Build} build Build
* @param {Object} current Object holding current event, job & pipeline
* @param {String} nextJobName Next job's name
* @param {Number} nextPipelineId Next job's Pipeline Id
* @return {Object} With above information
*/
function parseJobInfo({ joinObj = {}, current, nextJobName, nextPipelineId }) {
Expand Down

0 comments on commit 0a1391a

Please sign in to comment.