inland-empire-software-development / spark

Open source learning management system.
MIT License
16 stars 6 forks source link

Jenkins failing to build due to error in db.ts #140

Closed tonynguyen111997 closed 4 years ago

tonynguyen111997 commented 4 years ago

Describe the bug For SparkDEV and SparkPRD, Jenkins is failing to build because 'fsyncSync' is declared but its value is never used.

To Reproduce Steps to reproduce the behavior:

  1. Go to the IESD Jenkins dashboard
  2. Click on 'iesd spark DEV' in the list of applications
  3. On the left side click 'Build Now'
  4. Under build history on the left side click on the # that represents the current running build
  5. Click on console output on the left side and the error should be there.

Alternatively you can also look at the old build histories too if you don't want to run the build.

Expected behavior Build should be successful and site should be up

Screenshots image

Desktop (please complete the following information):

Additional context Can be seen on pm2 that both PRD and DEV is down

Andymendez100 commented 4 years ago

I see the variable got push in with this pull request. User info input #129 I will implement a fix and update code. Thanks @tonynguyen111997

dhuan008 commented 4 years ago

@Andymendez100 That's my pr, I think I pulled from uncompleted components. Let me know if I can help.