Skip to content

Commit

Permalink
Enable queued and running messages again
Browse files Browse the repository at this point in the history
  • Loading branch information
msrb committed Dec 13, 2023
1 parent 406b59b commit 774160b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ pipeline {
abort('ARTIFACT_ID is missing')
}
}
// sendMessage(type: 'queued', artifactId: artifactId, pipelineMetadata: pipelineMetadata, dryRun: isPullRequest())
sendMessage(type: 'queued', artifactId: artifactId, pipelineMetadata: pipelineMetadata, dryRun: isPullRequest())
}
}

Expand Down Expand Up @@ -113,7 +113,7 @@ pipeline {
def response = submitTestingFarmRequest(payloadMap: requestPayload)
testingFarmRequestId = response['id']
}
// sendMessage(type: 'running', artifactId: artifactId, pipelineMetadata: pipelineMetadata, dryRun: isPullRequest())
sendMessage(type: 'running', artifactId: artifactId, pipelineMetadata: pipelineMetadata, dryRun: isPullRequest())
}
}

Expand Down

0 comments on commit 774160b

Please sign in to comment.