changed location for trigger
This commit is contained in:
parent
6b1e8a85d1
commit
aa8476d76a
1 changed files with 12 additions and 16 deletions
4
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
4
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
|
@ -86,9 +86,6 @@ pipeline {
|
||||||
echo e.toString()
|
echo e.toString()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
post {
|
|
||||||
success {
|
|
||||||
/* To test the windows builds:
|
/* To test the windows builds:
|
||||||
If the linux compile succeed, trigger a windows build.
|
If the linux compile succeed, trigger a windows build.
|
||||||
This does NOT give any feedback on Phabricator on the
|
This does NOT give any feedback on Phabricator on the
|
||||||
|
@ -103,7 +100,6 @@ pipeline {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
stage('ninja check-all') {
|
stage('ninja check-all') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
|
|
Loading…
Add table
Reference in a new issue