diff --git a/Jenkinsfile b/Jenkinsfile index 6e3e26e68d031..8a0ad0c079e08 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -47,7 +47,9 @@ pipeline { sh ''' docker run --rm \ -v "$WORKSPACE:/workspace" \ - alpine sh -c 'apk add --no-cache -q git bash && cd /workspace && hack/validate/dco' + -e VALIDATE_REPO=${GIT_URL} \ + -e VALIDATE_BRANCH=${CHANGE_TARGET} \ + alpine sh -c 'apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco' ''' } }