Reputation: 27485
In a Free-style project (not talking about Maven2/3 project) in Jenkins, I have two possible build steps:
On different installations, I have different combinations of these (some have both, some have just one of these). I am trying to figure out where the differences come from.
Upvotes: 2
Views: 3429
Reputation: 131
Invoke Maven 3 is provided by the artifactory plugin whereas Invoke top-level Maven targets is a part of the standard jenkins distribution.
You would need to use Invoke Maven 3 if you want the artifactory upload plugin to work smoothly.
Upvotes: 7