Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- + umask 000
- + git clone ... {removed for public logs} ...
- Cloning into '/opt/atlassian/pipelines/agent/build'...
- HEAD is now at 7cd5b54 another test
- + chmod 777 $BUILD_DIR
- eval $(ssh-agent)<1s
- + eval $(ssh-agent)
- Agent pid 35
- ssh-add /opt/atlassian/pipelines/agent/data/id_rsa<1s
- + ssh-add /opt/atlassian/pipelines/agent/data/id_rsa
- Identity added: /opt/atlassian/pipelines/agent/data/id_rsa (rsa w/o comment)
- git config --global push.default simple<1s
- + git config --global push.default simple
- git remote add testingserver user@remote_ip:/my_repo.git<1s
- + git remote add testingserver user@remote_ip:/my_repo.git
- GITPUSH_RESULT=$(git push testingserver); GITPUSH_EXITCODE=$?;1s
- + GITPUSH_RESULT=$(git push testingserver); GITPUSH_EXITCODE=$?;
- error: Could not read commit#hash
- fatal: unable to parse commit commit#hash
- fatal: The remote end hung up unexpectedly
- fatal: The remote end hung up unexpectedly
Advertisement
Add Comment
Please, Sign In to add comment