-
Notifications
You must be signed in to change notification settings - Fork 791
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
jx create quickstart "--org" and "--name" options doesn't work #4549
Labels
Comments
/kind bug |
sonyafenge
added a commit
to sonyafenge/jx
that referenced
this issue
Jul 3, 2019
…enkins-x#4549 -config GitGitRepositoryOptions.Owner and GitGitRepositoryOptions.RepoName in func GetGitRepositoryDetails Signed-off-by: Sonya Li <[email protected]>
2 tasks
sonyafenge
added a commit
to sonyafenge/jx
that referenced
this issue
Jul 4, 2019
…enkins-x#4549 -config GitGitRepositoryOptions.Owner and GitGitRepositoryOptions.RepoName in func GetGitRepositoryDetails Signed-off-by: sonyafenge <[email protected]>
2 tasks
jenkins-x-bot
pushed a commit
that referenced
this issue
Jul 9, 2019
…4549 -config GitGitRepositoryOptions.Owner and GitGitRepositoryOptions.RepoName in func GetGitRepositoryDetails Signed-off-by: sonyafenge <[email protected]>
3 tasks
2 tasks
daveconde
pushed a commit
to daveconde/jx
that referenced
this issue
Apr 7, 2020
…enkins-x#4549 -config GitGitRepositoryOptions.Owner and GitGitRepositoryOptions.RepoName in func GetGitRepositoryDetails Signed-off-by: sonyafenge <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
when run "jx create quickstart" with "--org" and "--name" options, still request to choose "? Which organisation do you want to use?" and request input "? Enter the new repository name"
Steps to reproduce the behavior
run command line below:
"jx create quickstart --git-username='sonyali03' --org='sonyali03' --name='demo070207'",
Expected behavior
don't need manually select organisation and input repository name because these already assigned in command line
Actual behavior
the information below displayed:
"
Using Git provider GitHub at https://github.com
? Which organisation do you want to use? sonyali03
? Enter the new repository name:
"
Jx version
The output of
jx version
is:Jenkins type
Classic JenkinsKubernetes cluster
Operating system / Environment
The text was updated successfully, but these errors were encountered: