Skip to content

Commit

Permalink
current wrong project name
Browse files Browse the repository at this point in the history
  • Loading branch information
Geapefurit committed Dec 5, 2023
1 parent 42f10c0 commit eea7a2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pipeline {
// sh 'git clone https://github.com/NpoolPlatform/apollo-base-config.git .apollo-base-config'
// sh(returnStdout: false, script: '''
// PASSWORD=`kubectl get secret --namespace "kube-system" mysql-password-secret -o jsonpath="{.data.rootpassword}" | base64 --decode`
// kubectl exec --namespace kube-system mysql-0 -- mysql -h 127.0.0.1 -uroot -p$PASSWORD -P3306 -e "create database if not exists chain_manager;"
// kubectl exec --namespace kube-system mysql-0 -- mysql -h 127.0.0.1 -uroot -p$PASSWORD -P3306 -e "create database if not exists build_chain;"

// username=`helm status rabbitmq --namespace kube-system | grep Username | awk -F ' : ' '{print $2}' | sed 's/"//g'`
// for vhost in `cat cmd/*/*.viper.yaml | grep hostname | awk '{print $2}' | sed 's/"//g' | sed 's/\\./-/g'`; do
Expand All @@ -73,7 +73,7 @@ pipeline {

// cd .apollo-base-config
// ./apollo-base-config.sh $APP_ID $TARGET_ENV $vhost
// ./apollo-item-config.sh $APP_ID $TARGET_ENV $vhost database_name chain_manager
// ./apollo-item-config.sh $APP_ID $TARGET_ENV $vhost database_name build_chain
// cd -
// done
// '''.stripIndent())
Expand Down

0 comments on commit eea7a2c

Please sign in to comment.