| Justin Harringa In GitLab Server Configuration, you need to add `GitLab Personal Access Token` because the API can be accessed via the token. If you add SSH Key in GitLab Server configuration, it shouldn't show up as only the `GitLab Personal Access Token` type credentials are matched. In the Job configuration, you need to add the checkout credential which can only be of type `SSHPrivateKey` or `UsernamePasswordCredentials`. If credential of `GitLab Personal Access Token` is added it won't show up. Please let me know if my interpretation is not what you are trying to explain here. |