Skip to content

Tools used to configure the Jenkins continuous integration server and AccuRev.

License

Notifications You must be signed in to change notification settings

Digitalroot-Technologies/JenkinsConfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JenkinsConfig

Tools used to configure the Jenknis continuous integration server.

SetStream.exe

Used to set the AccuRev stream for a job.

Usage Text:

usage: SetStream.exe <xml file path> <stream name>
example: SetStream.exe config.xml v8.5.1
example: SetStream.exe c:\temp\config.xml "Temp Fix"

Example:

Note: I setup at least two jobs.

ScreenShot

The first one is a configure job which changes the settings of the second job.
Use a few batch command steps in my configue job.

REM Delete XML files.
del config.xml
del config.xml.1

REM Download current config file.
c:\bin\wget.exe "http://myserver:8080/job/DemoJob/config.xml"

REM Set Stream Version
c:\bin\SetStream.exe "config.xml" "%STREAM_NAME%"

REM Upload config
c:\bin\wget.exe --post-file=config.xml "http://myserver:8080/job/DemoJob/config.xml"

The first job then starts the second job.

About

Tools used to configure the Jenkins continuous integration server and AccuRev.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages