Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion benchmarks/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ pipeline {
cd ${CLONE_DIR}
git add --all
git commit -m "Jenkins Updating Benchmark Results BUILD-NUMBER:${BUILD_NUMBER}" || echo "-----no changes to commit-----"
git push origin HEAD:main --force
export GIT_SSH_COMMAND="ssh -i ${deploy_key}"
git push origin HEAD:main --force
Comment thread
blue-jaye-121 marked this conversation as resolved.
Outdated
fi
'''
}
Expand Down
Loading