Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
effortlessdevsec authored Jun 1, 2024
1 parent 5f0f71a commit 23d6974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pipeline {
stage('BuILD') {
steps {
// Build the application
sh 'npm i'
sh 'npm i' ; sh 'echo hello'
}
}

Expand Down

0 comments on commit 23d6974

Please sign in to comment.