Move Airship Seaworthy pipeline to the folder.

It is more clear when all pipelines are in their directories.

Change-Id: I6d1098b8c478214b378fc34334f93355e623cb87
This commit is contained in:
Alexander Noskov 2019-06-18 11:44:19 -05:00
parent 92ef88f481
commit 44f22f08d3
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ Airship Seaworthy pipeline automates deployment flow documented in
`Site Authoring and Deployment Guide <https://airship-treasuremap.readthedocs.io/en/latest/authoring_and_deployment.html>`__.
The pipeline is implemented as Jenkins Pipeline (Groovy), see code for the pipeline at
`Jenkinsfile <https://opendev.org/airship/treasuremap/src/branch/master/tools/gate/Jenkinsfile>`__.
`Jenkinsfile <https://opendev.org/airship/treasuremap/src/branch/master/tools/gate/seaworthy/Jenkinsfile>`__.
Versions
--------

View File

@ -1,5 +1,5 @@
pipelineJob('seaworthy') {
pipelineJob('Seaworthy') {
displayName('Airship Seaworthy')
description('Bare-metal continuous deployment pipeline')
@ -78,7 +78,7 @@ pipelineJob('seaworthy') {
definition {
cps {
script(readFileFromWorkspace("tools/gate/Jenkinsfile"))
script(readFileFromWorkspace("tools/gate/seaworthy/Jenkinsfile"))
sandbox()
}
}