書名: AWS Automation Cookbook作者名: Nikit Swaraj本章字數(shù): 99字更新時間: 2021-07-02 23:00:43
Getting ready
Before proceeding, make sure you clone the application from GitHub (https://github.com/awsstar/CB-Maven-App-UI.git) and create a new CodeCommit repository in your account and migrate the GitHub code to your CodeCommit repository.
The following are the details that we will be going to use in CodeBuild:
- Source repository: AWS CodeCommit
- Repository name: CB-MAVEN-Book
- Build environment: AWS CodeBuild
- Environment image: Image managed by AWS CodeBuild
- OS: Ubuntu (only OS provided by CodeBuild)
- Runtime: Java
- Version: aws/codebuild/java:openjdk-8
- Build specification: Insert build commands
- Build command: mvn install
- Artifacts: AWS S3
- Artifacts type: Amazon S3
- Artifacts name: Books
- BucketName: awsstar-s3
- Output files: books.war
推薦閱讀
- Instant Raspberry Pi Gaming
- 虛擬儀器設(shè)計測控應(yīng)用典型實例
- Design for the Future
- 程序設(shè)計缺陷分析與實踐
- VMware Performance and Capacity Management(Second Edition)
- Python Algorithmic Trading Cookbook
- Mastering Elastic Stack
- 變頻器、軟啟動器及PLC實用技術(shù)260問
- 電子設(shè)備及系統(tǒng)人機工程設(shè)計(第2版)
- 液壓機智能故障診斷方法集成技術(shù)
- Mastering Exploratory Analysis with pandas
- 和機器人一起進化
- Flash CS5二維動畫設(shè)計與制作
- Practical Network Automation
- 微計算機原理及應(yīng)用