fix jenkinsfile
This commit is contained in:
parent
46d10e50ea
commit
a8062667df
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -8,10 +8,7 @@ node('Palladium'){
|
||||
currentBuild.result = 'ABORTED'
|
||||
error('Последний коммит - результат сборки jenkins')
|
||||
}
|
||||
sh "git checkout ${env.BRANCH_NAME}"
|
||||
sh "git checkout -- ."
|
||||
|
||||
sh "git pull"
|
||||
//sh "git submodule update --init --recursive"
|
||||
//sh "git submodule update --remote --merge"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user