diff --git a/doc/source/seaworthy.rst b/doc/source/seaworthy.rst index c0781f52d..53bd006c4 100644 --- a/doc/source/seaworthy.rst +++ b/doc/source/seaworthy.rst @@ -15,7 +15,7 @@ Airship Seaworthy pipeline automates deployment flow documented in `Site Authoring and Deployment Guide `__. The pipeline is implemented as Jenkins Pipeline (Groovy), see code for the pipeline at -`Jenkinsfile `__. +`Jenkinsfile `__. Versions -------- diff --git a/tools/gate/Jenkinsfile b/tools/gate/seaworthy/Jenkinsfile similarity index 100% rename from tools/gate/Jenkinsfile rename to tools/gate/seaworthy/Jenkinsfile diff --git a/tools/gate/seed.groovy b/tools/gate/seaworthy/seed.groovy similarity index 95% rename from tools/gate/seed.groovy rename to tools/gate/seaworthy/seed.groovy index 8192589af..84c8c553f 100644 --- a/tools/gate/seed.groovy +++ b/tools/gate/seaworthy/seed.groovy @@ -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() } }