Skip to content

Instantly share code, notes, and snippets.

@mschirbel
Created April 16, 2020 11:50
Show Gist options
  • Save mschirbel/485c68bbe69edcd54a9bcd9e43e2e13c to your computer and use it in GitHub Desktop.
Save mschirbel/485c68bbe69edcd54a9bcd9e43e2e13c to your computer and use it in GitHub Desktop.
@Library('libs@master') _
parameters {
string(name: appOwner, defaultValue: false, description: '')
string(name: registry, defaultValue: false, description: '')
}
jobsMedium(
name: appOwner,
registry: registry
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment