Test executing build script
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -12,7 +12,6 @@ pipeline {
|
||||
stage('test') {
|
||||
steps {
|
||||
sh 'echo "testing"'
|
||||
sh 'echo "hello world"'
|
||||
sh 'curl http://127.0.0.1:80'
|
||||
input "Testing complete. Proceed to deployment?"
|
||||
}
|
||||
|
Reference in New Issue
Block a user