-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
older CSR build
https://source.cloud.google.com/magellan-01/github_obriensystems_magellan/+/master:cloudbuild.yaml
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# [START cloudbuild_maven]
steps:
# - name: maven:3-jdk-11
# entrypoint: mvn
# args: ["test"]
- name: maven:3-jdk-11
entrypoint: mvn
args: ["package", "-Dmaven.test.skip=true -DskipTests=true"]
- name: gcr.io/cloud-builders/docker
# gcr.io/
args: ["build", "-t", "northamerica-northeast1-docker.pkg.dev/$PROJECT_ID/traffic-generation/traffic-generation", "--build-arg=JAR_FILE=magellan-nbi/target/magellan-nbi-0.0.3-SNAPSHOT.jar", "."]
#args: ['build', '-t', 'LOCATION-docker.pkg.dev/$PROJECT_ID/traffic-generation/magellan-nbi', '.' ]
images:
# ["gcr.io/$PROJECT_ID/magellan-nbi:latest"]
["northamerica-northeast1-docker.pkg.dev/$PROJECT_ID/traffic-generation/traffic-generation:latest"]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels