Skip to content

Commit

Permalink
Fix access to missing variable
Browse files Browse the repository at this point in the history
Change-Id: Ie543dfe261f0e81237307dd4e5f097fe87b20011
  • Loading branch information
LarsMichelsen committed Jun 14, 2019
1 parent 00a5f36 commit 79a3cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/scripts/integration-daily-master.jenkins
Expand Up @@ -2,7 +2,7 @@ import java.text.SimpleDateFormat

properties([
parameters([
string(name: 'DISTROS', defaultValue: DISTRO_STR, description: 'List of targeted distros' ),
string(name: 'DISTROS', defaultValue: DISTRO_LIST_MASTER, description: 'List of targeted distros' ),
string(name: 'EDITION', defaultValue: 'enterprise', description: 'Edition: raw, enterprise or managed' ),
string(name: 'VERSION', defaultValue: 'daily', description: 'Version: daily builds current git state of the branch. You also can specify a git tag here.' )
])
Expand Down

0 comments on commit 79a3cf8

Please sign in to comment.