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 -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/94a638f4-c972-4006-b498-f3c103c93584%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
