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

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

  •  22-07-2023
  •  | 
  •  

문제

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.

도움이 되었습니까?

해결책

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top