Skip to content

Commit 0695bbc

Browse files
KNIME-1112: Disable dependency resolution when merging update sites
When merging fresh build artifacts to NIBR internal update site, we must not resolve dependencies as they are provided by a separate mirror update site. (NIBR Internal Change)
1 parent 81a7762 commit 0695bbc

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
@@ -199,7 +199,7 @@ pipeline {
199199
script {
200200
// Add successfully tested NIBR artifacts to existing NIBR update site
201201
sh '''#!/bin/bash
202-
/bin/bash "${WORKSPACE}/scripts/mirrorSingleUpdateSite.sh" "${WORKSPACE}/tmp/knime test/knime" "${DEPLOY_MASTER_UPDATE_SITE}" true true "${WORKSPACE}/scripts/mirror.xml" "${WORKSPACE}/org.rdkit.knime.update/target/repository/"
202+
/bin/bash "${WORKSPACE}/scripts/mirrorSingleUpdateSite.sh" "${WORKSPACE}/tmp/knime test/knime" "${DEPLOY_MASTER_UPDATE_SITE}" true true "${WORKSPACE}/scripts/mirror.xml" "${WORKSPACE}/org.rdkit.knime.update/target/repository/" true
203203
'''
204204
}
205205
}

0 commit comments

Comments
 (0)