Guest User

Untitled

a guest
Jan 11th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. # WindowStartYear
  2. @{formatDateTime(trigger().startTime,'yyyy')}
  3.  
  4. # WindowStartMonth
  5. @{formatDateTime(trigger().startTime,'MM')}
  6.  
  7. # WindowStartDay
  8. @{formatDateTime(trigger().startTime,'dd')}
  9.  
  10. # WindowStart
  11. @{formatDateTime(trigger().scheduledTime,'o')}
  12.  
  13. #conf_env
  14. PROD
  15. PROD_MAL
  16. DEV
  17. DEV_MAL
  18.  
  19. #path
  20. CustomerHub
  21. CustomerHubMAL
  22. CustomerHubDEV
  23. CustomerHubDEVMAL
  24.  
  25. #sourcid
  26. (201)
  27. (13,7,9,24,5,-9,8,17,33,10,34,23,291,35,19,22,21,292,12,288,15,11,14,200,253,290,18,285,250)
Add Comment
Please, Sign In to add comment