Skip to content

Instantly share code, notes, and snippets.

@spy86
Created May 25, 2022 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spy86/1603a3b79b5f37450f6ff799dbac72bb to your computer and use it in GitHub Desktop.
Save spy86/1603a3b79b5f37450f6ff799dbac72bb to your computer and use it in GitHub Desktop.
listView('Docker_builds') {
description('Jobs for build docker images')
filterBuildQueue()
filterExecutors()
jobs {
name('Build_docker_images')
}
columns {
status()
weather()
name()
lastSuccess()
lastFailure()
lastDuration()
buildButton()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment