Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
[JENKINS-37962] Update comment to describe test case
Browse files Browse the repository at this point in the history
  • Loading branch information
scherler committed Sep 16, 2016
1 parent 1f77a93 commit f093dfb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/test/js/log-karaoke/parallelStages.js
@@ -1,10 +1,12 @@
const jobName = 'parallelStages';
/** @module stages
* @memberof karaoke
* @description TEST: logs tailing with stages and steps - karaoke mode
* @description REGRESSION-TEST: parallel karaoke not allowing branch selection or completing correctly
* @see {@link https://issues.jenkins-ci.org/browse/JENKINS-37962|JENKINS-37962}
*
* TODO @see {@link https://issues.jenkins-ci.org/browse/JENKINS-37753|JENKINS-37753}
* REGRESSION: Steps showing up as incomplete when they are in fact complete
*
* Based on three different syntax files we will run the tests against each syntax to make sure they work all as expected.
* We will cover
*/
module.exports = {
/** Create Pipeline Job "parallelStages" */
Expand Down

0 comments on commit f093dfb

Please sign in to comment.