Hi. Wondering if people have had success with dist...
# teamcity
a
Hi. Wondering if people have had success with distributing shell/bash scripts along with a DSL-library. My dream scenario would be to add a ./my-random-script.sh in the resources folder of the library and then have a buildType that uses the exec stage like
Copy code
BuildType({
    ...
    exec {
       path = "/.my-random-script.sh" // or somehow a resolved uri
    } 
})
or really any other way to distribute the file WITH the library (making versioning etc. easier) I'd appreciate any thoughts or ideas here 🙏
@antonarhipov - sorry to bother you, but could you maybe point me to or '@' some of the active teamcity-maintainers? I'll gladly open a feature request on YouTrack, but this kinda feels more like a FAQ question 😅
a
Hey. I don't think teamcity developed are on this slack. But it is fine to ask via youtrack or even support email
a
Gotcha! Thanks for clarifying 🙌 Have a great day!