diff --git a/ci/Jenkinsfile.imports b/ci/Jenkinsfile.imports index eabe925ba3..2aca8fdd60 100644 --- a/ci/Jenkinsfile.imports +++ b/ci/Jenkinsfile.imports @@ -50,6 +50,12 @@ pipeline { stage('Check') { steps { sh 'make run-statusq-sanity-checker' } } + + stage('Upload') { + steps { script { + env.PKG_URL = "${currentBuild.absoluteUrl}/consoleText" + } } + } } post {