Skip to content

Commit 09d41b0

Browse files
committed
chore: test env
1 parent c4dcb92 commit 09d41b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Jenkinsfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ pipeline {
1212
stages {
1313
stage('Build') {
1414
steps {
15+
script {
16+
BUILD_TAG = "DEV-${env.BRANCH_NAME}-${env.GIT_BRANCH}"
17+
echo "$BUILD_TAG"
18+
}
1519
sh 'npm config get cache'
1620
sh 'npm install'
1721
}

0 commit comments

Comments
 (0)