feature/Feature-1 #4

Merged
jakub merged 39 commits from feature/Feature-1 into master 2021-10-20 15:40:59 +00:00
Showing only changes of commit ae9806489c - Show all commits

2
Jenkinsfile vendored
View File

@@ -17,7 +17,7 @@ node {
stage('Deploy') {
echo "${env.ENV_REGISTRY_URL}"
docker.withRegistry("https://registry.proxyq.co", 'registry-credentials-id') {
def customImage = docker.build("registry.proxyq.co/jenkins/website:${env.BUILD_ID}")
def customImage = docker.build("registry.proxyq.co/jenkins/website:${env.BUILD_ID}", '.')
customImage.push()
}
}