Issue Type: Bug Bug
Assignee: Gregory Boissinot
Components: ivytrigger, ivyttrigger
Created: 01/Oct/14 12:01 PM
Description:

The trigger is polling artifacts from Artifactory. When a new snapshot is posted for the same version (e.g. 1.0.0-SNAPSHOT), the trigger is not detecting it.
Looking in the trigger log I get :
...

Resolved dependency org.slf4j#slf4j-api;1.7.7 ...
Resolved dependency my.company.app#meta.model;1.0.0-SNAPSHOT ...
Resolved dependency org.apache.commons#commons-lang3;3.3.2 ...

Checking comparison to previous recorded dependencies.
Checking previous recording dependency org.slf4j#slf4j-api;1.7.7
...Checking comparison to previous recorded artifacts.
Checking previous recording dependency my.company.app#meta.model;1.0.0-SNAPSHOT
...Checking comparison to previous recorded artifacts.
Checking previous recording dependency org.apache.commons#commons-lang3;3.3.2
...Checking comparison to previous recorded artifacts.

Looking at the code of the plugin, it seems to never enter in the isArtifactChanged function at the end of IvyTrigger.isDependencyChanged function.
The log message "....Checking previous recording artifact %s" is never shown ...

Environment: Jenkins 1.581
IvyTrigger 0.32
Project: Jenkins
Labels: plugin
Priority: Major Major
Reporter: Ignace Martin
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to