Is it possible to add incrementing id number to IntelliJ-IDEA run executions? -


is possible add incrementing id number intellij-idea run executions? want unique env variable increment 1 each time run test execution. sorta how jenkins keeps track of build# .

there's no direct support feature in idea, you'll have code yourself. however, in run/debug configurations there option perform various actions before running. could, example, write gradle task increment build number , have idea run task each time execute app.

if add defaults picked run configurations , won't have remember add in each time.


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -