mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
TAG and BUILD_TAG are obsolete
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
6b0acc9ecb
commit
7be66baaa7
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user