npm buildssszzziretfengss
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -38,7 +38,7 @@ pipeline {
|
||||
// Maak een Docker-image gebaseerd op de Dockerfile
|
||||
sh 'ls'
|
||||
sh """
|
||||
docker build -t ${IMAGE_REPO}/${IMAGE_NAME}:${IMAGE_TAG} -f Dockerfile.jvm --platform linux/amd64 .
|
||||
docker build -t ${IMAGE_REPO}/${IMAGE_NAME}:${IMAGE_TAG} -f Dockerfile --platform linux/amd64 .
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user