Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
Olorunfemi Kawonise authored and Olorunfemi Kawonise committed Jul 2, 2023
1 parent 1eaa0ea commit d956f39
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 26 deletions.
4 changes: 2 additions & 2 deletions JenkinsfileScripted
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ node

stage('UploadintoNexus') {
nodejs(nodeJSInstallationName: 'nodejs20.3.1') {
sh 'chmod u+x ./scripts/stopApp.sh'
sh './scripts/stopApp.sh'
sh 'chmod u+x ./scripts/nexus.sh'
sh './scripts/nexus.sh'
sh 'npm publish'
}

Expand Down
File renamed without changes.
24 changes: 0 additions & 24 deletions scripts/nexus_login.sh

This file was deleted.

0 comments on commit d956f39

Please sign in to comment.