From c5dfed000034bf490806c00e9e4f8396d321a53e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Mon, 20 Jan 2020 14:53:17 +0100 Subject: [PATCH] triggering win build from phab job --- Jenkins/Phabricator-pipeline/Jenkinsfile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Jenkins/Phabricator-pipeline/Jenkinsfile b/Jenkins/Phabricator-pipeline/Jenkinsfile index 89591e6..dcd3438 100644 --- a/Jenkins/Phabricator-pipeline/Jenkinsfile +++ b/Jenkins/Phabricator-pipeline/Jenkinsfile @@ -87,6 +87,22 @@ pipeline { } } } + post { + success { + /* To test the windows builds: + If the linux compile succeed, trigger a windows build. + This does NOT give any feedback on Phabricator on the + windows build. + + Fire & Forget: Do not wait for the job to finish, + ingore the results + */ + build job: 'amd64_windows_vs2017' propagate: false wait: false parameters: [ + [$class: 'StringParameterValue', name: 'DIFF_ID', value: "$DIFF_ID"], + [$class: 'StringParameterValue', name: 'PHID', value: "$PHID"], + ] + } + } } stage('ninja check-all') { steps {