From f3ccc2422cc5feec8d6da2f8611f7c337204bbdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Sun, 6 Nov 2022 21:58:09 +0100 Subject: [PATCH] ci: fix github comment, add upload to imports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ci/Jenkinsfile.imports | 6 ++++++ 1 file changed, 6 insertions(+) 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 {