Skip to main content

Posts

Showing posts from January, 2020

AA-5-Valaxy DevOps Project

AA-5-Valaxy DevOps Project ----------------------------------------------------------------------------------------------------------------- 12.Installing & Configure Maven on AWS EC2 instance - Maven setup & configuration on Jenkins ..... 1. viset web sit-- https://maven.apache.org/download.cgi Login to Jenkins Server... sudo su - cd  /opt  mkdir maven ,  cd maven wget http://mirrors.estointernet.in/apache/maven/maven-3/3.6.1/binaries/apache-maven-3.6.1-bin.tar.gz tar -xvzf apache-maven-3.6.1-bin.tar.gz cd apache-maven-3.6.1  pwd ,/opt/maven/apache-maven-3.6.1 ...... cd /root ,  nano .bash_profile  add Path ..( M2_HOME=/opt/maven/apache-maven-3.6.1 M2=$M2_HOME/bin PATH=$PATH:$JAVA__HOME:$M2_$HOME:$M2:$HOME/bin ) echo $PATH [root@ip-10-1-0-100 ~]# echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.el8_1.x86_64:/root/bin:/ro...

AA-4-Valaxy DevOps Project

AA-4-Valaxy DevOps Project 11.Mini DevOps 02- How to create Users Manage Assign Roles - Jenkins User Administration 1. Create Users : Manage Jenkines -Manage Useres - Create Users -     Create User Username: Password: Confirm password: Full name: E-mail address: Create User 2.LOGIN WITH USER YOU HAVE ALL PERMISSIONS..  SO TO AVIODE.. INSTALL  Role-Based Authorization Strategy Plugine.. 3.Manage jenkines-Config Globel Secruty- Authorization- Select-Role Based Strategy.. 4.Manage Jenkines- Manage And Assign Roles-- Apply - Save . Manage and Assign Roles Handle permissions by creating roles and assigning them to users/groups Skip to content   admin  |  log out   2 Learn more... Dismiss Builds in Jenkins run as the virtual Jenkins SYSTEM user with full Jenkins permissions by default. This can be a problem if some users have restricted...