Use Jenkinsfile from git instead of static file.
Change-Id: I37b2e2f77810a8f84e6c57c2a0e19d957da9b64a
This commit is contained in:
parent
7f6a63909b
commit
142dd1e491
@ -43,9 +43,12 @@ pipelineJob("treasuremap-aiab") {
|
|||||||
}
|
}
|
||||||
|
|
||||||
definition {
|
definition {
|
||||||
cps {
|
cpsScm {
|
||||||
script(readFileFromWorkspace("${JOB_BASE}/Jenkinsfile"))
|
scm {
|
||||||
sandbox(false)
|
git('https://review.opendev.org/airship/treasuremap')
|
||||||
|
scriptPath('tools/gate/aiab/Jenkinsfile')
|
||||||
|
lightweight(true)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -80,9 +80,12 @@ pipelineJob('airsloop') {
|
|||||||
}
|
}
|
||||||
|
|
||||||
definition {
|
definition {
|
||||||
cps {
|
cpsScm {
|
||||||
script(readFileFromWorkspace("tools/gate/airsloop/Jenkinsfile"))
|
scm {
|
||||||
sandbox(false)
|
git('https://review.opendev.org/airship/treasuremap')
|
||||||
|
scriptPath('tools/gate/airsloop/Jenkinsfile')
|
||||||
|
lightweight(true)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -33,9 +33,12 @@ pipelineJob('Seaworthy') {
|
|||||||
}
|
}
|
||||||
|
|
||||||
definition {
|
definition {
|
||||||
cps {
|
cpsScm {
|
||||||
script(readFileFromWorkspace("tools/gate/seaworthy/Jenkinsfile"))
|
scm {
|
||||||
sandbox(false)
|
git('https://review.opendev.org/airship/treasuremap')
|
||||||
|
scriptPath('tools/gate/seaworthy/Jenkinsfile')
|
||||||
|
lightweight(true)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user