8714-devToTest #1547

Merged
alexm merged 712 commits from 8714-devToTest into test 2025-03-04 14:08:01 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 5e1d4ea529 - Show all commits

1
Jenkinsfile vendored
View File

@ -93,6 +93,7 @@ pipeline {
}
steps {
sh 'docker pull $IMAGE:$GIT_BRANCH'
sh 'docker run -d --name $GIT_BRANCH $IMAGE:$GIT_BRANCH'
}
post {
always {