nrwl / nx-jenkins-build

Example of setting up distributed Jenkins build for Nx workspace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jenkins Pipeline / Checkout Configuration

JoA-MoS opened this issue · comments

I am really excited about this example repo but one thing I have experienced is setting the base the way you are setting it does not work in our implementation. Could you include a screenshot of your pipeline configuration similar to this, so others can see?

jenkins-pipline-config

Also, it might be cool to see the blue ocean representation of these after they run

@JoA-MoS He is using a Jenkinsfile to declare the pipeline.

You still need to configure Jenkins to know how to connect to your repo. Even in a multi-branch or multi project repo there was a step where you configured Jenkins to know where your repo is located.

For instance he uses origin/master but in our environment we have to use remotes/origin/master for our base.