Skip to content
Advertisement

Differences in build on Jenkins?

I configure Jenkins to build a project from git, i’m using maven:

JavaScript

However, the project build is incomplete:

enter image description here

In a terminal the build occurred correct:

enter image description here

In both case no error occurs and a build is finished with sucess.

I don’t know exactly, why the differences are happening.

Advertisement

Answer

I was making two mistakes:

1 – At the first time I was not especifying the correct branch

2 – For some reason, that I don’t know exactly, the first workspce that I had created, the pull was not working, then I deleted my workspace and recreated it.

Then it’s worked fine for me.

Thanks for all.

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement