Skip to content

Commit db9f256

Browse files
committed
Update PR comments to highlight verification requirements
1 parent ddd3355 commit db9f256

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

Jenkinsfile

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -241,12 +241,17 @@ pipeline {
241241
}
242242
steps {
243243
script {
244-
npmGithubPrComment("""Docker Image for build ${BUILD_NUMBER} is available on
245-
[DockerHub](https://cloud.docker.com/repository/docker/nginxproxymanager/${IMAGE}-dev)
246-
as `nginxproxymanager/${IMAGE}-dev:${BRANCH_LOWER}`
244+
npmGithubPrComment("""Docker Image for build ${BUILD_NUMBER} is available on [DockerHub](https://cloud.docker.com/repository/docker/nginxproxymanager/${IMAGE}-dev):
245+
```
246+
nginxproxymanager/${IMAGE}-dev:${BRANCH_LOWER}
247+
```
247248
248-
**Note:** ensure you backup your NPM instance before testing this image! Especially if there are database changes
249-
**Note:** this is a different docker image namespace than the official image
249+
> [!NOTE]
250+
> Ensure you backup your NPM instance before testing this image! Especially if there are database changes.
251+
> This is a different docker image namespace than the official image.
252+
253+
> [!WARNING]
254+
> Changes and additions to DNS Providers require verification by at least 2 members of the community!
250255
""", true)
251256
}
252257
}

0 commit comments

Comments
 (0)