-
Notifications
You must be signed in to change notification settings - Fork 2
/
Jenkinsfile
25 lines (24 loc) · 896 Bytes
/
Jenkinsfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
properties([
buildDiscarder(logRotator(
artifactDaysToKeepStr: '',
artifactNumToKeepStr: '',
daysToKeepStr: '30',
numToKeepStr: '30'
)),
parameters([
separator(name: 'separator-963609b8-ce70-45ab-8a61-ff6a77f51a4f'),
[
$class : 'CascadeChoiceParameter',
choiceType : 'PT_SINGLE_SELECT',
description : null,
filterLength : 1,
filterable : false,
name : 'VERSION',
randomName : 'choice-parameter-245877844563629',
referencedParameters: '',
script : [$class: 'ScriptlerScript', parameters: [], scriptlerScriptId: 'gosquito_version.groovy']
],
separator(name: 'separator-ae2bfb0c-1625-417a-b4a8-63cb19a81bb4')
])
])
k8s_build()