Skip to content
Snippets Groups Projects
Commit ef377d46 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

if no dependencies are speficied, add "Create Docker Images" as build trigger

parent c013d482
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,9 @@ def call(ArrayList<String> dependencyList, String gitUrl='') {
'tumbleweed-Debug',
'tumbleweed-Release' ]
def dependencies = dependencyList.join(',')
if(dependencies == "") {
dependencies = "Create Docker Images"
}
pipeline {
agent none
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment