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 df17657 commit b4171fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ async function waitJenkinsJob(jobName, queueItemUrl, timestamp) {
try {
let buildData = await getJobStatus(jobName, buildUrl);

core.info(`buildData is: ${ util.inspect(buildData, {depth: null}) }`);
core.info(`buildData is: ${ util.inspect(buildData.result, {depth: null}) }`);

if (buildData.result == "SUCCESS") {
core.info(
Expand Down

0 comments on commit b4171fc

Please sign in to comment.