VD
Size: a a a
VD
D
D
AS
export M2_HOME=/opt/maven
и скопировал его в папку/etc/profile.d/
VS
VS
AS
DK
DK
S
[ERROR] Run 2: org.openqa.selenium.NoSuchSessionException: Unable to find session with ID: c49309c33a80a06b1a429ae8ac6f7db5
Build info: version: '4.0.0-alpha-6', revision: '5f43a29cfc'
System info: host: '95d6b7c9-ad37-4074-8c1e-b5c44b312612-745c88dbd9-rqt56', ip: 'Unknown', os.name: 'Linux', os.arch: 'amd64', os.version: '4.15.0-117-generic', java.version: '1.8.0_252'
Driver info: driver.version: unknown
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'wait-test-5-ggps6-d090j-l456q', ip: '10.233.124.4', os.name: 'Linux', os.arch: 'amd64', os.version: '4.15.0-117-generic', java.version: '1.8.0_272'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Capabilities {acceptInsecureCerts: true, browserName: chrome, browserVersion: 81.0.4044.138, chrome: {chromedriverVersion: 81.0.4044.138 (8c6c7ba89cc9..., userDataDir: /tmp/.com.google.Chrome.Tw211k}, goog:chromeOptions: {debuggerAddress: localhost:35119}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: LINUX, platformName: LINUX, proxy: Proxy(), se:options: {cdp: http://10.233.124.9:4444/se...}, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:virtualAuthenticators: true}
S
VD
export M2_HOME=/opt/maven
и скопировал его в папку/etc/profile.d/
loginctl enable-linger jenkins
II
def uids = Jenkins.instance.nodes
.collect { it.toComputer() }
.findAll { it.channel && !it.offline }
.collect { it./*someMagicalHardwareUid*/ }
assert uids.unique(false).sort(false) == uids.sort(false)
JR
DB
DB
No valid crumb
- use api tokens instead of passwordsDB
I couldn't connect to the Github repo from Jenkins using the Secret text methodwhy do you use secret-text? github requires user/pass or ssh-key secrets. depends on used fetch method (https/ssh)
DB
AS