You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
Hi,
I'm new to the pipeline stuff started yesterday to port my projects to pipeline, work great so far but I have a few questions or part I cannot figure out how they work:
Sending email
with email template (I had some email template already done along with some customization)
can we use the with env variables for the templates?
ArtifactArchiver could have a category name (or by stage name at least) to split each part artifact
How stable can we expect those pipeline API to be? I can wait to deploy this no problems if this still considered changing a lot, just want to known the current status.
So far it was fairly easy to make it work (checkout, build, run unit test, export xunit test results, run custom qml inspection and parse console output, run doxygen, etc). Maybe because I was having a lot of python scripts to handle many of those, so now I just bat "python myscrip.py" them in sequence, but still it's easy and neat. Nice work, this aim in the right direction, will be able to port many of those python script into groovy into the futur and this already solve problems with loop over dynamic repetition (unknown number by Jenkins at project level).