feat: try run salix back
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2024-09-20 15:12:20 +02:00
parent fdc60b6322
commit 316ca6f97e
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -93,6 +93,8 @@ pipeline {
}
steps {
sh 'docker pull $IMAGE:$GIT_BRANCH'
sh 'docker ps -a'
sh 'docker stop $GIT_BRANCH'
sh 'docker run --name $GIT_BRANCH $IMAGE:$GIT_BRANCH'
}
post {