We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, while configuring a github base-url in the .gitconfig.yml file I'm getting an error from the controller UI:
base-url
.gitconfig.yml
Field 'base-url' doesn't conform to url format. Please check your .gitconfig.yml
The config I'm using is for my company's internal enterprise github address, similar to this:
base-url: https://github.mycompany.corp/api/v3
Note that corp is an internal domain for my company, and not a top-level domain (ref: https://data.iana.org/TLD/tlds-alpha-by-domain.txt)
corp
Code where the error happens:
ngrinder/ngrinder-controller/src/main/java/org/ngrinder/script/model/GitHubConfig.java
Line 102 in 25ac2bb
Please check this and perhaps make the validation more lenient. I'm not sure this would help:
https://commons.apache.org/proper/commons-validator/apidocs/org/apache/commons/validator/routines/UrlValidator.html#ALLOW_LOCAL_URLS
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, while configuring a github
base-url
in the.gitconfig.yml
file I'm getting an error from the controller UI:The config I'm using is for my company's internal enterprise github address, similar to this:
base-url: https://github.mycompany.corp/api/v3
Note that
corp
is an internal domain for my company, and not a top-level domain (ref: https://data.iana.org/TLD/tlds-alpha-by-domain.txt)Code where the error happens:
ngrinder/ngrinder-controller/src/main/java/org/ngrinder/script/model/GitHubConfig.java
Line 102 in 25ac2bb
Please check this and perhaps make the validation more lenient. I'm not sure this would help:
https://commons.apache.org/proper/commons-validator/apidocs/org/apache/commons/validator/routines/UrlValidator.html#ALLOW_LOCAL_URLS
The text was updated successfully, but these errors were encountered: