Skip to content

Commit

Permalink
fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
bhapas committed Jul 13, 2023
1 parent 97a5997 commit d3109fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -608,10 +608,10 @@ def targetWithoutNode(Map args = [:]) {
unstash(name: "terraform-${name}")
//unstash does not print verbose output, hence running ls command to print files that are unstashed into the log
sh(label: 'List unstashed files', script: "ls -la ${pwd()}", returnStatus: true)
} catch (error) {
echo "error unstashing: ${error}"
}
}
}
} catch (error) {
echo "error unstashing: ${error}"
}
// Retry the same command to bypass any kind of flakiness.
// Downside: genuine failures will be repeated.
Expand Down

0 comments on commit d3109fc

Please sign in to comment.