A. Changed files that will not be part of the next commit.
✅ Git status shows modified files that have not been staged (i.e., changes in the working directory that won’t be committed unless staged).
C. Changed files that will be part of the next commit.
✅ Staged changes (files added using git add) are listed under “Changes to be committed” in git status.
E. Untracked files which are not subject to version control.
✅ git status lists untracked files—new files in the working directory that haven’t been added to Git yet.
git-status - Show the working tree status
Displays paths that have differences between the index file and the current HEAD commit, paths that have differences between the working tree and the index file, and paths in the working tree that are not tracked by Git (and are not ignored by gitignore)
This means the correct answer is A-C-E
Nowhere in your description says anything about unchanged files! It's all about changed files (either staged which will be commited, unstaged but tracked or not tracked)
B and D.
D.- Plugins are the primary means of enhancing the functionality of a Jenkins environment to suit organization- or user-specific needs. There are over a thousand different plugins which can be installed on a Jenkins master and to integrate various build tools, cloud providers, analysis tools, and much more.
https://jenkins.io/doc/book/managing/plugins/
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
paul68
Highly Voted 2Â years, 6Â months agoDALII
Most Recent 2Â weeks, 6Â days ago[Removed]
1Â year agoexamtp1
6Â months, 2Â weeks agoBlob21
1Â year, 8Â months agoayuuk
3Â years, 2Â months ago