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 2d69f28 commit eaf0d27Copy full SHA for eaf0d27
Jenkinsfile
@@ -7,6 +7,7 @@ pipeline {
7
environment {
8
IMAGE_NAME = "nginx-proxy-manager"
9
TEMP_IMAGE_NAME = "nginx-proxy-manager-build_${BUILD_NUMBER}"
10
+ TAG_VERSION = getPackageVersion()
11
}
12
stages {
13
stage('Prepare') {
@@ -37,8 +38,6 @@ node-prune'''
37
38
39
40
stage('Build') {
- def TAG_VERSION = getPackageVersion()
41
-
42
steps {
43
sh '''docker build -t $TEMP_IMAGE_NAME .
44
exit $?'''
0 commit comments