Skip to content

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

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

 
 
 

Contributors

Languages