Skip to content

Commit 1c36cbf

Browse files
committed
Add Test stage
1 parent 9eddbbf commit 1c36cbf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Jenkinsfile

+6
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,11 @@ pipeline {
66
sh 'npm install'
77
}
88
}
9+
stage('Test') {
10+
steps {
11+
sh './jenkins/scripts/test.sh'
12+
}
13+
}
914
}
1015
}
16+

0 commit comments

Comments
 (0)