How can I edit the content of .properties file?

vicky

I am using Jenkins server with perforce. My build get stored in a local repo path in ".zip" format which contains all the file including (say) abc.properties. This file contains data:

#Thu Jun 09 12:13:14 MSD 2011
BuildType=dev
FrameworkBuild=200
ProductVersion=4.40.00
SoftwareFeatureID=34670101
BuildNumber=0
FrameworkVersion=2.47.00

In this abc.properties file BuildNumber = 0 is a default value(set in perforce). My old build system updates the BuildNumber value with current build number in the zip file.

How can I achieve the same in Jenkins.

Thanks in advance.

MariuszS

Use maven or gradle for this, jenkins is not a build tool.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can I edit the content of a ini file?

From Dev

How can I edit content in a html table

From Dev

How can I edit the JSON of a file in PHP?

From Dev

Java - How can I edit a class file

From Dev

How I can edit yaml file in python

From Dev

How can I edit properties of multiple objects in a relatively shorter way?

From Dev

How to edit the file content in vi?

From Dev

How to replace and edit content of file?

From Dev

How can I read content of a file?

From Dev

How can I fill a temporary file with content?

From Dev

How can I encode string in file content?

From Dev

How can I share content-properties between templates

From Dev

How can I edit a Deployment without modify the file manually?

From Dev

How can I edit and save correct OpenXML docx file?

From Dev

How can I tell python to edit another python file?

From Dev

How can I edit the last n lines in a file?

From Dev

How can I edit the .git / config file from the git terminal?

From Dev

How can I edit the last n lines in a file?

From Dev

How can I edit a line in a file opened with FileSystemObject in VBA?

From Dev

How can I edit a file if there is no vi, vim, joe, etc?

From Dev

How can I edit the lightdm.conf file and save it?

From Dev

How can I edit a .conf file owned by root?

From Dev

How can I edit apache settings file on 17.10?

From Dev

How can I use jupyter to edit a file on jupyter server, such as "~/.bashrc”

From Dev

How Can I Edit a Video File's "Comments" Field?

From Dev

How can I edit the lightdm.conf file and save it?

From Dev

Show properties file content and edit it from web page

From Dev

How can i change a .properties file into an XML file?

From Dev

How can I edit the properties of a WiFi connection that I have not connected to before in Windows 8

Related Related

  1. 1

    How can I edit the content of a ini file?

  2. 2

    How can I edit content in a html table

  3. 3

    How can I edit the JSON of a file in PHP?

  4. 4

    Java - How can I edit a class file

  5. 5

    How I can edit yaml file in python

  6. 6

    How can I edit properties of multiple objects in a relatively shorter way?

  7. 7

    How to edit the file content in vi?

  8. 8

    How to replace and edit content of file?

  9. 9

    How can I read content of a file?

  10. 10

    How can I fill a temporary file with content?

  11. 11

    How can I encode string in file content?

  12. 12

    How can I share content-properties between templates

  13. 13

    How can I edit a Deployment without modify the file manually?

  14. 14

    How can I edit and save correct OpenXML docx file?

  15. 15

    How can I tell python to edit another python file?

  16. 16

    How can I edit the last n lines in a file?

  17. 17

    How can I edit the .git / config file from the git terminal?

  18. 18

    How can I edit the last n lines in a file?

  19. 19

    How can I edit a line in a file opened with FileSystemObject in VBA?

  20. 20

    How can I edit a file if there is no vi, vim, joe, etc?

  21. 21

    How can I edit the lightdm.conf file and save it?

  22. 22

    How can I edit a .conf file owned by root?

  23. 23

    How can I edit apache settings file on 17.10?

  24. 24

    How can I use jupyter to edit a file on jupyter server, such as "~/.bashrc”

  25. 25

    How Can I Edit a Video File's "Comments" Field?

  26. 26

    How can I edit the lightdm.conf file and save it?

  27. 27

    Show properties file content and edit it from web page

  28. 28

    How can i change a .properties file into an XML file?

  29. 29

    How can I edit the properties of a WiFi connection that I have not connected to before in Windows 8

HotTag

Archive