Evaluate dynamic code (string), add and retrieve parametersBy neokrates, written on June 3, 2010 |
groovy snippet |
- neokrates
- Email: uwarov@yahoo.com
- Website: http://www.thinkplexx.com
- Join date: 05-31-09
- Posts: 20
Rate it
Ad
Poll
The setup of your CI environment is?
- We don't use CI (100%, 8 Votes)
- Just CI tool located on one of our developers computers (0%, 0 Votes)
- Dedicated server for single CI tool (0%, 0 Votes)
- Dedicated servers with independent CI instances (0%, 0 Votes)
- Dedicated servers for master-slave configuration of CI (0%, 0 Votes)
- Many CI setups distributed through teams (de-centralized setup) (0%, 0 Votes)
- We use external cloud for builds (0%, 0 Votes)
- Different setup (0%, 0 Votes)
Total Voters: 8
Loading ...
Most popular search terms:
1 2 3 4 5 | def binding = new Binding(name: 'Neokrates') def shell = new GroovyShell(binding) def expression = "print 'your name is ' +name; name = 'anonymous' " shell.evaluate(expression) print "name was changed to: " + binding.getVariable("name") |
|
TAGS
|
|
SOCIAL
|


















