mirror of https://github.com/docker/compose.git
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
|
@ -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…
Reference in New Issue