Skip to content

Commit

Permalink
avoid string matching with the actual variables
Browse files Browse the repository at this point in the history
there are duplicate ```url=https://jenkins.com``` and ```password=blahblahblah```
This commit will solve it
  • Loading branch information
mohit-sheth authored and chaitanyaenr committed Dec 23, 2020
1 parent f3a99de commit 5c68076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/jjb.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[jenkins]
# Jenkins url
# Jenkins URL
url=http://<jenkins-host>:<jenkins-port>
# User and password for your account on Jenkins
# USER and PASSOWRD for your account on Jenkins
user=
password=

Expand Down

0 comments on commit 5c68076

Please sign in to comment.