commit | 014083d70fa0d48e52c00a5c11479d3786787a0c | [log] [tgz] |
---|---|---|
author | Richard Felkl <rfelkl@mirantis.com> | Mon Mar 12 14:58:36 2018 +0100 |
committer | Richard Felkl <rfelkl@mirantis.com> | Mon Mar 12 14:58:36 2018 +0100 |
tree | ab7d9c6dfa4cb1a900cede07927902032c52f1e5 | |
parent | 64dae704bfd73dcfc2355d0d3a0d8a3c9e0f747e [diff] |
Fix typo in Jenkinsfile Change-Id: I6626238bd246af8ae40499ad285e9e9dbfbe34df
diff --git a/Jenkinsfile b/Jenkinsfile index 625b4bc..ce609b7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -48,7 +48,7 @@ it =~ /^${osImageForRegex}-/ } // dont cleanup non timestamp images - return imageToClean.findAll { it -> + return imagesToClean.findAll { it -> it =~ /${osImageForRegex}-x(64|32)-\d+${imageTypeForRegex}/ } }