We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35b1ae5 + 47c0c58 commit 727b397Copy full SHA for 727b397
1 file changed
holochain/Jenkinsfile
@@ -377,7 +377,8 @@ spec:
377
def storageTag = computeTag(versionMap['STORAGE_VERSION'] ?: '1.0.0')
378
def happInstallerTag = computeTag(versionMap['HAPP_INSTALLER_VERSION'] ?: '1.0.0')
379
def doorwayAppTag = computeTag(versionMap['DOORWAY_APP_VERSION'] ?: '1.0.0')
380
- def happTag = computeTag(versionMap['HAPP_VERSION'] ?: '1.0.0')
+ // hApp is built by DNA pipeline — use floating tag, not commit-specific
381
+ def happTag = getHappFloatingTag()
382
383
// Backward compat: IMAGE_TAG = edgenode tag (primary image)
384
def baseVersion = versionMap['HAPP_VERSION'] ?: versionMap['APP_VERSION'] ?: '1.0.0'
0 commit comments