Skip to content
This repository was archived by the owner on Nov 20, 2019. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jobs/generation/Utilities.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ class Utilities {
'201626':'auto-ubuntu1404-201626',
// Contains an updated version of mono
'20160211':'auto-ubuntu1404-20160211',
'201626test':'auto-ubuntu1404-201626test',
// Latest auto image. This will be used for transitioning
// to the auto images, at which point we will move back to
// the generic unversioned label except for special cases.
Expand All @@ -112,6 +111,7 @@ class Utilities {
'':'ubuntu',
// Specific auto-image label
'201626':'auto-ubuntu1404-201626',
'201626test':'auto-ubuntu1404-201626test',
// Contains an updated version of mono
'20160211':'auto-ubuntu1404-20160211',
// Latest auto image. This will be used for transitioning
Expand Down