Skip to content

Commit

Permalink
[#25] Auth Beispiele aktualisiert
Browse files Browse the repository at this point in the history
Signed-off-by: FunThomas424242 (Thomas Schubert) <funthomas424242@gmail.com>
  • Loading branch information
FunThomas424242 (Thomas Schubert) committed Oct 27, 2019
1 parent 7ff3cc5 commit fe61f4e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,14 @@ Anbei noch ein Beispiel für eine jenkinsmonitor.properties Datei
----
# config file of jenkinsmonitor
jenkinsauth.host-#1=http://localhost:8099
jenkinsauth.username-#1=admin
jenkinsauth.password-#1=streng geheim
jenkinsauth.host-#2=http://jennkinshost:8099
jenkinsauth.username-#2=admin
jenkinsauth.password-#2=noch streng geheimer
# valid valid >4 (value in seconds)
jenkinsmonitor.pollperiod=6
Expand Down
8 changes: 8 additions & 0 deletions src/main/non-packaged-resources/jenkinsmonitor.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@
###
# config file of jenkinsmonitor

jenkinsauth.host-#1=http://localhost:8099
jenkinsauth.username-#1=admin
jenkinsauth.password-#1=streng geheim
jenkinsauth.host-#2=http://jennkinshost:8099
jenkinsauth.username-#2=admin
jenkinsauth.password-#2=noch streng geheimer


# valid valid >4 (value in seconds)
jenkinsmonitor.pollperiod=6

Expand Down

0 comments on commit fe61f4e

Please sign in to comment.