You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Goto Manage Jenkins -> Global Tool Configration
2. Setup Java Path in Env,
JAVA Default Location = /usr/lib/jvm/java-8-openjdk-amd64/
3. Click Save and Apply and Back button
4. Click on Configration - in Env. Set the Android_SDK path
ANDROID_HOME = /usr/lib/android-sdk/
Create S3 Bucket on Amazon and Create IM roles
1. Goto AWS and Search S3
2. Create new S3 bucket,
3. Search IM on AWS search
4. In IM page click on the roles
5. Create new Role and Select AWS Service and EC2 and Next.
6. Attach permissions policies- Select the AmazonS3FullAccess and Click Next.
7. Add tags (optional) - Provide the key and value
8. Review - Provide the role name and click on create role
Attach Role to EC2
1. Goto Ec2 and Click on Running instance
2. Select the Instance where Jenkins are installed and click Action (button) -> Instance Setting - > Attach and Replace IM roles.
3. Attach/Replace IAM Role - Select the Roles that you created from DropDown and click on Apply.
Install S3 publisher plugin on Jenkins
1. Goto the Jenkins click on Manage Jenkins - > Manage Plugins
1. Click on Available tab and Search S3 publisher plugin and Install without Restart.
2. After installtion Complete Click on Jenkins Icon from Left corner - > Manage Jenkins -> Configure System -> Amazon S3 profiles(at the bootom )
3. Fill the information Profile name- Provide any name here and Click on Use IAM Role Checkbox after Click on Apply and Save.