netflixmovies Posted March 30, 2018 Report Posted March 30, 2018 qa nunchi uat, pre-prod, prod ki link create cheyatame pipeline aa?. please help Quote
reddyeee Posted March 30, 2018 Report Posted March 30, 2018 Pipeline can be anything. In general Code checkout --> compile --> unit test --> code scan --> packaging --> publishing to repository --> Install to development environment --> validation testing --> install to QC environment and IST/ST testing --> Installing to next level QC and E2E testing --> Installing to next QC environment and UAT testing --> Certification needed for PROD --> Installing to staging and shakeout --> Installation to PROD Konni steps based on companoes maarataayi. Also you need to consider the in depth processes like rolling updates, traffic rerouting etc while deploying to live clusters. Quote
netflixmovies Posted March 30, 2018 Author Report Posted March 30, 2018 2 hours ago, reddyeee said: Pipeline can be anything. In general Code checkout --> compile --> unit test --> code scan --> packaging --> publishing to repository --> Install to development environment --> validation testing --> install to QC environment and IST/ST testing --> Installing to next level QC and E2E testing --> Installing to next QC environment and UAT testing --> Certification needed for PROD --> Installing to staging and shakeout --> Installation to PROD Konni steps based on companoes maarataayi. Also you need to consider the in depth processes like rolling updates, traffic rerouting etc while deploying to live clusters. Thanks dude Aa steps anitilo testing vunavi...manual ithe...next steps manual ga trigger cheyala?. Or else Jira ki integrate cheste..ave automatic ga trigger avtaya? Quote
netflixmovies Posted April 2, 2018 Author Report Posted April 2, 2018 On 3/30/2018 at 7:19 PM, netflixmovies said: Thanks dude Aa steps anitilo testing vunavi...manual ithe...next steps manual ga trigger cheyala?. Or else Jira ki integrate cheste..ave automatic ga trigger avtaya? salahalu chepandi.. Quote
netflixmovies Posted April 2, 2018 Author Report Posted April 2, 2018 5 hours ago, netflixmovies said: salahalu chepandi.. 5 hours ago, netflixmovies said: salahalu chepandi.. . Quote
Spartan Posted April 2, 2018 Report Posted April 2, 2018 JenkinsFile is a simple file where u define the process and steps to happen when the job is triggered on Jenkins. coming to Pipeline, in common terms is nothing but step1 -> step 2 -> step 3....etc. you can achieve all these in single Jenkins Job (singlefile) or multiple jobs (same single file) Typical pipeline follows like... Source code checkout Build Run Unit Tests -> exit if required % of tests fail Proceed deploy Dev/qa environment Run Integration Tests -> Exit if failure Proceed deploy in pre-prod UAt watever u call Run integration tests... usually we stop here, and deploy in prod depending on the need, same through Jenkins file. @netflixmovies https://jenkins.io/doc/book/pipeline/getting-started/ http://www.baeldung.com/jenkins-pipelines Quote
iPhoneX Posted April 3, 2018 Report Posted April 3, 2018 11 hours ago, netflixmovies said: salahalu chepandi.. Quote
netflixmovies Posted April 3, 2018 Author Report Posted April 3, 2018 4 hours ago, Spartan said: JenkinsFile is a simple file where u define the process and steps to happen when the job is triggered on Jenkins. coming to Pipeline, in common terms is nothing but step1 -> step 2 -> step 3....etc. you can achieve all these in single Jenkins Job (singlefile) or multiple jobs (same single file) Typical pipeline follows like... Source code checkout Build Run Unit Tests -> exit if required % of tests fail Proceed deploy Dev/qa environment Run Integration Tests -> Exit if failure Proceed deploy in pre-prod UAt watever u call Run integration tests... usually we stop here, and deploy in prod depending on the need, same through Jenkins file. @netflixmovies https://jenkins.io/doc/book/pipeline/getting-started/ http://www.baeldung.com/jenkins-pipelines thanks dude Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.