cancel
Showing results for 
Search instead for 
Did you mean: 

To implement CICD Pipeine for Fiori Projects

Joy_Ragavie
Explorer
0 Kudos

Hi, I want to implement CICD Pipeline for Fiori Freestyle projects

I have followed the tutorials i am able to connect with GitHub and CICD and even webhook is triggered.

The Github is failing because recently we have with extra security when we push the code from BAS to Github to main it will generate OTP for access the repository. due to this step its failing.

Do anyone has the similar issue or if you have implemented can you help me?

Accepted Solutions (1)

Accepted Solutions (1)

Joy_Ragavie
Explorer
0 Kudos

1. Cloud connector added GitHub

2. in the personal access token i have added the test project i am using now

after doing these steps now the build process is successful

Answers (1)

Answers (1)

Nikitha09
Product and Topic Expert
Product and Topic Expert

Hi @Joy_Ragavie ,

To clone the github repository with cicd service, the username and the personal access token should be sufficient. It should not fail the build. Could you please provide the failed build logs for further evaluation?

Thanks and Regards,

Nikitha

Joy_Ragavie
Explorer
0 Kudos

Hi @NIKITHA

Thanks for reaching out me.

This morning the issue is resolved. 2 things i did

1. Cloud connector added GitHub

2. in the personal access token i have added the test project i am using now

after doing these now the build process is successful