M
M
masimka2019-09-15 11:40:32
Software Deployment
masimka, 2019-09-15 11:40:32

Why are there no changes on the test server after deployment?

Hello, there are 3 servers,

  • DEV - for developers
  • TEST - for testers, deployed from dev
  • PROD - for the tester, before showing the client, it is deployed from the test.

After the deployment from to DEV, all new fisi and fixes are there. In jenkins, I run the deployment for the test (I don’t see any errors), there are simply no changes.
Deploy seems to pass without errors.
How can this be? Where to dig, where to look? Thanks to.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Saboteur, 2019-09-15
@masimka

Em.
First of all, you need to look at the logs.
If there is not enough information there, you pick the deployment scripts and add a lot of echo there at all important points so that the logs are useful and understandable.
Then look at the logs again.
Again, there is no information on this subject at all. Jenkins can be configured very flexibly, no one knows for common phrases. Maybe you have independent jobs for deploying to different environments, maybe you have a groove pipeline, maybe something else.

V
Vitaly Karasik, 2019-09-15
@vitaly_il1

Do you use different Git branches to deploy to DEV, TEST, PROD?
If so, maybe you didn't update the branch for TEST?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question