test
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2024-07-19 14:07:03 +02:00
parent e1aa251c55
commit 952341dc29
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -94,9 +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 'docker push $IMAGE:$BRANCH_NAME'
sh 'docker push salix-back:$BRANCH_NAME'
}
}
}