소스 검색

TAG and BUILD_TAG are obsolete

Signed-off-by: Nicolas De Loof <[email protected]>
Nicolas De Loof 5 년 전
부모
커밋
7be66baaa7
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      Jenkinsfile

+ 0 - 5
Jenkinsfile

@@ -14,11 +14,6 @@ pipeline {
         timestamps()
     }
 
-    environment {
-        TAG = tag()
-        BUILD_TAG = tag()
-    }
-
     stages {
         stage('Build test images') {
             // TODO use declarative 1.5.0 `matrix` once available on CI