Skip to content

Commit

Permalink
dynamic http configuration merged
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy committed Jan 31, 2024
1 parent db7cd5d commit d958f1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ pipeline {

choice( description: 'Arquillian Github org',
name: 'GITHUB_ORG_ARQUILLIAN',
choices: ['olamy','arquillian'] )
choices: ['arquillian','olamy'] )

string( defaultValue: 'dynamic-httpconfiguration-properties', description: 'GIT branch name to build arquillian Jetty (master/tck-all-changes)',
string( defaultValue: 'master', description: 'GIT branch name to build arquillian Jetty (master/tck-all-changes)',
name: 'ARQUILLIAN_JETTY_BRANCH' )

string( defaultValue: 'jdk17', description: 'JDK to build Jetty', name: 'JDKBUILD' )
Expand Down

0 comments on commit d958f1d

Please sign in to comment.