You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sh label: 'run marklogic-client-api tests', script: '''#!/bin/bash
56
55
export JAVA_HOME=$JAVA_HOME_DIR
57
56
export GRADLE_USER_HOME=$WORKSPACE/$GRADLE_DIR
@@ -189,7 +188,6 @@ pipeline {
189
188
190
189
parameters {
191
190
booleanParam(name: 'regressions', defaultValue: false, description: 'indicator if build is for regressions')
192
-
booleanParam(name: 'arm_regressions', defaultValue: false, description: 'indicator if build is for ARM regressions')
193
191
string(name: 'JAVA_VERSION', defaultValue: 'JAVA17', description: 'Either JAVA17 or JAVA21')
194
192
string(name: 'MARKLOGIC_IMAGE_TAGS', defaultValue: 'marklogic-server-ubi:latest-11,marklogic-server-ubi:latest-12', description: 'Comma-delimited list of MarkLogic image tags including variant (e.g., marklogic-server-ubi:latest-11,marklogic-server-ubi-rootless:11.3.2). The registry/org (ml-docker-db-dev-tierpoint.bed-artifactory.bedford.progress.com/marklogic) path will be prepended automatically.')
0 commit comments