Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
55 views

We frequently get build failures because multiple build agents are using the same resource at the same time (in our case it's a specific database tool, but it could be anything really). TeamCity has a ...
Louis Somers's user avatar
  • 3,040
0 votes
0 answers
92 views

Good morning, I have a question regarding this error: "Clean Failed < 1sec // UnauthorizedAccessException: Access to the path 'Azure.Core.dll' is denied."` Here is a error message: &...
Damian Pisarski's user avatar
1 vote
1 answer
399 views

I am building a script to upload new apps to store via fastlane. However, fastlane currently faces issues with setting prices for newly created apps.SO I created ruby scripts to do it manually via api....
MetaSnarf's user avatar
  • 6,277
0 votes
1 answer
99 views

I have a Google Sheet with Data from a Google Form. I would like to make an Apps Script that when a certain cell is edited in the Sheet, Apps Script will send an email response from me to an email in ...
Alex Samples's user avatar
0 votes
1 answer
128 views

My flow can fail at various points, and identifying the origin of the issue can be challenging. To address this, I want to redirect users to a specific HTTP endpoint that displays a common error ...
Darshan Dholakiya's user avatar
0 votes
1 answer
22 views

I am trying to build release apk with Github CI/CD automation. I have Used Jsonserializable and Intl packages in my project. And build_runner is generating generated folders in project which we doesn'...
shilpa vania's user avatar
1 vote
1 answer
63 views

Given the list expired: [ { "cert": "help.abc.com.cer", "certkey": "help.abc.com-key", "daystoexpiration": 0, &...
abazaz's user avatar
  • 13
1 vote
0 answers
131 views

I want to be able to do these things: Write GLSL shaders Separate my sources for reusability purposes Validate all my sources before building the main application, and exit if anything fails The ...
Devsman's user avatar
  • 498
1 vote
1 answer
381 views

Does anyone know of automation for automatically updating the digests referenced in a dockerfile when new upstream versions are released, as denoted by new tags with higher semver? I've a project on ...
RichardoC's user avatar
  • 106
1 vote
0 answers
305 views

I have this app that has its builds uploaded to an artifact registry, and I wish to deploy the latest artifact to Firebase Hosting automatically, via CD script. But... Firebase doesn't seem to support ...
Lucas Noetzold's user avatar
-1 votes
1 answer
127 views

I want to trigger a python script on dynamic runner if any new release cut happens using github actions. what i am trying is : on: push: tags: - 'v*' jobs: RunScript: runs-on: ubuntu-...
flux0987's user avatar
0 votes
1 answer
140 views

Trying to delete remove button after adding the products used for loop to delete the records one by one before signout the testcase But its deleting only one record ,i would like to delete the records ...
sarath k's user avatar
1 vote
0 answers
27 views

I wanted to verify these lists of users or sample of data have the same role. For instances: field: Users, field: Roles Users: A-tester B-tester C-tester D-tester E-tester F-tester G-tester I wanted ...
Olgaa's user avatar
  • 11
0 votes
1 answer
6k views

my goal is to run a query against a dataset, send email to unique recipients with personalized data. Here is my first half of the flow: PARSE JSON is step so I can select e-mail column from my dataset ...
Dominik's user avatar
  • 23
0 votes
1 answer
249 views

I have a workbook on Tableau Server, which is scheduled to refresh daily. Most users subscribe to a view, which they receive automatically on email once the workbook is refreshed. However, some ...
AnnaKay's user avatar
2 votes
0 answers
338 views

I am finding it difficult to get help with Xcode Cloud Workflows. We use Xcode Cloud to build and deploy to App Store Connect. Building for TestFlight is simple because Xcode Cloud automatically ...
Tim's user avatar
  • 21
-1 votes
2 answers
96 views

I'm trying to perform a click action on the "sign out" link on Gmail but my console keep saying that it's unable to locate the element. Below is my code.Thank you! @FindBy(linkText="...
Thao Le's user avatar
1 vote
0 answers
165 views

I have ten time-series datasets coming from various cities. I want to automate the analysis process. I am trying to create a program structure to automate the analysis process and develop the script. ...
Mainland's user avatar
  • 4,702
5 votes
2 answers
3k views

We are trying to use one single .gradle cache among our multiple build workers (in jenkins) by creating .gradle in NFS mount which is shared with all the workers. Now when we run multiple projects ...
m18unet's user avatar
  • 55
1 vote
1 answer
1k views

I have a bunch of repositories which use (parts of) the same Jenkins shared library for running tests, docker builds, etc. So far the shared library has greatly reduced the maintenance costs for these ...
cyau's user avatar
  • 449
1 vote
0 answers
157 views

Hierarchy of projects in my Gradle setup Project name Depends on Description engine Different 3rd party libraries, not depends on local projects A game engine I'm working on game :engine Main logic of ...
therainycat's user avatar
0 votes
1 answer
410 views

I am trying to create an "instant cloud flow" on Power Automate. Context: Excel file "A" contains a table "X" which gets updated regularly with new rows at the bottom ...
Verminous's user avatar
  • 555
0 votes
1 answer
117 views

guys I need your assistance. I have the next HTML page enter image description here I need to write a code to check today's date and automatically click on the next day in the calendar enter image ...
Ahmed Hesham's user avatar
0 votes
1 answer
557 views

In my robot framework, I have 80 test cases which are available in a git repo. Out of these 80,i want to run 10 test cases as a part of Smoke testing which are tagged as Smoke. Also, if i want to run ...
Kumar Abhimanyu's user avatar
3 votes
0 answers
147 views

I have a TeamCity project which includes 4 configurations in the build chain like this. |----> Build A -| Prebuild-| |----> Test Results |----> Build B -| In ...
Marija Mihajlova's user avatar

1
2 3 4 5
38