Skip to content

Commit 1a34be3

Browse files
committed
stage-test
1 parent 1142e9e commit 1a34be3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Jenkinsfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ pipeline {
77
steps {
88
sh 'npm install'
99
}
10+
stage('Test') {
11+
steps {
12+
sh './jenkins/scripts/test.sh'
13+
}
14+
}
1015
}
1116
}
1217
}

0 commit comments

Comments
 (0)