mirror of
				https://github.com/linuxserver/docker-heimdall.git
				synced 2025-10-31 04:57:39 +09:00 
			
		
		
		
	Bot Updating Templated Files
This commit is contained in:
		
							
								
								
									
										20
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										20
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							| @@ -585,7 +585,7 @@ pipeline { | ||||
|           --label \"org.opencontainers.image.title=Heimdall\" \ | ||||
|           --label \"org.opencontainers.image.description=[Heimdall](https://heimdall.site) is a way to organise all those links to your most used web sites and web applications in a simple way.    Simplicity is the key to Heimdall.    Why not use it as your browser start page? It even has the ability to include a search bar using either Google, Bing or DuckDuckGo.  \" \ | ||||
|           --no-cache --pull -t ${IMAGE}:${META_TAG} --platform=linux/amd64 \ | ||||
|           --provenance=false --sbom=false --builder=container --load \ | ||||
|           --provenance=true --sbom=true --builder=container --load \ | ||||
|           --build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ." | ||||
|         sh '''#! /bin/bash | ||||
|               set -e | ||||
| @@ -614,7 +614,9 @@ pipeline { | ||||
|                       for i in "${CACHE[@]}"; do | ||||
|                         docker push ${i}:amd64-${COMMIT_SHA}-${BUILD_NUMBER} & | ||||
|                       done | ||||
|                       wait | ||||
|                       for p in $(jobs -p); do | ||||
|                         wait "$p" || { echo "job $p failed" >&2; exit 1; } | ||||
|                       done | ||||
|                     fi | ||||
|                 ''' | ||||
|           } | ||||
| @@ -649,7 +651,7 @@ pipeline { | ||||
|               --label \"org.opencontainers.image.title=Heimdall\" \ | ||||
|               --label \"org.opencontainers.image.description=[Heimdall](https://heimdall.site) is a way to organise all those links to your most used web sites and web applications in a simple way.    Simplicity is the key to Heimdall.    Why not use it as your browser start page? It even has the ability to include a search bar using either Google, Bing or DuckDuckGo.  \" \ | ||||
|               --no-cache --pull -t ${IMAGE}:amd64-${META_TAG} --platform=linux/amd64 \ | ||||
|               --provenance=false --sbom=false --builder=container --load \ | ||||
|               --provenance=true --sbom=true --builder=container --load \ | ||||
|               --build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ." | ||||
|             sh '''#! /bin/bash | ||||
|                   set -e | ||||
| @@ -678,7 +680,9 @@ pipeline { | ||||
|                           for i in "${CACHE[@]}"; do | ||||
|                             docker push ${i}:amd64-${COMMIT_SHA}-${BUILD_NUMBER} & | ||||
|                           done | ||||
|                           wait | ||||
|                           for p in $(jobs -p); do | ||||
|                             wait "$p" || { echo "job $p failed" >&2; exit 1; } | ||||
|                           done | ||||
|                         fi | ||||
|                     ''' | ||||
|               } | ||||
| @@ -706,7 +710,7 @@ pipeline { | ||||
|               --label \"org.opencontainers.image.title=Heimdall\" \ | ||||
|               --label \"org.opencontainers.image.description=[Heimdall](https://heimdall.site) is a way to organise all those links to your most used web sites and web applications in a simple way.    Simplicity is the key to Heimdall.    Why not use it as your browser start page? It even has the ability to include a search bar using either Google, Bing or DuckDuckGo.  \" \ | ||||
|               --no-cache --pull -f Dockerfile.aarch64 -t ${IMAGE}:arm64v8-${META_TAG} --platform=linux/arm64 \ | ||||
|               --provenance=false --sbom=false --builder=container --load \ | ||||
|               --provenance=true --sbom=true --builder=container --load \ | ||||
|               --build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ." | ||||
|             sh '''#! /bin/bash | ||||
|                   set -e | ||||
| @@ -735,7 +739,9 @@ pipeline { | ||||
|                           for i in "${CACHE[@]}"; do | ||||
|                             docker push ${i}:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER} & | ||||
|                           done | ||||
|                           wait | ||||
|                           for p in $(jobs -p); do | ||||
|                             wait "$p" || { echo "job $p failed" >&2; exit 1; } | ||||
|                           done | ||||
|                         fi | ||||
|                     ''' | ||||
|               } | ||||
| @@ -978,7 +984,7 @@ pipeline { | ||||
|               echo '{"tag_name":"'${META_TAG}'",\ | ||||
|                      "target_commitish": "development",\ | ||||
|                      "name": "'${META_TAG}'",\ | ||||
|                      "body": "**CI Report:**\\n\\n'${CI_URL:-N/A}'\\n\\n**LinuxServer Changes:**\\n\\n'${LS_RELEASE_NOTES}'\\n\\n**'${EXT_REPO}' Changes:**\\n\\n' > start | ||||
|                      "body": "**CI Report:**\\n\\n'${CI_URL:-N/A}'\\n\\n**LinuxServer Changes:**\\n\\n'${LS_RELEASE_NOTES}'\\n\\n**Remote Changes:**\\n\\n' > start | ||||
|               printf '","draft": false,"prerelease": true}' >> releasebody.json | ||||
|               paste -d'\\0' start releasebody.json > releasebody.json.done | ||||
|               curl -H "Authorization: token ${GITHUB_TOKEN}" -X POST https://api.github.com/repos/${LS_USER}/${LS_REPO}/releases -d @releasebody.json.done''' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user