Conditionally trigger build based on artifacts
I want to conditionally trigger a build based on the contents of the artifacts of it's build triggerer.
The reason for this is because I want to prevent pulling and building code that hasn't changed (we are passing a buildversion.txt as an artifact and want to check to see if they match before actually triggering the build). I cannot use snapshot dependencies because the build configurations use different repositories.
Is this possible?
Please sign in to leave a comment.
I have clarified the problem above. Anyone have any ideas?