feat: refs #6695 try
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2024-09-11 14:01:16 +02:00
parent b77cc6a360
commit 24a9943b0c
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -95,12 +95,11 @@ pipeline {
stage('Push image') {
environment {
CREDENTIALS = credentials('docker-registry')
IMAGE = "$REGISTRY/verdnatura/salix-back"
}
steps {
script {
def packageJson = readJSON file: 'package.json'
env.VERSION = "${packageJson.version}-try"
env.VERSION = "e2e-try"
}
sh 'docker-compose build back'
sh 'docker images'