Skip to content

Commit e8878b8

Browse files
authored
Update Jenkinsfile
1 parent 190cc9b commit e8878b8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Jenkinsfile

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ pipeline {
1414
}
1515

1616
stages {
17+
stage('Build parameters') {
18+
steps {
19+
echo "You chose ${params.CHOICE}"
20+
}
21+
}
1722
stage('Clone repository') {
1823
steps {
1924
echo 'Cloning repository'

0 commit comments

Comments
 (0)