I am using Artifactory Gradle plugin for Bamboo. Run build by clean cucumber task, using -Dcucumber.options="--tags @techoneway" as Environment variables, but instead of running scenarios with tags "test", there are running all scenarios of my project.
Gradle command from cmd works fine, the same in jenkins.
Environment variables are just ignored.