Thanks for giving a great information about DevOps Good Explination nice Article anyone want to learn advance devops tools or devops online training DevOps Online Training
AWS: Amazon Web Services (AWS) is a secure cloud services platform, offering compute power, database storage, content delivery and other functionality to help businesses scale and grow. DevOps: Is a software engineering practice that aims at unifying software development (Dev) and software operation (Ops). The main characteristic of the DevOps movement is to strongly advocate automation and monitoring at all steps of software construction, from integration, testing, releasing to deployment and infrastructure management. DevOps aims at shorter development cycles, increased deployment frequency, more dependable releases, in close alignment with business objectives AWS Services EC2 S3 IAM VPC Lambda Cloud Formation Cloud watch Cloud trail Route53 RDS ( Aurora, PostgreSQL, MS SqL and Oracle) Dynamo DB (No SQL) DevO...
Tip - 1 To Delete the Builds from Jenkins from N1 to Nn ( For ex- from build4 to build20) Go to Manage Jenkins --> Script Console and use the below command. Jenkins.instance.getItemByFullName('JobName').builds.findAll { it.number > && it.number < 1717 }.each { it.delete() } For example:- Jenkins.instance.getItemByFullName('TestJen').builds.findAll { it.number > 10 && it.number < 38 }.each { it.delete() } Tip - 2 To modify the next build number in Jenkins. Jenkins.instance.getItemByFullName("My-Build-Pipeline/feature-improve-build").updateNextBuildNumber(47) For example:- Jenkins.instance.getItemByFullName("Organisation/Repository/Branch").updateNextBuildNumber(47) Tip - 3 To modify the next build number in Jenkins (Another Way of doing) You can run the following from the Script Console ( $JENKINS_URL/script ): def jo...
Thanks for giving a great information about DevOps Good Explination nice Article
ReplyDeleteanyone want to learn advance devops tools or devops online training
DevOps Online Training