generated from NASA-PDS/template-repo-java
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #419 from NASA-PDS/i415
Reorganizes Jenkins- and Docker-specific assets into subdirectories `jenkins` and `docker`, respectively
- Loading branch information
Showing
11 changed files
with
97 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
# Copyright © 2021–2023, California Institute of Technology ("Caltech"). | ||
# U.S. Government sponsorship acknowledged. | ||
# | ||
# All rights reserved. | ||
# | ||
# Redistribution and use in source and binary forms, with or without | ||
# modification, are permitted provided that the following conditions are met: | ||
# | ||
# • Redistributions of source code must retain the above copyright notice, | ||
# this list of conditions and the following disclaimer. | ||
# • Redistributions must reproduce the above copyright notice, this list of | ||
# conditions and the following disclaimer in the documentation and/or other | ||
# materials provided with the distribution. | ||
# • Neither the name of Caltech nor its operating division, the Jet Propulsion | ||
# Laboratory, nor the names of its contributors may be used to endorse or | ||
# promote products derived from this software without specific prior written | ||
# permission. | ||
# | ||
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | ||
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | ||
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE | ||
# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | ||
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | ||
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | ||
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | ||
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | ||
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | ||
# POSSIBILITY OF SUCH DAMAGE. | ||
|
||
# This file is used with docker-compose.yaml to specify a number of environment | ||
# variable key/value pairs to add to the DOI Service's environment when | ||
# launching the container via docker compose up. | ||
|
||
# The DOI Service prioritizes environment variables over the included INI, | ||
# so this file may be used to inject credentials or any other supported | ||
# options into the DOI Service when in a containerized context. | ||
|
||
# The naming convention for expected environment variables follows from the | ||
# format of the INI, where the section name and option name are concatenated | ||
# with an underscore and converted to uppercase, for example: | ||
|
||
# OSTI_USER=username -> overrides the "user" option of the [OSTI] INI section. | ||
|
||
# If the default values from the bundled INI are desired, do not specify | ||
# environment variables for them here or they will be overridden. | ||
|
||
# Also note that Docker performs "no special handling of quotation marks" for | ||
# values. This means that they become part of the value provided to the DOI Service. | ||
|
||
# [PDS4_DICTIONARY] | ||
PDS4_DICTIONARY_URL=https://pds.nasa.gov/pds4/pds/v1/PDS4_PDS_JSON_1D00.JSON | ||
|
||
# [LANDING_PAGES] | ||
LANDING_PAGES_URL=https://pds.nasa.gov/ds-view/pds/view{}.jsp?identifier={}&version={} | ||
|
||
# [OTHER] | ||
[email protected] | ||
OTHER_PDS_REGISTRATION_DOI_TOKEN=10.17189 | ||
OTHER_LOGGING_LEVEL=DEBUG | ||
|
||
# [OSTI] | ||
# | ||
# This last 2 lines of this file *must* be OSTI_USER and OSTI_PASSWORD for | ||
# Jenkins to work! | ||
|
||
OSTI_URL=https://www.osti.gov/iad2test/api/records | ||
OSTI_USER=username | ||
OSTI_PASSWORD=secret |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters