Florian Oeser
Florian Oeser
Hey, I ran into the same problem. What is your workaround? Thanks in advice, Florian
Manipulating the XML is still working :) `configure { node -> node / 'publishers' / 'hudson.tasks.ArtifactArchiver' { artifacts('xxx') latestOnly('false') allowEmptyArchive('false') [...] } }`
Hey @alexkvak, what is the state here? Do you plan to work on DSL feature at any point? Thanks, Florian
It would be super awesome to see if the actual slack config would be part the build config (maybe as feature) and could be setup via DSL :) Do you...