Closed mayani closed 7 years ago
1.9.1
Action for not-referenced Bamboo objects: DELETE
project: key: DSLT name: DSLT plans: - key: BNT47 name: Build & Test stages: - name: Source Checkout jobs: - key: DIST name: Source checkout and distribution description: Create the full distribution tarball enabled: false tasks: - !script description: Create source tarballs inlineScript: interpreter: !scriptInterpreter LEGACY_SH_BAT scriptBody: "echo A" miscellaneous: cleanWorkingDirectoryAfterEachBuild: true requirements: - capabilityKey: hostname matchType: !equals matchValue: abc
Run seed.
Modify as below
project: key: DSLT name: DSLT plans: - key: BNT47 name: Build & Test stages: - name: Source Checkout jobs: - key: DIST name: Source checkout and distribution description: Create the full distribution tarball enabled: false tasks: - !script description: Create source tarballs inlineScript: interpreter: !scriptInterpreter LEGACY_SH_BAT scriptBody: "echo A" miscellaneous: cleanWorkingDirectoryAfterEachBuild: true requirements: - capabilityKey: hostname matchType: !equals matchValue: xyz
Run seed
hostname equals abc hostname equals xyz
hostname equals abc
hostname equals xyz
instead of just
Thanks for your feedback. I can confirm this bug. We will address this in the next release.
We have fixed this with the latest release 1.9.2. Thanks again for bringing this up!
Bug
Add On Verison
1.9.1
Sample Input
Action for not-referenced Bamboo objects: DELETE
Run seed.
Modify as below
Run seed
The job requirements now has
hostname equals abc
hostname equals xyz
instead of just
hostname equals xyz