Skip to content

Commit

Permalink
perf: docker file poetry mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuler committed Aug 1, 2024
1 parent 8de3f11 commit 9aa54d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def sendErrorMsg(imageName) {
def runShellCommand(script, int retries = 1) {
for (int i = 0; i < retries; i++) {
try {
echo "Running shell command, attempt ${i + 1}..."
int status = sh(
script: script,
returnStatus: true
Expand Down

0 comments on commit 9aa54d5

Please sign in to comment.