Test executing build script

This commit is contained in:
2021-02-04 12:28:50 +08:00
parent afc256620f
commit dfea4dcc17

2
Jenkinsfile vendored
View File

@ -11,9 +11,9 @@ pipeline {
} }
stage('test') { stage('test') {
steps { steps {
sh 'echo "testing"'
sh 'echo "hello world"' sh 'echo "hello world"'
sh 'curl http://127.0.0.1:80' sh 'curl http://127.0.0.1:80'
sh 'echo "testing"'
input "Testing complete. Proceed to deployment?" input "Testing complete. Proceed to deployment?"
} }
} }