mirror of
https://github.com/docker/compose.git
synced 2025-07-23 05:34:36 +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()
|
timestamps()
|
||||||
}
|
}
|
||||||
|
|
||||||
environment {
|
|
||||||
TAG = tag()
|
|
||||||
BUILD_TAG = tag()
|
|
||||||
}
|
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Build test images') {
|
stage('Build test images') {
|
||||||
// TODO use declarative 1.5.0 `matrix` once available on CI
|
// TODO use declarative 1.5.0 `matrix` once available on CI
|
||||||
|
Loading…
x
Reference in New Issue
Block a user