diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-06-20 18:39:05 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-06-20 18:39:05 +0200 |
commit | 685ebddc7451b29169c565ccf5c305bf64a93815 (patch) | |
tree | 2538abbe4ffd218bdd7f777bf0f1acc96eed406d | |
parent | d5cbb0757ef6bfd9b2ab5881bad001fa9bd9a1c2 (diff) | |
download | jenkins.debian.net-685ebddc7451b29169c565ccf5c305bf64a93815.tar.xz |
reproducible Debian: fix regex
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rw-r--r-- | job-cfg/reproducible.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 7117f138..031eb91c 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -448,7 +448,7 @@ - 'codethink15': { my_arch: 'arm64' } - 'codethink16': { my_arch: 'arm64' } my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' - my_naginator_regex: '^E: Couldn't download .*/Packages' + my_naginator_regex: '^E: Couldn.t download .*/Packages' - '{name}_setup_schroot_{my_distro}_{my_arch}_{my_hname}': my_distro: @@ -478,7 +478,7 @@ my_hname: - 'jenkins': { my_arch: 'amd64' } my_node: '' - my_naginator_regex: '^E: Couldn't download .*/Packages' + my_naginator_regex: '^E: Couldn.t download .*/Packages' - '{name}_{my_task}_{my_arch}_{my_hname}': my_task: @@ -488,7 +488,7 @@ my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' my_hname: - 'profitbricks3': { my_arch: 'amd64' } - my_naginator_regex: '^E: Couldn't download .*/Packages' + my_naginator_regex: '^E: Couldn.t download .*/Packages' - '{name}_{my_task}': my_task: |