Hi!
I've got a multi-configuration project which should deploy a POM artifact to Artifactory with the Jenkins Artifactory plugin but nothing gets deployed.
I've got a label expression named "os" with a label "Ubuntu14.04" and "Windows7". The jobs builds correctly. I selected "Maven3-Artifactory Integration" in "Build Environment" and selected the configured Artifactory. I checked "Deploy artifacts to Artifactory" and then tried several combination filters (see below) but none of them works.
* os=="Ubuntu14.04"
* (os=="Ubuntu14.04").implies(jdk=="oraclejdk8")
* !(os=="Windows7")
The other jobs configured as Maven jobs work with the plugin. Can somebody give me a hint why this does not work?
Regards,
Kristof