mirror of
https://github.com/triqs/dft_tools
synced 2025-04-28 11:14:54 +02:00
[jenkins] Don't trigger PR builds on upstream changes
This commit is contained in:
parent
c87aceed37
commit
180d062846
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -11,12 +11,12 @@ def keepInstall = !env.BRANCH_NAME.startsWith("PR-")
|
|||||||
properties([
|
properties([
|
||||||
disableConcurrentBuilds(),
|
disableConcurrentBuilds(),
|
||||||
buildDiscarder(logRotator(numToKeepStr: '10', daysToKeepStr: '30')),
|
buildDiscarder(logRotator(numToKeepStr: '10', daysToKeepStr: '30')),
|
||||||
pipelineTriggers([
|
pipelineTriggers(keepInstall ? [
|
||||||
upstream(
|
upstream(
|
||||||
threshold: 'SUCCESS',
|
threshold: 'SUCCESS',
|
||||||
upstreamProjects: triqsProject
|
upstreamProjects: triqsProject
|
||||||
)
|
)
|
||||||
])
|
] : [])
|
||||||
])
|
])
|
||||||
|
|
||||||
/* map of all builds to run, populated below */
|
/* map of all builds to run, populated below */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user