Skip to content

Commit c7f015f

Browse files
committed
add test func test
1 parent a4b34fe commit c7f015f

File tree

2 files changed

+3
-33
lines changed

2 files changed

+3
-33
lines changed

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ pipeline {
1111
}
1212
stage('Test') {
1313
steps {
14-
sh './jenkins/scripts/test.sh'
14+
sh 'npm test'
1515
}
1616
}
1717
stage('Deliver') {
1818
steps {
19-
sh './jenkins/scripts/deliver.sh'
19+
2020
input message: 'Finished using the web site? (Click "Proceed" to continue)'
21-
sh './jenkins/scripts/kill.sh'
21+
2222
}
2323
}
2424
}

jenkins/Jenkinsfile

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)