Skip to content

Commit

Permalink
Update Jenkinsfile-blossom.premerge
Browse files Browse the repository at this point in the history
  • Loading branch information
pxLi authored Jul 14, 2021
1 parent 4ee9b1a commit fdfd75a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions jenkins/Jenkinsfile-blossom.premerge
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,10 @@ pipeline {
ansiColor('xterm')
buildDiscarder(logRotator(numToKeepStr: '50'))
skipDefaultCheckout true
# extra line
timeout(time: 180, unit: 'MINUTES') # fake comment
// extra line 0
// extra line 1
// extra line 2
timeout(time: 180, unit: 'MINUTES') // fake comment
}

environment {
Expand Down

0 comments on commit fdfd75a

Please sign in to comment.