Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaysharma096 authored Oct 4, 2024
1 parent d115d4a commit 0dba069
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,9 @@ async function waitJenkinsJob(jobName, queueItemUrl, timestamp) {

try {
let buildData = await getJobStatus(jobName, buildUrl);


core.info(`buildData is: ${buildData}`);

if (buildData.result == "SUCCESS") {
core.info(
`>>> Job '${buildData.fullDisplayName}' completed successfully!`
Expand Down

0 comments on commit 0dba069

Please sign in to comment.