1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-04-11 05:45:17 +00:00

remove env block

This commit is contained in:
Henry Oswald 2018-05-23 11:45:50 +01:00
parent 352a8d3f19
commit a8f40a4fda

View file

@ -3,8 +3,6 @@ String cron_string = BRANCH_NAME == "master" ? "@daily" : ""
pipeline {
agent any
environment {}
triggers {
pollSCM('* * * * *')
cron(cron_string)