Danelk

Untitled

Sep 1st, 2017
631
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.91 KB | None | 0 0
  1. + umask 000
  2. + git clone ... {removed for public logs} ...
  3. Cloning into '/opt/atlassian/pipelines/agent/build'...
  4. HEAD is now at 7cd5b54 another test
  5. + chmod 777 $BUILD_DIR
  6. eval $(ssh-agent)<1s
  7. + eval $(ssh-agent)
  8. Agent pid 35
  9. ssh-add /opt/atlassian/pipelines/agent/data/id_rsa<1s
  10. + ssh-add /opt/atlassian/pipelines/agent/data/id_rsa
  11. Identity added: /opt/atlassian/pipelines/agent/data/id_rsa (rsa w/o comment)
  12. git config --global push.default simple<1s
  13. + git config --global push.default simple
  14. git remote add testingserver user@remote_ip:/my_repo.git<1s
  15. + git remote add testingserver user@remote_ip:/my_repo.git
  16. GITPUSH_RESULT=$(git push testingserver); GITPUSH_EXITCODE=$?;1s
  17. + GITPUSH_RESULT=$(git push testingserver); GITPUSH_EXITCODE=$?;
  18. error: Could not read commit#hash
  19. fatal: unable to parse commit commit#hash
  20. fatal: The remote end hung up unexpectedly
  21. fatal: The remote end hung up unexpectedly
Advertisement
Add Comment
Please, Sign In to add comment