You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@devlake.apache.org by GitBox <gi...@apache.org> on 2022/05/16 11:19:07 UTC

[GitHub] [incubator-devlake] warren830 commented on issue #1878: After install devlake, when I go to ip:4000, but see nothing

warren830 commented on issue #1878:
URL: https://github.com/apache/incubator-devlake/issues/1878#issuecomment-1127544620

   > ![image](https://user-images.githubusercontent.com/5927005/168573365-7077c6c8-5fb7-4d09-9383-2b5916321da1.png)
   
   Can you send a request to jenkins server using curl like the following:
   curl --location --request GET --X GET 'http://192.168.1.181:30180/' \
   --header 'Authorization: Basic xxxx' 
   
   `xxxx` should be your username:password encoded by base64
   
   You can use this website to get encoded basic auth token: https://www.base64encode.org/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org