So I'm trying to promote docker image using artifactory jenkins plugin.
rtPromote (
buildName: 'MK',
buildNumber: '48',
serverId: 'Artifactory-1',
targetRepo: 'libs-release-local',
sourceRepo: 'libs-snapshot-local',
includeDependencies: true,
failFast: true,
copy: true
)
From Jenkins console all seem to be ok and I get the message: "promotion completed successfully" but in reality nothing happens. Also, from artifactory logs I'm getting the following: "Artifactory skipping promotion status update no status received"