This commit is contained in:
parent
85704ec7b9
commit
32af025652
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -40,8 +40,8 @@ pipeline {
|
|||||||
// Run tests using Docker Compose
|
// Run tests using Docker Compose
|
||||||
sh """
|
sh """
|
||||||
echo 'testing'
|
echo 'testing'
|
||||||
podman-compose -f ${PODMAN_COMPOSE_PATH}${PODMAN_COMPOSE_FILE} build
|
podman-compose -f podman-compose.yml build
|
||||||
podman-compose -f ${PODMAN_COMPOSE_PATH}${PODMAN_COMPOSE_FILE} up --abort-on-container-exit
|
podman-compose -f podman-compose.yml up --abort-on-container-exit
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user