Skip to content

Commit 8494e91

Browse files
committed
Fixed build and image name
1 parent 7a4e782 commit 8494e91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pipeline {
1010
}
1111

1212
environment {
13-
registry = "provectuslabs/kafka-ui-api"
13+
registry = "provectuslabs/kafka-ui"
1414
registryCredential = 'docker-hub-credentials'
1515
}
1616

@@ -90,7 +90,7 @@ spec:
9090
stage('Build artifact') {
9191
steps {
9292
container('docker-client') {
93-
sh "docker run -v $WORKSPACE:/usr/src/mymaven -v /tmp/repository:/root/.m2/repository -w /usr/src/mymaven maven:3.6.3-jdk-13 bash -c 'mvn clean install'"
93+
sh "docker run -v $WORKSPACE:/usr/src/mymaven -v /tmp/repository:/root/.m2/repository -w /usr/src/mymaven maven:3.6.3-jdk-13 bash -c 'mvn clean package -Pprod'"
9494
}
9595
}
9696
}

0 commit comments

Comments
 (0)