diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-02-05 08:43:50 +0100 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-02-05 08:43:50 +0100 |
commit | 0c1ce8c1ae00de21c813b18ffd5c7d6b0cc00c7e (patch) | |
tree | 3bc203622ec7fa4debe620340e3fd3394fc5b0f7 /jjb/compass4nfv/compass-project-jobs.yml | |
parent | 0b83e52cc8e0e1dcac257fe68c39ebaa3c2a5831 (diff) |
compass: Adjust jjb and scripts
- Checkout the commit that was used for building the ISO to have consistency
- Switch to include-raw-escape and get rid of extra/escape curly brackets
Change-Id: I8f879b39d310ac14d72f77e260c7e80e0bf33e39
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/compass4nfv/compass-project-jobs.yml')
-rw-r--r-- | jjb/compass4nfv/compass-project-jobs.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/jjb/compass4nfv/compass-project-jobs.yml b/jjb/compass4nfv/compass-project-jobs.yml index 8943afb37..11e1d5f8a 100644 --- a/jjb/compass4nfv/compass-project-jobs.yml +++ b/jjb/compass4nfv/compass-project-jobs.yml @@ -116,9 +116,9 @@ builders: - shell: - !include-raw: ./compass-build.sh + !include-raw-escape: ./compass-build.sh - shell: - !include-raw: ./compass-deploy.sh + !include-raw-escape: ./compass-deploy.sh publishers: - archive: @@ -157,11 +157,11 @@ builders: - shell: - !include-raw: ./compass-build.sh + !include-raw-escape: ./compass-build.sh - shell: - !include-raw: ./compass-upload-artifact.sh + !include-raw-escape: ./compass-upload-artifact.sh - shell: - !include-raw: ./compass-workspace-cleanup.sh + !include-raw-escape: ./compass-workspace-cleanup.sh - job-template: name: 'compass-build-ppa-{stream}' @@ -194,7 +194,7 @@ builders: - shell: - !include-raw: ./compass-makeppa.sh + !include-raw-escape: ./compass-makeppa.sh |