Do not perform the job if any queued item in the same job exists 37/118537/1
authorJunghyun Kim <jh0822.kim@samsung.com>
Mon, 13 Mar 2017 05:37:00 +0000 (14:37 +0900)
committerJunghyun Kim <jh0822.kim@samsung.com>
Mon, 13 Mar 2017 05:37:00 +0000 (14:37 +0900)
commit65ce076750ca924ab4d7b25d368813d34f2113be
tree92307f219b60a056e8c6fa4b4bfb00d780e869e3
parenta719b567f67816c3f0a5eeb3a74fb44258b7f141
Do not perform the job if any queued item in the same job exists

This job performs branch-project mappings for all git repos.
Therefore, it is okay to perform only the last job.
To do this, I added code to check 'queueItem' in this job.

Change-Id: I3ebfb1c1ba17d93412d58db658d93d513d7ddc64
Signed-off-by: Junghyun Kim <jh0822.kim@samsung.com>
job_update_git_branch_project_mapping_for_dashboard.py