Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Parity with pipeline implementation #13

Open
deathlyrage opened this issue Sep 23, 2019 · 4 comments · May be fixed by #138
Open

Feature Request: Parity with pipeline implementation #13

deathlyrage opened this issue Sep 23, 2019 · 4 comments · May be fixed by #138

Comments

@deathlyrage
Copy link

Things like the newly added notes field and attaching logs, displaying changesets dont work for the pipeline implementation. It would be amazing if we could get the pipeline version to the same feature level as the standard implementation.

Thanks keep up the good work!

@KocproZ
Copy link

KocproZ commented Sep 25, 2019

The notes field is already working in the pipeline (see #10).
As for the log attachment I am not sure how that should look like.
I was considering 2 options:

  1. Add a field attachLogs: true and than send logs like in freestyle project,
  2. Add a field attachFile: somFileName.log and send specified file.

While the first option would be easier for users, the second one would be more flexible as user could attach any file they want.
Let me know what you think.

@deathlyrage
Copy link
Author

I would personally prefer the first one as i wouldn't need to do all the necessary work to capture all the logs to a file, however it might make sense adding in both.

What about "changes" support, such as displaying the changes. Is there a easy way of doing this via pipeline script? Because the native plugin seems to handle it much better.

@KocproZ
Copy link

KocproZ commented Sep 25, 2019

There is a way to display changes in the pipeline, but it requires some knowledge about groovy and accessing current build (example).

@raphaelsamyknewin
Copy link

The log feature trough pipeline would be awesome

@solonovamax solonovamax linked a pull request Oct 20, 2024 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants