Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-16057

Environment variables wizard: Refresh does not refresh list of variables

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 4.2.0.Alpha1
    • 4.1.1.CR1
    • openshift
    • None
    • Hide
      1. ASSERT: make sure you have an application on an OpenShift server that supports env variables
      2. EXEC: launch Environment variables wizard
      3. ASSERT: you see your existing env variables listed (or none if there are none) - dont close the wizard
      4. EXEC: create environment variables outside of Eclipse
        create env vars via curl
        curl -k -H "Content-Type: application/json" -H "Accept: application/json; version=1.2" --user USER:PASS https://openshift.redhat.com/broker/rest/domains/foobarz/applications/springeap6/environment-variables -X POST -d '{ "environment_variables": [ { "name": "freaky", "value":"bleaky" } ] }'
        
      5. EXEC: in Environment Variables wizard: hit Refresh

      Result:
      new environment variable does not show up

      Show
      ASSERT: make sure you have an application on an OpenShift server that supports env variables EXEC: launch Environment variables wizard ASSERT: you see your existing env variables listed (or none if there are none) - dont close the wizard EXEC: create environment variables outside of Eclipse create env vars via curl curl -k -H "Content-Type: application/json" -H "Accept: application/json; version=1.2" --user USER:PASS https: //openshift.redhat.com/broker/ rest /domains/foobarz/applications/springeap6/environment-variables -X POST -d '{ "environment_variables" : [ { "name" : "freaky" , "value" : "bleaky" } ] }' EXEC: in Environment Variables wizard: hit Refresh Result: new environment variable does not show up
    • Hide

      refresh your application in OpenShift Explorer

      Show
      refresh your application in OpenShift Explorer

          adietish@redhat.com André Dietisheim
          adietish@redhat.com André Dietisheim
          Votes:
          0 Vote for this issue
          Watchers:
          2 Start watching this issue

            Created:
            Updated:
            Resolved: