Загрузка...

DevOps | Jenkins pipeline | Jenkinsfile | groovy sandbox | deploy war file into tomcat | Real-time

jenkins pipeline. ----------------- In this video we learn How to write jenkins pipeline script #jenkinspipeline #jenkinsfile #deploywarintotomcatusingjenkinsfile what is pipeline? what is declarative pipeline and script based pipeline? How to write a pipleine syntax? write pipeline using groovy box? write a pipeline using Jenkinsfile ? push to jenkins file github? tomcat webUI deploy and undeploy war? How to generate pipeline syntax? real-time Jenkins pipeline explanation pipeline script --------------- get the source code form github. build with maven create artifact deploying into tomcat using jenkins pipeline groovy sandbox using Jenkinsfile Note : Please subscribe my youtube channel for more real-time hands-on examples on new DevOps tools Jenkinsfile ----------- node { def mvnHome stage('getscm') { // for display purposes // Get some code from a GitHub repository git 'https://github.com/ybmadhu/spring3-mvc-maven-xml-hello-world.git' // Get the Maven tool. // ** NOTE: This 'M3' Maven tool must be configured // ** in the global configuration. mvnHome = tool 'Maven' } stage('Build') { // Run the maven build if (isUnix()) { sh "'${mvnHome}/bin/mvn' -Dmaven.test.failure.ignore clean package" } else { echo 'this is build maven artifact' bat(/"${mvnHome}\bin\mvn" -Dmaven.test.failure.ignore clean package/) } } stage('artifact') { archive 'target/*.war' } stage ('deploy'){ echo 'deployment started' bat '''copy C:\\Users\\Madhu\\.jenkins\\workspace\\kelly_pipeline_java_maven\\target\\*.war F:\\softwares\\apache-tomcat-7.0.53\\webapps\\''' } } devops video tutorials ---------------------- git videos play-list https://www.youtube.com/playlist?list=PLVnWcdGotHcZ2LbHjDm-kw0T1M_HoNEkP jenkins videos play-list https://www.youtube.com/playlist?list=PLVnWcdGotHcZ3RaESIMxEgYO7D20lLkAD ansible videos play-list https://www.youtube.com/playlist?list=PLVnWcdGotHcbxgpC2nEqFXMmZlVOhp0sm docker videos play-list https://www.youtube.com/playlist?list=PLVnWcdGotHcZ8jzNxTvZnqUP29r-9EF9b kubernetes videos play-list https://www.youtube.com/playlist?list=PLVnWcdGotHcbSs5x_YSppP0Uh8ehuPm4l devops projects videos play-list https://www.youtube.com/playlist?list=PLVnWcdGotHcapVIbp1dCUkT4fifxUz5kN #devops #devopsvideos #devopstutorial #jenkins #jenkinsvideos #jenkinstutorial #docker #dockertutorial #devopsprojects #devopsrealtime #devopshandson #devopsinterview #devopsissues #devopspracticals #ansible #ansibletutorial #monitoring #prometheus #maventutorial #kubernetes #kubernetestutorial #cicd #jenkinspipeline #pipeline #terraform #terraformtutorial #devopstraining #devopsbanglore #devopsinstitute #jmstechhome #maratahalli #realtimetrainingdevops #handson #nexus #sonarqube #git #gittutorial #gitvideos

Видео DevOps | Jenkins pipeline | Jenkinsfile | groovy sandbox | deploy war file into tomcat | Real-time автора JS Project Experiments
Страницу в закладки Мои закладки
Все заметки Новая заметка Страницу в заметки