python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Azure devOps Pipeline to run all unit tests but exclude others
Objective:
I have a unit test task in my azure devOps pipeline, and I want it to run all tests dll but exclude others.
Run Unit Tests - Run All tests except Tests.XXX.dll and Tests.YYYY.dll
My YAML fo...
Filipa
Votes: 0
Answers: 0
PL/SQL "all_search" procedure is not a procedure or is undefined
This function is inside a package, but when I call the function the following error appears: PL/SQL "all_search" is not a procedure or is undefined. Someone can help me?
CREATE OR REPLACE PA...
Zavina
Votes: 0
Answers: 1
In the pipeline outputs the variables is not replaced with their value but remain as macros
Instead of $SNAPSHOT_NAME on the green line,
I want the value of the variable to be:
Max Ciubari
Votes: 0
Answers: 0
Jenkins Pipeline Script to invoke ansible playbook
I am trying to invoke the Ansible playbook from the Jenkins pipeline script.
For this I tried below:
def invokeAnsiblePlaybook() {
echo ("Start invokeAnsiblePlaybook")
ansiblePlaybo...
user3441151
Votes: 0
Answers: 0