Skip to content

Commit 396db80

Browse files
authored
Update Jenkinsfile
1 parent da0ddbf commit 396db80

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Jenkinsfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
pipeline {
22
agent any
3-
stage{
4-
5-
stage('Build'){
6-
step{
7-
sh 'npm install'
3+
stages {
4+
stage('Build') {
5+
steps {
6+
sh 'npm install'
87
}
98
}
109
}

0 commit comments

Comments
 (0)