add empty env block
This commit is contained in:
Vendored
+2
@@ -2,6 +2,8 @@ String cron_string = BRANCH_NAME == "master" ? "@daily" : ""
|
||||
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
environment {}
|
||||
|
||||
triggers {
|
||||
pollSCM('* * * * *')
|
||||
|
||||
Reference in New Issue
Block a user