Update Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user