Skip to content

Commit

Permalink
For mozilla-mobile#9076 - Upddate pipenv to run without error. (mozil…
Browse files Browse the repository at this point in the history
…la-mobile#9077)

* For mozilla-mobile#9076 - Upddate pipenv to run without error

* pipenv fixed the issue after update
  • Loading branch information
isabelrios authored Mar 12, 2020
1 parent c862ca9 commit 97b5754
Show file tree
Hide file tree
Showing 2 changed files with 291 additions and 220 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ 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/)")
}
}
}

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/)")
}
}
}
Loading

0 comments on commit 97b5754

Please sign in to comment.