# Set Configuration-Variable

**URL:** https://www.finalbuilder.com/forums/t/set-configuration-variable/5377
**Category:** Discussion
**Created:** [July 27, 2015, 11:46am UTC](https://www.finalbuilder.com/forums/t/set-configuration-variable/5377 "2015-07-27T11:46:24Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![sascha.isensee](https://www.finalbuilder.com/forums/letter_avatar_proxy/v4/letter/s/49beb7/32.png) [@sascha.isensee](https://www.finalbuilder.com/forums/u/sascha.isensee)
#### Post date: [July 27, 2015, 11:46am UTC](https://www.finalbuilder.com/forums/t/set-configuration-variable/5377/1 "2015-07-27T11:46:24Z")

</div>

Hi,  
  
i need two variables i can change by starting a build manual. That works fine  
with configuration-variables. The Problem is, that i cant find a way to overwrite  
the value of the configuration-variable after the build success. I want the new value  
in the Build-Start dialog next time.  
  
How can i solve it?

---

<div class="post-metadata">

### Author: ![Sparky](https://www.finalbuilder.com/forums/user_avatar/www.finalbuilder.com/sparky/32/10_2.png) [@Sparky](https://www.finalbuilder.com/forums/u/Sparky)
#### Post date: [July 28, 2015, 2:55am UTC](https://www.finalbuilder.com/forums/t/set-configuration-variable/5377/2 "2015-07-28T02:55:45Z")

</div>

Hi,  
  
We don’t currently have a way to persist variables between builds. Each build takes its own copy of the variables to work with. We do not share these variables as there would be concurrency issue when multiple builds run at the same time.   
  
Can you share more information on the use-case for this - what are you trying to achieve?  
  
We do have plans to implement a persistent variable store for Continua in the future.&nbsp;Meanwhile, you could workaround this by using FinalBuilder to persist the variable in a file stored on a share or committed to a repository, however you are still likely to have issues with concurrent builds.
