SourcePipeline troubleshooting

Prev Next

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

Learning resources

We offer various materials for you to explore. To learn more about SourcePipeline, check out these helpful links:

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.