File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 55 - prebuild
66 variables :
77 ACN_DEVOPS_DIR : $(Build.SourcesDirectory)/azure-container-networking
8+ acn-ref : $[ resources.repositories['azure-container-networking'].ref ]
89 jobs :
10+
11+ - template : /.pipelines/build/images.jobs.yaml
12+ parameters :
13+ images :
14+ - job : linux_amd64
15+ displayName : " Linux/AMD64"
16+ templateContext :
17+ repositoryArtifact : drop_setup_env_source
18+ buildScript : .pipelines/build/scripts/$(name).sh
19+ obDockerfile : .pipelines/build/dockerfiles/$(name).Dockerfile
20+ strategy :
21+ maxParallel : 5
22+ matrix :
23+ azure_ip_masq_merger :
24+ name : azure-ip-masq-merger
25+ extraArgs : ' '
26+ archiveName : azure-ip-masq-merger
27+ archiveVersion : $(AZURE_IP_MASQ_MERGER_VERSION)
28+ imageTag : $(Build.BuildNumber)
29+ condition : contains( variables['acn-ref'] , 'v1.7')
30+ npm :
31+ name : npm
32+ extraArgs : ' --build-arg NPM_AI_PATH=$(NPM_AI_PATH) --build-arg NPM_AI_ID=$(NPM_AI_ID)'
33+ archiveName : azure-npm
34+ archiveVersion : $(NPM_VERSION)
35+ imageTag : $(Build.BuildNumber)
36+ condition : contains( variables['acn-ref'] , 'v1.6')
37+
938 - job : copy
1039 displayName : Copy Pipeline Files
1140 pool :
You can’t perform that action at this time.
0 commit comments