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.
1 parent 70f7619 commit 251997aCopy full SHA for 251997a
.jenkins/Jenkinsfile
@@ -36,6 +36,7 @@ pipeline {
36
env.BUILDX_PUSH_TAGS_ACMESH_GOLANG = "-t docker.io/nginxproxymanager/${IMAGE}:acmesh-golang"
37
env.BUILDX_PUSH_TAGS_CERTBOT_NODE = "-t docker.io/nginxproxymanager/${IMAGE}:certbot-node"
38
}
39
+ sh 'env'
40
41
42
stage('Other') {
0 commit comments