10910
This commit is contained in:
parent
492a87d310
commit
6168cd574f
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -8,7 +8,8 @@ node('Palladium'){
|
|||||||
currentBuild.result = 'ABORTED'
|
currentBuild.result = 'ABORTED'
|
||||||
error('Последний коммит - результат сборки jenkins')
|
error('Последний коммит - результат сборки jenkins')
|
||||||
}
|
}
|
||||||
sh "git checkout ${env.BRANCH_NAME}"
|
//sh "git submodule update --init --recursive"
|
||||||
|
//sh "git submodule update --remote --merge"
|
||||||
}
|
}
|
||||||
stage("build and publish"){
|
stage("build and publish"){
|
||||||
dir('angular'){
|
dir('angular'){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user