Answer the question
In order to leave comments, you need to log in
How to minify and modify code using Jenkins?
I use Jenkins to sync site files from git repository to hosting.
But some tasks are not convenient for me to do locally and therefore I would like to load Jenkins with them. As a result, I had the following questions:
Are there plugins for it that can minify javascript? If so, which ones.
Are there plugins that can replace lines or pieces of certain code in html? If so, which ones.
Answer the question
In order to leave comments, you need to log in
Jenkins is basically just an advanced scheduling service. You can write any script, set up the execution of any program that will change something somewhere, including pieces of code in html.
Jenkins plugins do not do this, they expand its functionality, but it is unlikely that among the plugins there will be some scripts that pick third-party files. So to speak, not his scope of responsibility
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question