mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 02:00:10 +02:00
remove env block
This commit is contained in:
2
services/docstore/Jenkinsfile
vendored
2
services/docstore/Jenkinsfile
vendored
@@ -3,8 +3,6 @@ String cron_string = BRANCH_NAME == "master" ? "@daily" : ""
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
environment {}
|
||||
|
||||
triggers {
|
||||
pollSCM('* * * * *')
|
||||
cron(cron_string)
|
||||
|
||||
Reference in New Issue
Block a user