Skip to content

Commit daf3147

Browse files
authored
Update Jenkinsfile
1 parent e8878b8 commit daf3147

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Jenkinsfile

-8
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,12 @@ pipeline {
55
gradle 'Gradle-6'
66
}
77

8-
parameters {
9-
choice(name: 'CHOICE', choices: ['One', 'Two', 'Three'], description: 'Pick something')
10-
}
118

129
environment {
1310
VERSION_NUMBER = '1.0'
1411
}
1512

1613
stages {
17-
stage('Build parameters') {
18-
steps {
19-
echo "You chose ${params.CHOICE}"
20-
}
21-
}
2214
stage('Clone repository') {
2315
steps {
2416
echo 'Cloning repository'

0 commit comments

Comments
 (0)