How to configrue Jenkins with Star team repository? - build

In my project we are using star team repositories to store source code. I need to build from the STAR TEAM repository using Jenkin Tool. How can I set up to configure star team. So that if enter my star team id and password, all projects have to list out with my login access. If you are having any idea, please let me know.

Related

Unknown project in my GCP projects dashboard

A new project showed up in my list of projects in my GCP console with name "My Project xxxxx" and ID "brave-watch-nnnnnn" where xxxxx and nnnnnn are numbers. But, I have no privileges on this project and cannot view the resources or modify the project.
I am the only user of my GCP account and my account is not part of any organization. I don't know how this project was created and how it got added to my console. Has anyone encountered such a scenario before and how did you resolve it ?
I think you should contact the support team. You mentioned about that your account is not part of an organization. But it's possible for someone to add you into his project via email. Did you leak your email address? You can also use gcloud projects list to see which project you have access to.
Only the owner of the project can revoke the access... that's who to contact.
b/c permission resourcemanager.projects.setIamPolicy is required to do so.

Alexa Skill Beta testing worked fine on the day which i accepted the invite then fails to launch skill

I provided myself for beta testing the skill but after giving the access and the acceptance for beta testing it worked fine for a day and the next day without changing any code it was not able to recognize the skill, So I logged out and logged in again and it worked fine but when I tested the same with an Alexa device the issue was replicated but logging out and in didn't solve the issue this time.
I need help with this one.
My Alexa skill is hosted in Lambda function in north Virginia server and I am using it from India, I know some will suggest having the same server but then how come it worked fine for the first time then?
I found the answer, we should change the language setting to English (IN) if the Alexa skill is built-in English(IN) and the region from which it is accessed is India and Vica-Versa.
Adding an explanation and steps to fix this issue. There is a locale discrepancy between your skill, your account, and your Alexa App. In order to use a skill, the skill's language model must match the user's account location as well as the app's location.
This means on one account, you will only be able to see and test skills from one marketplace at a time. So, if you've got your developer account configured for the US, and your skill only has a en-IN language model, you won't be able to see and test it in your Alexa app.
There are two options available to fix this issue, first option is just for developers:
-Option 1- The simplest solution is to create a new language tab for your skill within developer portal that matches the language setting of your app and device. For information on creating a new language model for your skill, please follow this link: https://developer.amazon.com/en-US/docs/alexa/custom-skills/develop-skills-in-multiple-languages.html#add-a-language-to-an-existing-skill
-Option 2- You can configure your account for a region that matches the language model you currently have set up for your skill. To do this, first make sure the device you're testing on is registered to your developer account, and then that it is set up for the correct language and location in its device settings. For actually configuring your account itself for that marketplace, you'll need to go through the retail Amazon site. Follow these steps:
Navigate to https://www.amazon.com/
Go to "Your Account" > "Your devices and content" > "Change your digital and device settings" > “Preferences”
In "Preferences" click on the "Country/Region Settings" section
If the country is not the same as the marketplace you need to test, change it to match

Cannot view the list of GitHub Repository in Build Trigger settings

The company I belong to sets https://help.github.com/en/github/authenticating-to-github/authenticating-with-saml-single-sign-on .
In this case, if my set up Cloud Build Trigger with my company's G Suite Account, I can display a list of GitHub Repository.
However, even if I want to set a Trigger on a personal GitHub Repository with a gmail.com account, I will get an error trying to get all Organization Repositories.
Is there a workaround for this?

google developer transfer app with subscriptions

we have developed an app for customer. This app contains subscriptions and we tested them in real world. Then we stop tests and refund all money back. Now, we are unable to transfer app because of active subscriptions (Google told us - after transfer initiaded - that it's not possible, we do not know this... unfortunately). Read so many stories about fact, that this is not possible to change anything if some subscriptions was paid. But Google test payment system didn't work how we expected, so we need to test it in real way... now we are stuck in circle.
Because we have only one app under our account, we agreed with customer to give him logon & other infos in order to get app for him. Unfortunately, we are unable to change country for merchant account. Is it possible to solve this? Or we do need to make new package under customer developer account and then unpublish current app and create a new one with same name?
If unpublish/publish is only way, how can we do this in order to do not hurt any current customer? App is not paid for now. but customer want to start app in new country and want to activate payment system. Unfortunately we are eu residents, and customer seat in Singapore... so we are unable to put his bank account either.
Do we have any options? Or, can we contact Google e.g. by phone? I try to call to Google in CA and have no success.. no live operator, only phone robots there..

How to publish a Workflow Template in Netsuite?

can anyone please point me in the right direction on how to publish workflow template in Netsuite.
I've search their help but could not find any substantial documentation.
Thank you!
You can use SuiteBundler to group customizations including workflows, custom fields, related saves searches, scripts, etc. into a single package. That package can be installed like an application. You can publish those bundles with NetSuite and set them as private for you only, shared with specific partners, or public.
To get to the Bundle Builder go to Customization > SuiteBundler > Create Bundle (Administrator).
If you don't see it with administrator access, first enable the "Create Bundles With SuiteBundler" feature at Setup > Company > Setup Tasks > Enable Features.
Also check out the SuiteAnswer called "Bundling a Workflow" (Answer Id: 40506).
It's a really cool feature!