Move JJB include scripts to subdir

Create jenkins/jobs/include directory and move the two scripts that we
currently have into that directory.

Adjust builders using the scripts.

Change-Id: If0cda5a6749dd19fdc57b6f64a6f7ed5ac5bfc00
This commit is contained in:
Andreas Jaeger 2016-11-18 20:31:52 +01:00
parent 79d6790c43
commit 65512b5462
4 changed files with 4 additions and 4 deletions

View File

@ -103,7 +103,7 @@
- install-distro-packages
- revoke-sudo
- shell:
!include-raw-escape: include-run-deploy-guide.sh
!include-raw-escape: include/run-deploy-guide.sh
publishers:
- scp:
@ -151,7 +151,7 @@
- install-distro-packages
- revoke-sudo
- shell:
!include-raw-escape: include-run-deploy-guide.sh
!include-raw-escape: include/run-deploy-guide.sh
- add-docs-root-marker:
docsrootdir: deploy-guide/build/html/

View File

@ -83,7 +83,7 @@
#
git checkout origin/master
- shell:
!include-raw-escape: include-build-releasenotes.sh
!include-raw-escape: include/build-releasenotes.sh
- add-docs-root-marker:
docsrootdir: releasenotes/build/html
@ -113,7 +113,7 @@
- install-distro-packages
- revoke-sudo
- shell:
!include-raw-escape: include-build-releasenotes.sh
!include-raw-escape: include/build-releasenotes.sh
publishers:
- upload-releasenotes-draft