parameters:
- string:
name: sha1
- description: "A pull request ID, like 'origin/pr/72/head'"
+ description: "commit id or a refname, like 'origin/pr/72/head'"
triggers:
- github-pull-request:
url: https://github.com/ceph/ceph-build.git
branches:
- ${sha1}
- refspec: +refs/pull/*:refs/remotes/origin/pr/*
+ refspec: +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
browser: auto
timeout: 20
skip-tag: true
parameters:
- string:
name: sha1
- description: "A pull request ID, like 'origin/pr/72/head'"
+ description: "commit id or a refname, like 'origin/pr/72/head'"
triggers:
- github-pull-request:
url: https://github.com/ceph/ceph.git
branches:
- ${sha1}
- refspec: +refs/pull/*:refs/remotes/origin/pr/*
+ refspec: +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
browser: auto
timeout: 20
skip-tag: true
parameters:
- string:
name: sha1
- description: "A pull request ID, like 'origin/pr/72/head'"
+ description: "commit id or a refname, like 'origin/pr/72/head'"
triggers:
- github-pull-request:
url: https://github.com/ceph/ceph.git
branches:
- ${sha1}
- refspec: +refs/pull/*:refs/remotes/origin/pr/*
+ refspec: +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
browser: auto
timeout: 20
skip-tag: true
- string:
name: sha1
description: "commit id or a refname, like 'origin/pr/72/head'"
- - string:
- name: ghprbPullId
- description: "A pull request ID, like '72' in https://github.com/ceph/ceph/pull/72"
triggers:
- github-pull-request:
url: https://github.com/ceph/ceph.git
branches:
- ${sha1}
- refspec: +refs/pull/*:refs/remotes/origin/pr/*
+ refspec: +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
browser: auto
timeout: 20
skip-tag: true
parameters:
- string:
name: sha1
- description: "A pull request ID, like 'origin/pr/72/head'"
+ description: "commit id or a refname, like 'origin/pr/72/head'"
triggers:
- github-pull-request:
browser: auto
branches:
- ${sha1}
- refspec: +refs/pull/*:refs/remotes/origin/pr/*
+ refspec: +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
skip-tag: true
timeout: 20
wipe-workspace: true
browser: auto
branches:
- ${sha1}
- refspec: +refs/pull/*:refs/remotes/origin/pr/*
+ refspec: +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
skip-tag: true
timeout: 20
wipe-workspace: true
parameters:
- string:
name: sha1
- description: "A pull request ID, like 'origin/pr/72/head'"
+ description: "commit id or a refname, like 'origin/pr/72/head'"
triggers:
- github-pull-request:
url: https://github.com/ceph/ceph.git
branches:
- ${sha1}
- refspec: +refs/pull/*:refs/remotes/origin/pr/*
+ refspec: +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
browser: auto
timeout: 20
skip-tag: true
node: arm64
parameters:
- string:
- default: origin/master
- description: A pull request ID, like 'origin/pr/72/head'
name: sha1
+ description: "commit id or a refname, like 'origin/pr/72/head'"
+ default: origin/master
project-type: freestyle
properties:
- build-discarder:
<userRemoteConfigs>
<hudson.plugins.git.UserRemoteConfig>
<name>origin</name>
- <refspec>+refs/pull/*:refs/remotes/origin/pr/*</refspec>
+ <refspec>+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*</refspec>
<url>https://github.com/ceph/ceph.git</url>
</hudson.plugins.git.UserRemoteConfig>
</userRemoteConfigs>
parameters:
- string:
name: sha1
- description: "A pull request ID, like 'origin/pr/72/head'"
+ description: "commit id or a refname, like 'origin/pr/72/head'"
triggers:
- github-pull-request:
url: https://github.com/ceph/ceph.git
branches:
- ${sha1}
- refspec: +refs/pull/*:refs/remotes/origin/pr/*
+ refspec: +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
browser: auto
timeout: 20
skip-tag: true