test
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
f961bad65d
commit
9a37e52bf7
|
@ -94,13 +94,8 @@ pipeline {
|
|||
CREDENTIALS = credentials('docker-registry')
|
||||
}
|
||||
steps {
|
||||
// sh 'docker-compose build --build-arg BUILD_ID=$BUILD_ID --parallel'
|
||||
sh 'docker login --username $CREDENTIALS_USR --password $CREDENTIALS_PSW $REGISTRY'
|
||||
sh 'echo $IMAGE'
|
||||
sh 'echo $TAG'
|
||||
sh 'echo $BRANCH_NAME'
|
||||
sh 'docker tag $IMAGE:$TAG $IMAGE:$BRANCH_NAME'
|
||||
// sh 'docker push $IMAGE:$BRANCH_NAME'
|
||||
sh 'docker push $IMAGE:$BRANCH_NAME'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue