Update Jenkinsfile

This commit is contained in:
2018-08-08 09:54:53 +00:00
parent a24626f9fa
commit 7043c94880

2
Jenkinsfile vendored
View File

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