Test executing build script

This commit is contained in:
2021-02-04 14:53:17 +08:00
parent c6e451187e
commit 2f3aa0d877

1
Jenkinsfile vendored
View File

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