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