Skip to content

Commit

Permalink
Merge pull request #24 from devicehive/jenkins_test
Browse files Browse the repository at this point in the history
jenkins: fix image build tagging
  • Loading branch information
phariseo authored Aug 27, 2022
2 parents bdad96b + 7ac0aa8 commit 209c0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ node('docker') {
stage('Build and publish Docker images in CI repository') {
checkout scm
echo 'Building image ...'
def DevicehiveWsProxy = docker.build('devicehiveci/devicehive-ws-proxy:${BRANCH_NAME}', '--pull -f Dockerfile .')
def DevicehiveWsProxy = docker.build("devicehiveci/devicehive-ws-proxy:${BRANCH_NAME}", '--pull -f Dockerfile .')

echo 'Pushin image to CI repository ...'
docker.withRegistry('https://registry.hub.docker.com', 'devicehiveci_dockerhub'){
Expand Down

0 comments on commit 209c0d2

Please sign in to comment.