S
S
Sergey2016-07-18 19:40:29
JavaScript
Sergey, 2016-07-18 19:40:29

Jenkins CI have video tutorials?

Do not tell me video lessons, articles with training, so that you can quickly understand.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladislav, 2016-07-18
@MrBikus

I think you can google it all, but if you want, here it is in simple language:
Jenkins is essentially a project build server and that's it. For example, you push to your repository, then a hook fires in the repository that sends a request to your build server. The server pulls a fresh repository and does all sorts of manipulations with it: compiles, compresses, runs tests, etc. Then, after successful tests, it can deploy the project. That's actually all. And to go deeper, just set it, create a task and experiment. Everything is pretty simple there, you create a task, add steps before assembly and after assembly.

S
Saboteur, 2016-07-19
@saboteur_kiev

Jenkins is to sit for a day or a week, set up an automatic job and forget.
Therefore, there is no point in interactive lessons. Each setting is done once and is usually unique to the project.
Look at a couple of videos on YouTube from the Indians and ask specific questions, not a general setting. Jenkins is very simple

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question