tell me, the link in EXECUTORS does not work in allure-report https://www.screencast.com/t/bwTs5kDZeA issues "Unable to access the site"
The link also does not work if you enter Jenkins by the address http://localhost:8080/, although the allure report is running.
Related
here is my problem:
I can launch a jenkins job which launches an automated Test. When this job fails and I go to the log.html, I don't see the screenshots. However when I go to the folder that hosts my Jenkins in localhost, and I open my log.html file, the screenshots appear correctly. Can you tell me why I can't see them on Jenkins please?
enter image description here
I tried to configure output path in Jenkins but nothing change this...
enter image description here
Thanks for reading this :)
Im having issue with gitlab plugin test connection on jenkins. it gives error when I hit the "test connection" button with the given values.
GitLab user is maintainer and has full access on it. GitLab API token belongs to this user.
unfortunately it seems no way to track this error. I checked the logs files in jenkins machine as well.
GitLab Plugin Version is -> 1.5.27
you may see screenshot of the page here
alternative link:
https://gyazo.com/2b81c4310c7a144651fda54c6b1462c1
I am trying to integrate ZAP with Jenkins and following https://www.linkedin.com/pulse/owasp-zap-integration-jenkins-devsecops-pipeline-basic-arpit-mittal
I am using Mac machine and Jenkins is installed in my local. I did all the settings given in the above doc.
Still I am getting error
Steps Performed:
Install "Official OWASP ZAP Jenkins Plugin" by navigating to "Plugin Manager"
Provide OWASP ZAP path in "Custom Tool" by navigating to "Global tool Configuration" from where ZAP will be install.
Navigate to "Configuration" to set the Host, Port and Environment Variables for ZAP.
Create Freestyle Project named ZAP
In "Build Environment" check on the "Install Custom Tools" for ZAP and when you click on "Tool Selection" you'll get the ZAP details which we have submitted at the time of configuration.
Navigate to the "Build" process like the path of ZAP, host and port details. You can change it as per your requirement.
Now set the "Installation Method" to "System Installed" where ZAP will be installed. Provide environment variable and set the "ZAP Home Directory"
Now we will provide the scan details of the web application on which we want to perform vulnerability assessment. Navigate to "Session Management" and select "Persistent Session."
Configure the report part to generate an automated report and publish HTML report for the scan.
After doing all this configuration when I click on Apply, I get
Please help me here.
Thanks in Advance
The "Official OWASP ZAP Jenkins Plugin" actually isnt supported by the ZAP core team any more and is not recommended.
The recommended ways to automate ZAP are explained on https://www.zaproxy.org/docs/automate/
I'm trying to use JIRA Trigger Jenkins plugin. I've read maybe all similar issues but can't understand why it doesn't work.
I want to build when an issue status changed. I troubleshooted but it didn't help me. My web hook works I checked it as it shows in documentation, the plugin for Jenkins is installed, firewall checked (I have whitelisted 3 Jira cloud IPs for Jenkins instance on AWS), ssl checks on Jenkins passes. Also I configured logs on Jenkins from Jira, but can't get anything.
In trigger configuration I inserted my Jira user's email (my-email#gmail.com) as user and password. The user has administrator privileges. What else can be wrong? Please any idea.
I installed the jenkins site monitor plugin but I don't see any option in jenkins job. Even it is visible in manage jenkins-> Configure System.
Can someone please help here how to create a site monitor jenkins job , where can I find it while creating job ?
I found it inside the "Add post-build action".