{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by ti-chi-bot[bot]"
        },
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by ti-chi-bot[bot]"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 30763,
      "buildableTimeMillis" : 30763,
      "buildingDurationMillis" : 66063,
      "executingTimeMillis" : 66063,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 7871,
      "waitingTimeMillis" : 7871
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1489,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "dad2bbf89abb153e7c1be698db56f69de28496fd",
            "branch" : [
              {
                "SHA1" : "dad2bbf89abb153e7c1be698db56f69de28496fd",
                "name" : "origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "dad2bbf89abb153e7c1be698db56f69de28496fd",
            "branch" : [
              {
                "SHA1" : "dad2bbf89abb153e7c1be698db56f69de28496fd",
                "name" : "origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "dad2bbf89abb153e7c1be698db56f69de28496fd",
        "branch" : [
          {
            "SHA1" : "dad2bbf89abb153e7c1be698db56f69de28496fd",
            "name" : "origin/main"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/PingCAP-QE/ci.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1489",
  "duration" : 66063,
  "estimatedDuration" : 82684,
  "executor" : None,
  "fullDisplayName" : "seed #1489",
  "id" : "1489",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1489,
  "queueId" : 3399875,
  "result" : "SUCCESS",
  "timestamp" : 1773053988128,
  "url" : "https://do.pingcap.net/jenkins/job/seed/1489/",
  "builtOn" : "default-v1v67",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tekton/v1/triggers/triggers/env-prod2/_/fake-github/fake-github-branch-push-single-platform.yaml",
          "tekton/v1/triggers/triggers/env-prod2/_/fake-github/fake-github-tag-create-single-platform.yaml",
          "tekton/v1/triggers/triggers/env-prod2/_/fake-github/fake-github-pr.yaml",
          "tekton/v1/triggers/triggers/env-prod2/_/fake-github/fake-github-branch-push.yaml",
          "tekton/README.md",
          "tekton/v1/triggers/triggers/env-prod2/_/fake-github/fake-github-pr-single-platform.yaml",
          "tekton/v1/triggers/triggers/env-prod2/_/fake-github/fake-github-tag-create.yaml"
        ],
        "commitId" : "dad2bbf89abb153e7c1be698db56f69de28496fd",
        "timestamp" : 1773053945000,
        "author" : {
          "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "docs(tekton): add README with v0 deprecation notice and update resource config mapping (#4310)\u000a\u000a## Summary\u000a\u000aThis PR includes two main changes:\u000a\u000a### 1. Updated resource-config mapping in fake GitHub triggers\u000a- Changed resource-config map keys from full repository names\u000a(`'org/repo'`) to short names (`'repo'`) in all fake GitHub trigger\u000afiles:\u000a  - `fake-github-branch-push.yaml`\u000a  - `fake-github-branch-push-single-platform.yaml`\u000a  - `fake-github-pr.yaml`\u000a  - `fake-github-pr-single-platform.yaml`\u000a  - `fake-github-tag-create.yaml`\u000a  - `fake-github-tag-create-single-platform.yaml`\u000a- Updated lookup expression from `body.repository.full_name` to\u000a`body.repository.name`\u000a- **Note**: Filter lists still use full repository names as required for\u000aproper GitHub event filtering\u000a\u000a### 2. Added comprehensive README.md for tekton directory\u000a- Created `tekton/README.md` with clear version information and\u000adeprecation notice\u000a- Documented that `v0/` is deprecated and `v1/` should be used for all\u000anew development\u000a- Added directory structure overview and key component descriptions\u000a- Included development guidelines, common workflows, and resources\u000a- Provides migration guidance from v0 to v1\u000a\u000a## Why these changes?\u000a\u000a1. **Resource config consistency**: Using short repository names\u000asimplifies configuration and aligns with other parts of the CI system\u000a2. **Documentation**: The tekton directory lacked a central README,\u000amaking it difficult for contributors to understand the structure and\u000aversioning\u000a3. **Deprecation clarity**: Explicitly marking v0 as deprecated helps\u000aguide contributors to use the current v1 configurations\u000a\u000a## Testing\u000a\u000a- All trigger configurations have been validated for syntax correctness\u000a- CEL expressions continue to work as expected\u000a- No changes to actual resource values (timeouts, CPU, memory, etc.)\u000a\u000a## Related Issues\u000a\u000aN/A - These are maintenance improvements\u000a\u000a## Checklist\u000a\u000a- [x] Code follows the project's style guidelines\u000a- [x] Documentation has been updated\u000a- [x] Changes are backward compatible\u000a- [x] No sensitive information is included in the changes\u000a\u000a---------\u000a\u000aCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>\u000a",
        "date" : "2026-03-09 10:59:05 +0000",
        "id" : "dad2bbf89abb153e7c1be698db56f69de28496fd",
        "msg" : "docs(tekton): add README with v0 deprecation notice and update resource",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "tekton/v1/triggers/triggers/env-prod2/_/fake-github/fake-github-branch-push-single-platform.yaml"
          },
          {
            "editType" : "edit",
            "file" : "tekton/v1/triggers/triggers/env-prod2/_/fake-github/fake-github-pr-single-platform.yaml"
          },
          {
            "editType" : "edit",
            "file" : "tekton/v1/triggers/triggers/env-prod2/_/fake-github/fake-github-branch-push.yaml"
          },
          {
            "editType" : "edit",
            "file" : "tekton/v1/triggers/triggers/env-prod2/_/fake-github/fake-github-pr.yaml"
          },
          {
            "editType" : "add",
            "file" : "tekton/README.md"
          },
          {
            "editType" : "edit",
            "file" : "tekton/v1/triggers/triggers/env-prod2/_/fake-github/fake-github-tag-create-single-platform.yaml"
          },
          {
            "editType" : "edit",
            "file" : "tekton/v1/triggers/triggers/env-prod2/_/fake-github/fake-github-tag-create.yaml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ]
}