简体   繁体   中英

Gitlab jenkins integration

I am using jenkins as CI server and Gitlab as Codebase both are running into two serpent docker containers.

I have created CICD pipeline into jenkins and gitlab repo. also setup webhook which working fine. Now I want to integrate jenkins from gitlab and inserted required details but it showing 401 error while test. please note entered details are verified and credentials are working.

enter image description here

enter image description here

401 indicates that the request is unauthorized . So, stated another way: your credentials are correctly set, but the credentials do not have the appropriate permission needed.

You should make sure your API keys are generated with appropriate scope and/or that the user account associated with the keys have appropriate permission.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM