Java CI/CD
Why is there a confusion about the term 'dev environment' because I see examples refer to dev as a local environment (meaning the isolated programmers machine and ide) and I have seen dev or develop as a branch that deploys to a dev server url. In addition to my question does each representation of the application in dev, staging, test all undergo different tests or are treated differently pre push and post push
3 Replies
⌛ This post has been reserved for your question.
Hey @b2aDev! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./closeor theClose Postbutton above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
In general, dev environment refers to the environment used by devs to test/work on their applications
Typically "dev environment" refers to the local environment of the developers but it can also be servers shared by the devs and if they make a change that gets merged, it gets deployed there automatically or whatever (though that's sometimes the staging environment or similar)
but regarding branches: people just sometimes use the name "dev" or "development" for their main branch
💤 Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping.
Warning: abusing this will result in moderative actions taken against you.