Run git lfs in a separate step. Jenkins is unable to load the credentials for the custom LFS endpoint. Command works locally but it's unable use the credential manager within Jenkins. |
5 years ago | |
|---|---|---|
| AutomatedReview | 5 years ago | |
| AutomatedTesting | 5 years ago | |
| Code | 5 years ago | |
| Docs | 5 years ago | |
| Editor | 5 years ago | |
| Engine | 5 years ago | |
| Gems | 5 years ago | |
| Templates | 5 years ago | |
| Tests | 5 years ago | |
| Tools | 5 years ago | |
| cmake | 5 years ago | |
| ctest_scripts | 5 years ago | |
| python | 5 years ago | |
| scripts | 5 years ago | |
| .clang-format | 5 years ago | |
| .editorconfig | 5 years ago | |
| .gitattributes | 5 years ago | |
| .gitignore | 5 years ago | |
| .lfsconfig | 5 years ago | |
| .p4ignore | 5 years ago | |
| AssetProcessorPlatformConfig.ini | 5 years ago | |
| BuildAtomSampleViewer_Paks_PC.bat | 5 years ago | |
| BuildAtomTest_Paks_PC.bat | 5 years ago | |
| BuildDBAs.bat | 5 years ago | |
| BuildReleaseAuxiliaryContent.py | 5 years ago | |
| Build_AssetBundler_AuxiliaryContent_PC.bat | 5 years ago | |
| CMakeLists.txt | 5 years ago | |
| DetermineRCandAP.bat | 5 years ago | |
| Doxyfile_ScriptBinds | 5 years ago | |
| LICENSE.txt | 5 years ago | |
| README.md | 5 years ago | |
| SerializeContextAnalysis.bat | 5 years ago | |
| SliceBuilderSettings.json | 5 years ago | |
| asset_bundler_test.sh | 5 years ago | |
| aztest_bootstrap.json | 5 years ago | |
| bootstrap.cfg | 5 years ago | |
| ctest_pytest.ini | 5 years ago | |
| editor.cfg | 5 years ago | |
| engine.json | 5 years ago | |
| engineroot.txt | 5 years ago | |
| license_spectra_private_preview.txt | 5 years ago | |
| lmbr_pak_shaders.bat | 5 years ago | |
| lmbr_pak_shaders.sh | 5 years ago | |
| revision.txt | 5 years ago | |
| shadercachegen.cfg | 5 years ago | |
| system_BuildShaderPak_DX11.cfg | 5 years ago | |
| system_BuildShaderPak_GL4.cfg | 5 years ago | |
| system_android_es3.cfg | 5 years ago | |
| system_ios_ios.cfg | 5 years ago | |
| system_linux_pc.cfg | 5 years ago | |
| system_mac_osx_gl.cfg | 5 years ago | |
| system_windows_pc.cfg | 5 years ago | |
README.md
Project Spectra Private Preview
Confidentiality; Pre-Release Access
Welcome to the Project Spectra Private Preview. This is a confidential pre-release project; your use is subject to the nondisclosure agreement between you (or your organization) and Amazon. Do not disclose the existence of this project, your participation in it, or any of the materials provided, to any unauthorized third party. To request access for a third party, please contact Royal O'Brien, obriroya@amazon.com.
Download and Install
This repository uses Git LFS for storing large binary files. You will need to create a Github personal access token to authenticate with the LFS service.
Create a Git Personal Access Token
You will need your personal access token credentials to authenticate when you clone the repository.
Create a personal access token with the 'repo' scope.
(Recommended) Verify you have a credential manager installed to store your credentials
Recent versions of Git install a credential manager to store your credentials so you don't have to put in the credentials for every request.
It is highly recommended you check that you have a credential manager installed and configured
Clone the repository
> git clone https://github.com/aws/o3de.git
Cloning into 'o3de'...
# initial prompt for credentials to download the repository code
# enter your Github username and personal access token
remote: Counting objects: 29619, done.
Receiving objects: 100% (29619/29619), 40.50 MiB | 881.00 KiB/s, done.
Resolving deltas: 100% (8829/8829), done.
Updating files: 100% (27037/27037), done.
# second prompt for credentials when downloading LFS files
# enter your Github username and personal access token
Filtering content: 100% (3853/3853), 621.43 MiB | 881.00 KiB/s, done.
If you have the Git credential manager core installed, you should not be prompted for your credentials anymore.
License
For terms please see the LICENSE*.TXT file at the root of this distribution.