Skip to content

Commit 79fb5d9

Browse files
authored
Merge pull request #75 from marklogic/feature/revert-jenkins-fix
"Latest 11" should work now
2 parents c512446 + 4d1db07 commit 79fb5d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
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.4'
17+
copyRPM 'Latest','11'
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)