8713-testToMaster #3523

Merged
alexm merged 383 commits from 8713-testToMaster into master 2025-03-04 06:52:15 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 5a5da0a863 - Show all commits

4
Jenkinsfile vendored
View File

@ -170,9 +170,9 @@ pipeline {
sh 'npx myt run -t'
sh 'docker exec vn-database sh -c "rm -rf /mysql-template"'
sh 'docker exec vn-database sh -c "cp -a /var/lib/mysql /mysql-template"'
sh 'docker commit vn-database salix-tmp-db:$VERSION'
sh 'docker commit vn-database salix-db:$VERSION'
sh 'docker rm -f vn-database'
dockerPush docker.image("salix-tmp-db:${VERSION}")
dockerPush docker.image("salix-db:${VERSION}")
}
}
}