feat: try run salix back
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
fdc60b6322
commit
316ca6f97e
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue