java.lang.IllegalArgumentException: Null value not allowed as an environment variable: POM_PACKAGING

StackOverflow https://stackoverflow.com/questions/23658416

  •  22-07-2023
  •  | 
  •  

Pergunta

Just spent 2 hours on this, running a Maven project from Jenkins.

All you need to do is run in your Jenkins Master: rm -rf jenkins/jobs/[project_name]/modules/*

after that you must(!!!) restart Jenkins.

Rerun your job, it should work.

Foi útil?

Solução

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top