Skip to content

Commit

Permalink
Fix: Correct sandbox url in jjbini config file
Browse files Browse the repository at this point in the history
Issue-ID: LF-Jira RELENG-4149
Signed-off-by: Eric Ball <[email protected]>
  • Loading branch information
eb-oss committed Mar 8, 2022
1 parent 2b78fe2 commit 8482f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins-config/managed-config-files/custom/jjbini/content
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ query_plugins_info=True
[sandbox]
user=$JOBBUILDER_SANDBOX_USR
password=$JOBBUILDER_SANDBOX_PSW
url=https://jenkins.edgexfoundry.org
url=https://jenkins.edgexfoundry.org/sandbox
query_plugins_info=True

0 comments on commit 8482f8f

Please sign in to comment.