Skip to content

Commit

Permalink
Remove process name from task hash
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Sherman <[email protected]>
  • Loading branch information
bentsherman committed Sep 15, 2023
1 parent 89ede15 commit 11f3213
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2109,7 +2109,7 @@ class TaskProcessor {

final protected HashCode createTaskHashKey(TaskRun task) {

List keys = [ session.uniqueId, name, task.source ]
List keys = [ session.uniqueId, task.source ]

if( task.isContainerEnabled() )
keys << task.getContainerFingerprint()
Expand Down

0 comments on commit 11f3213

Please sign in to comment.