Skip to content

Commit

Permalink
Merge 9805ef6 into 3217df7
Browse files Browse the repository at this point in the history
  • Loading branch information
nancyzrh committed Aug 8, 2019
2 parents 3217df7 + 9805ef6 commit d5fc104
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jenkinsfile
Expand Up @@ -21,6 +21,9 @@ pipeline {
agent {
label 'xenial'
}
environment {
CI_PULL_REQUEST = '$ghprbPullId'
}
options {
buildDiscarder(logRotator(
numToKeepStr: '60',
Expand Down

0 comments on commit d5fc104

Please sign in to comment.