Merge branch 'master' of ssh://github.com/google/llvm-premerge-checks
This commit is contained in:
commit
7f20630671
1 changed files with 2 additions and 1 deletions
3
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
3
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
|
@ -12,6 +12,8 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
|
def success = true
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'linux' }
|
agent { label 'linux' }
|
||||||
parameters {
|
parameters {
|
||||||
|
@ -33,7 +35,6 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
echo "Building diff ${DIFF_ID} with PHID ${PHID}"
|
echo "Building diff ${DIFF_ID} with PHID ${PHID}"
|
||||||
script {
|
script {
|
||||||
def success = true
|
|
||||||
def revision_phid = sh(script:
|
def revision_phid = sh(script:
|
||||||
'echo \'{"constraints":{"ids":[' + DIFF_ID + ']}}\' | '+
|
'echo \'{"constraints":{"ids":[' + DIFF_ID + ']}}\' | '+
|
||||||
'arc call-conduit --conduit-uri=$PHABRICATOR_HOST --conduit-token $CONDUIT_TOKEN differential.diff.search | ' +
|
'arc call-conduit --conduit-uri=$PHABRICATOR_HOST --conduit-token $CONDUIT_TOKEN differential.diff.search | ' +
|
||||||
|
|
Loading…
Reference in a new issue