Skip to content
Snippets Groups Projects
Commit aa19da2e authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Update syntax

parent d1655ff4
No related branches found
No related tags found
1 merge request!1Feat1
Pipeline #3170 failed with stage
in 0 seconds
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
APP_CRED = credentials('uab-dev-openrc') APP_CRED = credentials('uab-dev-openrc')
} }
steps { steps {
bash ''' sh '''#!/bin/bash
echo "hosts: files dns" > /etc/nsswitch.conf echo "hosts: files dns" > /etc/nsswitch.conf
. ${APP_CRED} . ${APP_CRED}
floatingip=(`openstack floating ip create -c id -c floating_ip_address -f value bright-external-flat-externalnet`) floatingip=(`openstack floating ip create -c id -c floating_ip_address -f value bright-external-flat-externalnet`)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment