tabeyti / jenkins-jack

Jack into your Jenkins to execute Pipeline scripts, provide Pipeline step autocompletions, pull Shared Library step documenation, run console groovy scripts across multiple nodes, and more! Honestly, not that much more.
Other
97 stars 32 forks source link

option to hide pipeline output #30

Closed Inetov closed 3 years ago

Inetov commented 3 years ago

pipeline output lines are often useless. but it takes up useful space, see screenshot: 8 of 13 lines are not interesting to me. I think it's not only for me. it would be nice to make an option to turn off the "green" lines so that they are not displayed at all.

изображение

tabeyti commented 3 years ago

Hey @Inetov ,

I'm going to mark this as an enhancement, possibly slate it for the next release.

FYI, you can actually suppress the Pipeline output using a combination of the Simple Theme plugin and a few lines of CSS:

https://issues.jenkins-ci.org/browse/JENKINS-41845?focusedCommentId=386998&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-386998

Inetov commented 3 years ago

FYI, you can actually suppress the Pipeline output using a combination of the Simple Theme plugin and a few lines of CSS:

Thanks I know. But this way does not affect what is displayed in vscode output window.

tabeyti commented 3 years ago

Thanks I know. But this way does not affect what is displayed in vscode output window.

Word. This is slated for the next release. Change is already in master: https://github.com/tabeyti/jenkins-jack/commit/f698ad58f9ccf3599e1f086f3f2102eb5022d23d

Inetov commented 3 years ago

This is slated for the next release. Change is already in master

thank you!

tabeyti commented 3 years ago

Hey @Inetov ,

This setting has been added to version 1.1.1. If you could update your extensions version and validate for me, I'd appreciate it.

Inetov commented 3 years ago

Hey @Inetov ,

This setting has been added to version 1.1.1. If you could update your extensions version and validate for me, I'd appreciate it.

works as expected! thank you! I think you can close it)

tabeyti commented 3 years ago

Sweet!