Guest User

Untitled

a guest
Apr 25th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. ---
  2. jobs:
  3. - name: job-hello-world
  4. public: true
  5. plan:
  6. - task: hello-world
  7. config:
  8. platform: linux
  9. image_resource:
  10. type: docker-image
  11. source: {repository: busybox}
  12. run:
  13. path: env
  14. args: []
  15. params:
  16. USERNAME: ((username))
  17. PASSWORD: ((password))
Add Comment
Please, Sign In to add comment