Available in Classic and VPC
You might run into the following problems when using SourcePipeline. Find out causes and possible solutions.
Error message: "There are changes in the build/deployment task. Check them from certain products."
I received the message "There are changes in the build/deployment task. Check them from certain products."
Cause
- This error occurs when the pipeline cannot be executed with the existing information. It may occur when there are changes to SourceBuild or SourceDeploy set up in SourcePipeline.
- The target repository set in the SourceBuild project and the repository set in SourcePipeline should match.
- The deployment file set in the SourceDeploy scenario and the deployment file set in SourcePipeline should match.
- The pipeline can also not be executed when the SourceBuild project set in SourcePipeline, or SourceDeploy project/state/scenario is deleted.
Solution
- Check if there are any changes in SourceBuild or SourceDeploy.
- Check if the target repository set in the SourceBuild project and the repository set in SourcePipeline match.
- Check if the deployment file set in the SourceDeploy scenario and the deployment file set in SourcePipeline match.
- Check if the SourceBuild project set in SourcePipeline, or SourceDeploy project/state/scenario is deleted.
- Reset SourcePipeline.
Fail occurs when running SourcePipeline
"Fail" occurs when I run SourcePipeline.
It fails when I call the SourcePipeline execution API.
Cause
- Execution failure of the project by SourceBuild or SourceDeploy connected to the project may cause the entire pipeline to fail.
- SourceBuild: an error may occur when the build settings are not correct.
- SourceDeploy: an error may occur when the agent installed in the deployment server is not the latest version.
- When calling the pipeline executing API, you need to use the "POST" method.
Solution
- Check for the cause of SourceBuild or SourceDeploy's project execution failure.
- SourceBuild: See SourceBuild project creation user guides and check if there are not any problems in the settings when creating the project.
- SourceDeploy: See Install and manage agent and reinstall the SourceDeploy agent.
- Change to use the "POST" method when calling APIs and try again. For more information, see SourcePipeline API guides.
Learning resources
We offer various materials for you to explore. To learn more about SourcePipeline, check out these helpful links:
- FAQs: frequently asked questions from SourcePipeline users.{target="_blank"}
- NAVER Cloud Platform blog: Everything for DevSecOps!. New release of developer tools: SourceBuild, SourceDeploy, and SourcePipeline.
- NAVER Cloud Platform blog: Implementing automatic container image build by using Dev Tools in NAVER Cloud Platform.
- API guides: SourcePipeline API guides.
Note
If you're still having trouble finding what you need, click on the feedback icon and send us your thoughts and requests. We'll use your feedback to improve this guide.