diff --git a/Jenkinsfile b/Jenkinsfile index 974068b..1c2c089 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,6 +3,7 @@ pipeline { stages { stage('Test') { steps { + sh 'apt-get install git -y' sh 'ls' sh 'pwd' }