Skip to content

Commit 0aae1ff

Browse files
authored
Merge pull request #72 from marklogic/feature/jenkins-fix
Trying latest 11.4 version
2 parents 4cc4a85 + ef79aa5 commit 0aae1ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pipeline{
1414
agent {label 'devExpLinuxPool'}
1515
steps{
1616
script{
17-
copyRPM 'Latest','11'
17+
copyRPM 'Latest','11.4'
1818
setUpML '$WORKSPACE/xdmp/src/Mark*.rpm'
1919
sh label:'deploy project', script: '''#!/bin/bash
2020
export JAVA_HOME=$JAVA_HOME_DIR

0 commit comments

Comments
 (0)