Skip to content

Commit

Permalink
fix nit and add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
pxLi committed Sep 8, 2020
1 parent d91456a commit 1afac1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/Jenkinsfile-blossom.premerge
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
@Library('blossom-github-lib@master')
import ipp.blossom.*


def pluginDockerBuild = """
apiVersion: v1
kind: Pod
Expand Down Expand Up @@ -115,6 +114,7 @@ pipeline {
LIBCUDF_KERNEL_CACHE_PATH = '/tmp/.cudf'
ARTIFACTORY_NAME = "${ArtifactoryConstants.ARTIFACTORY_NAME}"
GITHUB_TOKEN = credentials("github-token")
// TODO: rename this credential after we shutdown premerge pipine on ngcc
URM_CREDS = credentials("svcngcc_artifactory")
URM_URL = "https://${ArtifactoryConstants.ARTIFACTORY_NAME}/artifactory/sw-spark-maven"
}
Expand Down

0 comments on commit 1afac1a

Please sign in to comment.