feat: try run salix back
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Alex Moreno 2024-09-20 15:08:17 +02:00
parent fb20a89e59
commit 5e1d4ea529
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

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