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)