Why Liquibase show duplicate table error when same changelog is executed from two different Jenkins jobs?

I have two Jenkins jobs which apply the same changelog on the database using two different changelog.xml files.
When one job is executed after the other I’m getting duplicate table errors and etc. It works fine as long as I only use a single job. 
Also when checked the changesets applied from both Jenkins jobs has the same MD5 hash.
I’d really like to know why this is happening.


<

databaseChangeLog>
databaseChangeLog>
1;