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:14:38 +02:00
parent 316ca6f97e
commit aa682d0ca5
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -95,6 +95,7 @@ pipeline {
sh 'docker pull $IMAGE:$GIT_BRANCH'
sh 'docker ps -a'
sh 'docker stop $GIT_BRANCH'
sh 'docker rm $GIT_BRANCH'
sh 'docker run --name $GIT_BRANCH $IMAGE:$GIT_BRANCH'
}
post {