Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Oct 10, 2024
1 parent 86c890a commit 816c08c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/jenkins_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,7 @@ jobs:
}
});
if ((response.data.statuses === undefined || response.data.statuses == 0) && !prev_status) {
console.log('NOT STARTED! exit loop');
} else {
prev_status = true;
console.log('in the loop');
console.log(response.data.statuses);
}
console.log('in the loop');
console.log(response.data.statuses);
}, 10000);

0 comments on commit 816c08c

Please sign in to comment.