# Results folder name without the appended timestamp??

**URL:** https://community.gatling.io/t/results-folder-name-without-the-appended-timestamp/2799
**Category:** Gatling (Open-Source)
**Created:** [February 1, 2016, 7:03pm UTC](https://community.gatling.io/t/results-folder-name-without-the-appended-timestamp/2799 "2016-02-01T19:03:58Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Jeff\_Farley](https://avatars.discourse-cdn.com/v4/letter/j/ba9def/32.png) [@Jeff\_Farley](https://community.gatling.io/u/Jeff_Farley)
#### Post date: [February 1, 2016, 7:03pm UTC](https://community.gatling.io/t/results-folder-name-without-the-appended-timestamp/2799/1 "2016-02-01T19:03:58Z")

</div>

Is there a way to name the results folder without the appended time stamp? For my runs, it generates the folder as eligibility-1454344514670. I want it to be just, ‘eligibility’. And more specifically, I would like to set it using the Maven extension. Here is my pom.xml  
Thank you in advance!  
-Jeff

`

4.0.0

com.vsp.ecom  
ecom-api-gatling-test  
1.0

UTF-8 io.gatling.highcharts gatling-charts-highcharts 2.1.7 test io.gatling gatling-maven-plugin 2.1.7 integration-test src/test/scala src/test/resources src/test/resources/data src/test/resources/bodies target/gatling/results eligibility execute `

---

<div class="post-metadata">

### Author: ![slandelle](https://dub1.discourse-cdn.com/flex013/user_avatar/community.gatling.io/slandelle/32/4_2.png) [@slandelle](https://community.gatling.io/u/slandelle)
#### Post date: [February 3, 2016, 9:25pm UTC](https://community.gatling.io/t/results-folder-name-without-the-appended-timestamp/2799/2 "2016-02-03T21:25:03Z")

</div>

Nope

---

<div class="post-metadata">

### Author: ![Subin\_Sugunan](https://avatars.discourse-cdn.com/v4/letter/s/9de0a6/32.png) [@Subin\_Sugunan](https://community.gatling.io/u/Subin_Sugunan)
#### Post date: [February 18, 2016, 10:51pm UTC](https://community.gatling.io/t/results-folder-name-without-the-appended-timestamp/2799/3 "2016-02-18T22:51:48Z")

</div>

A work around could be to use rename the folder after execution

`

report

`

This will create report in target/gatling/results/report123456 folder

Rename it

`  
mv target/gatling/results/report\* target/gatling/results/site

`

Thanks  
Subin

---

<div class="post-metadata">

### Author: ![Aniruddha\_Dongre](https://avatars.discourse-cdn.com/v4/letter/a/6f9a4e/32.png) [@Aniruddha\_Dongre](https://community.gatling.io/u/Aniruddha_Dongre)
#### Post date: [February 22, 2016, 8:50pm UTC](https://community.gatling.io/t/results-folder-name-without-the-appended-timestamp/2799/4 "2016-02-22T20:50:20Z")

</div>

I tried changing the conf value you mentioned. For me the folder name still didn’t change. It’s not appending the text to my folder name.

---

<div class="post-metadata">

### Author: ![Praveen\_Mourya](https://avatars.discourse-cdn.com/v4/letter/p/3be4f8/32.png) [@Praveen\_Mourya](https://community.gatling.io/u/Praveen_Mourya)
#### Post date: [June 21, 2016, 6:28am UTC](https://community.gatling.io/t/results-folder-name-without-the-appended-timestamp/2799/5 "2016-06-21T06:28:43Z")

</div>

Hi all,

I am newbie on scala, Is there any way(method) to initialize ‘time stamp’ in scala code or script.  
Please help!

thanks in advance,  
Praveen Mourya

---

<div class="post-metadata">

### Author: ![Gery\_Filep](https://avatars.discourse-cdn.com/v4/letter/g/eb9ed0/32.png) [@Gery\_Filep](https://community.gatling.io/u/Gery_Filep)
#### Post date: [November 28, 2017, 5:04pm UTC](https://community.gatling.io/t/results-folder-name-without-the-appended-timestamp/2799/6 "2017-11-28T17:04:41Z")

</div>

Thanks Subin Sugunan, at least for jenkins HTML Reporting , the rename approach solved it.

Cheers

---

<div class="post-metadata">

### Author: ![Santosh\_Kulkarni1](https://avatars.discourse-cdn.com/v4/letter/s/35a633/32.png) [@Santosh\_Kulkarni1](https://community.gatling.io/u/Santosh_Kulkarni1)
#### Post date: [June 26, 2018, 6:28am UTC](https://community.gatling.io/t/results-folder-name-without-the-appended-timestamp/2799/7 "2018-06-26T06:28:45Z")

</div>

please post the answer . How can we rename the folder name and file name using maven
