Allow same version in master
All checks were successful
FarmMaps/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
parent
4b7b639046
commit
e672e28795
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -28,13 +28,13 @@ pipeline {
|
|||||||
stage('npm publish'){
|
stage('npm publish'){
|
||||||
steps {
|
steps {
|
||||||
sh '''cd dist/common
|
sh '''cd dist/common
|
||||||
npm version ${PACKAGE_VERSION}
|
npm version ${PACKAGE_VERSION} --allow-same-version
|
||||||
npm publish
|
npm publish
|
||||||
cd ../common-map
|
cd ../common-map
|
||||||
npm version ${PACKAGE_VERSION}
|
npm version ${PACKAGE_VERSION} --allow-same-version
|
||||||
npm publish
|
npm publish
|
||||||
cd ../common-map3d
|
cd ../common-map3d
|
||||||
npm version ${PACKAGE_VERSION}
|
npm version ${PACKAGE_VERSION} --allow-same-version
|
||||||
npm publish'''
|
npm publish'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user