Update Jenkinsfile
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -3,6 +3,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Test') {
|
||||
steps {
|
||||
sh 'apt-get install git -y'
|
||||
sh 'ls'
|
||||
sh 'pwd'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user