Guest User

Untitled

a guest
Feb 24th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. private List getAndroidDomain() {
  2. def testAndroidDomain = "\"android-automation\""
  3.  
  4. def ENV = System.getenv()
  5. def ANDROIDDOMAIN = ENV['ANDROIDDOMAIN']
  6. if (ANDROIDDOMAIN) {
  7. testAndroidDomain = ANDROIDDOMAIN
  8. }
  9. println testAndroidDomain
  10. [testAndroidDomain]
  11. }
Add Comment
Please, Sign In to add comment