Test executing build script

This commit is contained in:
2021-02-03 20:43:26 +08:00
parent ca6c493b85
commit d7a6cec0f1

1
Jenkinsfile vendored
View File

@ -9,7 +9,6 @@ pipeline {
}
stage('test') {
steps {
sh 'python --version'
sh 'echo "hello world"'
sh 'echo "testing"'
input "Testing complete. Proceed to deployment?"