Help Center/
Cloud Container Engine/
Best Practices/
DevOps/
Implementing Separate DevOps Processes for Multiple Clusters Using Jenkins and GitLab/
Procedure/
Configuring a GitLab Project
Updated on 2025-01-08 GMT+08:00
Configuring a GitLab Project
- Obtain the source code and save it to the local. A Java example is used.
- Create the ccedemo group on GitLab.
- Add the java-demo project to the ccedemo group.
- Upload the project code to the local GitLab repository.
cd ~/java-demo-main //Change the directory address as needed. git init git remote add origin http://**.**.**.**/ccedemo/java-demo.git // Project URL of java-demo in step 3 git config --global user.name "Administrator" git config --global user.email "admin@example.com" git add . git commit -m "Initial commit" git push -u origin main
Enter the user name root and its password. (If the default password is not changed, obtain it by referring to 6.)
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot