Add tools dir for gerrit trigger
We need to test changes in tools dir because it uses during pipeline execution. Change-Id: I0e9016609277475759f43e0591aa011279452abb
This commit is contained in:
parent
f24e098b4d
commit
d59c51ef10
@ -11,7 +11,7 @@ pipelineJob('airsloop') {
|
||||
parameters {
|
||||
string {
|
||||
defaultValue("uplift")
|
||||
description("Reference to airship-treasuremap, e.g. refs/changes/12/12345/12")
|
||||
description("Reference to treasuremap, e.g. refs/changes/12/12345/12")
|
||||
name("AIRSHIP_MANIFESTS_REF")
|
||||
trim(true)
|
||||
}
|
||||
@ -25,7 +25,6 @@ pipelineJob('airsloop') {
|
||||
|
||||
}
|
||||
|
||||
|
||||
concurrentBuild(false)
|
||||
|
||||
triggers {
|
||||
@ -58,6 +57,10 @@ pipelineJob('airsloop') {
|
||||
compareType('ANT')
|
||||
pattern('site/airsloop/**')
|
||||
}
|
||||
filePath {
|
||||
compareType('ANT')
|
||||
pattern('tools/**')
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -25,7 +25,6 @@ pipelineJob('Seaworthy') {
|
||||
|
||||
}
|
||||
|
||||
|
||||
concurrentBuild(false)
|
||||
|
||||
triggers {
|
||||
@ -52,11 +51,15 @@ pipelineJob('Seaworthy') {
|
||||
}
|
||||
filePath {
|
||||
compareType('ANT')
|
||||
pattern('type/**')
|
||||
pattern('type/foundry/**')
|
||||
}
|
||||
filePath {
|
||||
compareType('ANT')
|
||||
pattern('site/**')
|
||||
pattern('site/seaworthy/**')
|
||||
}
|
||||
filePath {
|
||||
compareType('ANT')
|
||||
pattern('tools/**')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user