ci: fix github comment, add upload to imports
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
f6458facfc
commit
f3ccc2422c
|
@ -50,6 +50,12 @@ pipeline {
|
||||||
stage('Check') {
|
stage('Check') {
|
||||||
steps { sh 'make run-statusq-sanity-checker' }
|
steps { sh 'make run-statusq-sanity-checker' }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stage('Upload') {
|
||||||
|
steps { script {
|
||||||
|
env.PKG_URL = "${currentBuild.absoluteUrl}/consoleText"
|
||||||
|
} }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
post {
|
post {
|
||||||
|
|
Loading…
Reference in New Issue