Hi guys! Need you help with running pulumi program...
# general
b
Hi guys! Need you help with running pulumi program with Azure provider by Jenkins CI. I run
pulumi up.
Now when Jenkins jobs tries to run
pulumi preview
it fails. Do you know how to fix it? Here is debug output
Copy code
I0518 21:31:25.445918     283 log.go:75] *** Starting Refresh(preview=true) ***
I0518 21:31:25.446356     283 log.go:75] gatherPluginsFromSnapshot(): gathering plugins from snapshot
I0518 21:31:25.446383     283 log.go:75] gatherPluginsFromSnapshot(): skipping "urn:pulumi:ups-storageaccount.dev.va7::storageaccount::pulumi:pulumi:Stack::storageaccount-ups-storageaccount.dev.va7", not a provider
I0518 21:31:25.446436     283 log.go:75] gatherPluginsFromSnapshot(): plugin azure-native 1.102.0 is required by first-class provider "urn:pulumi:ups-storageaccount.dev.va7::storageaccount::pulumi:providers:azure-native::default_1_102_0"
I0518 21:31:25.446457     283 log.go:75] gatherPluginsFromSnapshot(): skipping "urn:pulumi:ups-storageaccount.dev.va7::storageaccount::azure-native:storage:StorageAccount::va7devprofilechatbot", not a provider
I0518 21:31:25.446473     283 log.go:75] ensurePluginsAreInstalled(): beginning
I0518 21:31:25.446682     283 log.go:75] GetPluginPath(resource, azure-native, 1.102.0): enabling new plugin behavior
I0518 21:31:25.446699     283 log.go:75] SelectCompatiblePlugin(..., azure-native): beginning
I0518 21:31:25.446710     283 log.go:75] SelectCompatiblePlugin(..., azure-native): best plugin azure-native-1.102.0: semver match
I0518 21:31:25.446715     283 log.go:75] SelectCompatiblePlugin(..., azure-native): selecting plugin 'azure-native-1.102.0': best match
I0518 21:31:25.446730     283 log.go:75] GetPluginPath(resource, azure-native, 1.102.0): found in cache at /root/.pulumi/plugins/resource-azure-native-v1.102.0/pulumi-resource-azure-native
I0518 21:31:25.446739     283 log.go:75] ensurePluginsAreInstalled(): plugin azure-native 1.102.0 already installed
I0518 21:31:25.446743     283 log.go:75] ensurePluginsAreInstalled(): completed
I0518 21:31:25.446770     283 log.go:75] provider(urn:pulumi:ups-storageaccount.dev.va7::storageaccount::pulumi:pulumi:Stack::storageaccount-ups-storageaccount.dev.va7):
I0518 21:31:25.446951     283 log.go:75] GetPluginPath(resource, azure-native, 1.102.0): enabling new plugin behavior
I0518 21:31:25.446962     283 log.go:75] SelectCompatiblePlugin(..., azure-native): beginning
I0518 21:31:25.446968     283 log.go:75] SelectCompatiblePlugin(..., azure-native): best plugin azure-native-1.102.0: semver match
I0518 21:31:25.446973     283 log.go:75] SelectCompatiblePlugin(..., azure-native): selecting plugin 'azure-native-1.102.0': best match
I0518 21:31:25.446986     283 log.go:75] GetPluginPath(resource, azure-native, 1.102.0): found in cache at /root/.pulumi/plugins/resource-azure-native-v1.102.0/pulumi-resource-azure-native
I0518 21:31:25.447007     283 log.go:75] Launching plugin 'azure-native (resource)' from '/root/.pulumi/plugins/resource-azure-native-v1.102.0/pulumi-resource-azure-native' with args: 127.0.0.1:39182
@ previewing refresh....I0518 21:31:26.990370     283 log.go:75] *** Refresh(preview=true) complete ***


I0518 21:31:27.079656     283 log.go:75] defaultSink::Error(error: could not load plugin for azure-native provider 'urn:pulumi:ups-storageaccount.dev.va7::storageaccount::pulumi:providers:azure-native::default_1_102_0': failed to load plugin /root/.pulumi/plugins/resource-azure-native-v1.102.0/pulumi-resource-azure-native: plugin not found)
error: could not load plugin for azure-native provider 'urn:pulumi:ups-storageaccount.dev.va7::storageaccount::pulumi:providers:azure-native::default_1_102_0': failed to load plugin /root/.pulumi/plugins/resource-azure-native-v1.102.0/pulumi-resource-azure-native: plugin not found