You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@apache.org by Vladimir Sitnikov <si...@gmail.com> on 2020/03/05 15:05:10 UTC

Jenkins node labels do not seem to work

Hi,

I've got a case when Jenkins seems to ignore node expressions.

https://builds.apache.org/job/Calcite-Snapshots/

Label expression: ubuntu&&!cloud-slave&&!ubuntu-1&&!beam
Test page shows that the expression works more or less ok:
https://builds.apache.org/label/ubuntu&&!cloud-slave&&!ubuntu-1&&!beam/

However, in practice, the job is using nodes like apache-beam-jenkins-9:
https://builds.apache.org/computer/apache-beam-jenkins-9/ :(((

Does anybody know why is that happening?


PS. Publish snapshots to Nexus job needs ASF credentials, so it would be
nice to have a special label that enables us to filter only the nodes that
do have gradle.properties configured.

Vladimir