Alternatively, to determine the codebase ID, run the following command:
pipelines list-codebasesThe preceding command also allows you to generate the output in the JSON format. To get the output in that format, run:
pipelines list-codebases --format=jsonFrom the Git repository that you want to configure, run the following command:
pipelines set-application-id --application-id=[application ID]Alternatively, run the following command to set application ID associated with codebase ID:
pipelines set-application-id --codebase-id = [codebase ID]status command to verify if the build has completed and whether it was successful. If you use the Cloud Platform Pipelines GitHub integration, you can see job completion and success information on the GitHub pull request. You still need to use the status command for information about commits that are not part of a pull request.If this content did not answer your questions, try searching or contacting our support team for further assistance.
To determine the application ID, run the following command:
pipelines list-applicationsAlternatively, to determine the codebase ID, run the following command:
pipelines list-codebasesThe preceding command also allows you to generate the output in the JSON format. To get the output in that format, run:
pipelines list-codebases --format=jsonFrom the Git repository that you want to configure, run the following command:
pipelines set-application-id --application-id=[application ID]Alternatively, run the following command to set application ID associated with codebase ID:
pipelines set-application-id --codebase-id = [codebase ID]status command to verify if the build has completed and whether it was successful. If you use the Cloud Platform Pipelines GitHub integration, you can see job completion and success information on the GitHub pull request. You still need to use the status command for information about commits that are not part of a pull request.If this content did not answer your questions, try searching or contacting our support team for further assistance.