Change by AlSt [29/Jul/10 07:41 AM]
|
Field |
Original Value |
New Value |
Attachment
|
|
screenshot-1.jpg
[ 10181
]
|
Change by AlSt [29/Jul/10 07:42 AM]
|
Attachment
|
|
screenshot-2.jpg
[ 10182
]
|
Change by AlSt [29/Jul/10 07:43 AM]
|
Attachment
|
|
screenshot-3.jpg
[ 10183
]
|
Change by AlSt [29/Jul/10 07:43 AM]
|
Attachment
|
|
screenshot-4.jpg
[ 10184
]
|
Change by AlSt [29/Jul/10 07:44 AM]
|
Attachment
|
|
screenshot-5.jpg
[ 10185
]
|
Change by Robin Shen [29/Jul/10 02:01 PM]
|
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
Resolution
|
|
Won't Fix
[ 2
]
|
snapshot taking script:
for (repository: configuration.getInvolvedRepositories()) {
if (!repository.getName().equals("smoke test qb repository") || !vars.get("ignoreSmokeTest").asBoolean())
repository.takeSnapshot();
}
build condition:
for (repository: configuration.getInvolvedRepositories()) {
if ((!repository.getName().equals("smoke test qb repository") || !vars.get("ignoreSmokeTest").asBoolean()) && repository.isChanged())
return true;
}
return false;