Skip to content

Commit

Permalink
Add Jenkinsfile (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Mar 9, 2023
1 parent a4fc314 commit b43f505
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 25 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/main.yaml

This file was deleted.

3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
buildPlugin(useContainerAgent: true, configurations: [
[platform: 'linux', jdk: 17],
])
2 changes: 1 addition & 1 deletion build-monitor-acceptance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<properties>
<serenity.version>3.6.12</serenity.version>
<aether.version>1.0.2.v20150114</aether.version>
<bytebuddy.version>1.12.23</bytebuddy.version>
<slf4j.version>2.0.6</slf4j.version>
</properties>

Expand Down Expand Up @@ -163,6 +162,7 @@
<systemPropertyVariables>
<jenkins.version>${jenkins.version}</jenkins.version>
<project.root>../</project.root>
<wdm.chromeDriverVersion>110</wdm.chromeDriverVersion>
</systemPropertyVariables>
</configuration>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion build-monitor-acceptance/src/test/resources/serenity.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ webdriver {

# Set headless mode to false to debug the tests
headless.mode = true
chrome.switches = "--lang=en;--no-sandbox;--disable-gpu;--no-default-browser-check;--no-first-run;--disable-default-apps;--disable-popup-blocking;--disable-translate;--disable-background-timer-throttling;--disable-renderer-backgrounding;--disable-device-discovery-notifications;--remote-allow-origins=*;--window-size=1440,900;"
chrome.switches = "--lang=en;--no-sandbox;--disable-gpu;--no-default-browser-check;--no-first-run;--disable-default-apps;--disable-dev-shm-usage;--disable-popup-blocking;--disable-translate;--disable-background-timer-throttling;--disable-renderer-backgrounding;--disable-device-discovery-notifications;--remote-allow-origins=*;--window-size=1440,900;"

junit.retry.tests = true

0 comments on commit b43f505

Please sign in to comment.