agent Questions

3

I have been trying to add an environment resource to our pipeline in azure devops but every time i install it with the powershell script they provide it asks me for tags. If i don't want to input t...
Australoid asked 22/5, 2020 at 13:15

3

Solved

I tried executing a langchain agent. I want to save the output from verbose into a variable, but all I can access from the agent.run is only the final answer. How can I save the verbose output to a...
Garratt asked 5/6, 2023 at 11:31

1

I'd like to combine a ConversationalRetrievalQAChain with - for example - the SerpAPI tool in LangChain. I'm using ConversationalRetrievalQAChain to search through product PDFs that have been inges...
Fracture asked 10/7, 2023 at 11:47

1

I'm new to langchain, so I'm guessing this is possible but demonstrates my lack of a full understanding of the components in langchain. I have successfully created and used the Pandas Dataframe Age...
Ophir asked 29/6, 2023 at 16:59

3

I'm having a Jenkins pipeline consist of 3 stages. It contains multiple ongoing builds running in different agents. Agents are launched through SSH. Randomly I'm facing some builds abort with the f...
Furnishing asked 10/10, 2018 at 6:39

2

Solved

In the documentation of the Azure pipelines, I read that: Each agent can run only one job at a time. To run multiple jobs in parallel you must configure multiple agents. When you run a pipel...
Maurizio asked 4/3, 2020 at 7:4

5

Solved

Why is the "Run As" drop down list is always empty when I try to set up a SQL Agent Job? I am trying to set up some SQL Agent Jobs to run using a proxy account. I am a member of the SQLAgentUserRol...
Bdellium asked 24/8, 2012 at 15:23

1

I am using TFS to execute a nightly build that includes several steps that use the TFS Test Agent. I am running the latest version of TFS/Test Agent(2015 - Update 3) and there are no other builds b...
Personally asked 25/1, 2017 at 18:11

2

Solved

What's the correct way to setup maven on a Team Services Default build agent? What I have done so far: I have downloaded the agent on a virtual machine I have manually installed java and maven ...
Darill asked 7/10, 2016 at 20:13

1

I have used docker-compose based zabbix version 4.x in the past. When I started the environment I could count more than 5 containers, including zabbix-agent. I am now trying to start versions 5.0, ...
Barbarbarbara asked 6/6, 2021 at 13:18

1

Right now I can successfully pair and connect a phone to my machine without any user interaction in this way: $bluetoothctl #power on #discoverable on #pairable on #agent NoInputNoOutput #default-...
Roxie asked 19/7, 2016 at 11:59

1

Solved

I'm experimenting with multistage Azure pipelines, deploying to Windows virtual machines. Since multistage pipelines don't support deployment groups I'm using environments. Although adding a VM res...
Forced asked 29/11, 2020 at 21:13

1

I'm creating an app with Swift 5 and SwiftUI. The application runs as a status bar app (LSUIElement is true). I've created a simple preferences window with SwiftUI with a couple of TextField. Howe...
Gaud asked 5/4, 2020 at 18:22

4

I have multiple project repositories in AzureDevOps and I created a self-hosted agent into our build server. I have defined CICD pipelines for few repositories and it works fine using self-hosted a...

1

Following the documentation here, I am trying to use vmImage: 'ubuntu-latest' in Azure Devops Server. How can I use vmImage: 'ubuntu-latest' in my Azure DevPps Server?

1

Occasionally, one of my Jenkins slave agents will be marked as offline by Jenkins. The agent is actually running just fine, but the Jenkins server can't seem to ssh to it. Relaunching the slave ag...
Vidrine asked 9/7, 2014 at 17:8

3

I recently created a self-hosted Azure DevOps Agent and installed with Google Crome as well. Is it possible to install Chrome Driver on this server and can I select a specific version to be used? ...
Fraktur asked 10/4, 2019 at 10:23

2

I have recently looked into Gorilla Logic's open source testing tool and need to make some changes in order to be able to log something to the console. I have checked out the code out of source con...
Rampant asked 26/7, 2012 at 20:43

1

Solved

Based on this tutorial I try to get a java agent to work. https://www.baeldung.com/java-instrumentation#loading-a-java-agent I do get [Agent] Transforming class TestApplication I have no errors, b...
Hopple asked 29/9, 2019 at 15:24

5

I'm trying to copy a database. When going through the Copy Database Wizard, I'm getting a Execute SQL Server Agent Job error. The error states The job failed. Check the event log on the destina...
Descant asked 18/1, 2015 at 7:19

2

What's it responsible when using words “broker”, “agent“ and “proxy” in programming code? Are there any specical meanings in the Computer Technology? Any opinions or examples?
Rotter asked 21/4, 2018 at 9:4

2

Solved

Im trying to create a application that should only be visible in the status bar, and not have a window until you press the NSStatusItem menu options. So i have one that should open "about" [[NSApp...
Randi asked 26/3, 2011 at 8:21

2

Solved

I have troubles creating a new agent pool in AzureDevOps. What I wanted to do was to remove an old Self-Hosted host and deploy a new one. However, the Agent-Pool used by the old host and to be use...
Weathersby asked 16/6, 2019 at 20:28

4

When i try to run a java program (java -javaagent:size.jar ObjectSizeTest) i get the following error: Failed to load Premain-Class manifest attribute from D:\workspace\ObjectSizeTest\size.jar Erro...
Impiety asked 15/2, 2010 at 14:26

1

Solved

I have a spring boot application packaged into a war running on a port, now i want to attach a java agent to this application, to monitor the micro services using Prometheus. But without using any ...
Yodel asked 22/4, 2019 at 10:55

© 2022 - 2024 — McMap. All rights reserved.