Update Jenkinsfile

This commit is contained in:
2018-08-08 09:46:36 +00:00
parent a37ffeb72f
commit a24626f9fa

1
Jenkinsfile vendored
View File

@@ -3,6 +3,7 @@ pipeline {
stages { stages {
stage('Test') { stage('Test') {
steps { steps {
sh 'apt-get install git -y'
sh 'ls' sh 'ls'
sh 'pwd' sh 'pwd'
} }