Jump to content

jenkins pipeline.


Recommended Posts

Posted

qa nunchi uat, pre-prod, prod ki link create cheyatame pipeline aa?. please help

Posted

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. 

Posted
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?

Posted
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..

Posted
5 hours ago, netflixmovies said:

salahalu chepandi..

 

5 hours ago, netflixmovies said:

salahalu chepandi..

.

Posted

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

 

 

 

Posted
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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...