-
Couldn't load subscription status.
- Fork 0
CBP-18409 using the new git-credential-cloudbees #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 6 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
d15d6ad
use git-credential-cloudbees
cb-nsrinivasa 01029bf
update command
cb-nsrinivasa 13dfb69
add logs
cb-nsrinivasa 53f7372
for ssh using existing code
cb-nsrinivasa 399a155
Revert "add logs"
cb-nsrinivasa f670ab6
fix review suggestions
cb-nsrinivasa 33f588d
refactor credentials helper logic
cb-nsrinivasa 1e1dbad
use CommandContext for child process
cb-nsrinivasa 7856dc9
update tests
cb-nsrinivasa 68c45cf
restore original .gitconfig after tests
cb-nsrinivasa 1b37862
mock loadConfig in test
cb-nsrinivasa 88ce355
fix nil pointer in tests
cb-nsrinivasa 57479ff
logs to debug ci test failures
cb-nsrinivasa af6f1a6
more logs
cb-nsrinivasa 7a76b93
debug env
cb-nsrinivasa b13027a
remove existing pathenv in tests
cb-nsrinivasa 98300b6
commenting tests
cb-nsrinivasa ca567e4
trigger workflow
cb-nsrinivasa 2ea40c7
debug: log command
cb-nsrinivasa f5ab211
trigger workflow
cb-nsrinivasa 85f10d3
use correct args for git-credential-cloudbees
cb-nsrinivasa a50ce26
remove debug logs
cb-nsrinivasa 77e40c9
trigger workflow
cb-nsrinivasa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| package internal | ||
|
|
||
| import ( | ||
| "fmt" | ||
| "os" | ||
| ) | ||
|
|
||
| func Debug(msg string, args ...any) { | ||
pinaki124 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| if os.Getenv("RUNNER_DEBUG") == "1" { | ||
| fmt.Println("##[debug]" + fmt.Sprintf(msg, args...)) | ||
| } | ||
| } | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.