Unverified Commit 97b57545 authored by isabelrios's avatar isabelrios Committed by GitHub
Browse files

For #9076 - Upddate pipenv to run without error. (#9077)

* For #9076 - Upddate pipenv to run without error

* pipenv fixed the issue after update
parent c862ca93
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ pipeline {
                if (env.BRANCH_NAME == 'master') {
                    slackSend(
                        color: 'danger',
                        message: "FAILED: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]' (${env.BUILD_URL})")
                        message: "FAILED: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]' (${env.BUILD_URL}HTML_20Report/)")
                }
            }
        }
@@ -47,7 +47,7 @@ pipeline {
        fixed {
            slackSend(
                color: 'good',
                message: "FIXED: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]' (${env.BUILD_URL})")
                message: "FIXED: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]' (${env.BUILD_URL}HTML_20Report/)")
        }
    }
}
+289 −218

File changed.

Preview size limit exceeded, changes collapsed.