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