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
Post a Comment