M
M
Mika Slepinin2016-11-08 15:22:27
Jenkins
Mika Slepinin, 2016-11-08 15:22:27

How do I tell Jenkins to only build in one directory out of many that are pulled from git?

How can I make Jenkins go to only one directory out of many downloaded from git and run the build there without touching the others?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Max, 2016-11-08
@MaxDukov

what prevents to add to the build step

cd  \path_to_git_dir\folder1
./configure
make

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question