Hello, I'm new at Jenkins and want to know when you are configuring a new pipeline from SCM (GitHub in my case) how do you say to the pipeline the directory to make deploy? Inside the Jenkinsfile? Or in the pipeline configuration itself?
Sergio
Web Developer & curious mind
Rajkumar
Fullstack Developer.
If I understand correctly, you can do that using series of shell commands. Just see the Build menu under Pipeline configure option, select "Execute Shell" option and change the directory and give commands to execute after pulling code from Git. No need to tinker with Jenkins file at all!