Ao rodar o build apresenta o seguinte log:
Running in Durability level: MAX_SURVIVABILITY [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /var/lib/jenkins/workspace/todo-list-desenvolvimento [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Carregando o ENV de desenvolvimento) [Pipeline] configFileProvider provisioning config files... not able to provide the file [ManagedFile: id=, targetLocation=null, variable=env], can't be resolved by any provider - maybe it got deleted by an administrator? [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Derrubando o container antigo) Stage "Derrubando o container antigo" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Subindo o container novo) Stage "Subindo o container novo" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Notificando o usuario) Stage "Notificando o usuario" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: not able to provide the file [ManagedFile: id=, targetLocation=null, variable=env], can't be resolved by any provider - maybe it got deleted by an administrator? Finished: FAILURE
Verifiquei em outro forum que tinha esse mesmo erro "", falaram que tinha q descobrir o ID do .env-dev, gostaria de saber como descobrir esse ID. obrigado