mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
add empty env block
This commit is contained in:
parent
c1947c5cbd
commit
37ef1ba816
1 changed files with 2 additions and 0 deletions
2
services/docstore/Jenkinsfile
vendored
2
services/docstore/Jenkinsfile
vendored
|
@ -2,6 +2,8 @@ String cron_string = BRANCH_NAME == "master" ? "@daily" : ""
|
|||
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
environment {}
|
||||
|
||||
triggers {
|
||||
pollSCM('* * * * *')
|
||||
|
|
Loading…
Reference in a new issue