Guest User

Untitled

a guest
Apr 23rd, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. sf.username = ${env.TEST_USERNAME}
  2. sf.password = ${env.TEST_PASSWORD}
  3.  
  4. <echo>Deploy and RunAllTests in Org with username: ${sf.username}</echo>
  5. <sf:deploy username="${sf.username}" password="${sf.password}"
Add Comment
Please, Sign In to add comment