Branch: refs/heads/GlobalSecurityConfiguration-dropdownDescriptorSelector
Home: https://github.com/jenkinsci/acceptance-test-harness Commit: 092f32353e159b017207a3a25950795a53097d24 https://github.com/jenkinsci/acceptance-test-harness/commit/092f32353e159b017207a3a25950795a53097d24 Author: Jesse Glick <[email protected]> Date: 2021-03-10 (Wed, 10 Mar 2021) Changed paths: R src/main/java/org/jenkinsci/test/acceptance/docker/fixtures/SAMLContainer.java R src/main/java/org/jenkinsci/test/acceptance/plugins/saml/SamlSecurityRealm.java R src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/SAMLContainer/Dockerfile R src/test/java/plugins/SAMLPluginTest.java R src/test/resources/saml_plugin/config.php R src/test/resources/saml_plugin/saml-key.jks R src/test/resources/saml_plugin/saml20-idp-hosted.php R src/test/resources/saml_plugin/users.php Log Message: ----------- Removing SAMLPluginTest Commit: 6f5fa7370f38c6ab706ee4f35c96440f60f3f33c https://github.com/jenkinsci/acceptance-test-harness/commit/6f5fa7370f38c6ab706ee4f35c96440f60f3f33c Author: Jesse Glick <[email protected]> Date: 2021-04-15 (Thu, 15 Apr 2021) Changed paths: R src/main/java/org/jenkinsci/test/acceptance/plugins/multiple_scms/MultipleScms.java Log Message: ----------- Deleting MultipleScms page object Commit: 70ea4e1f18975145660c38710a60b5db956540d8 https://github.com/jenkinsci/acceptance-test-harness/commit/70ea4e1f18975145660c38710a60b5db956540d8 Author: Jesse Glick <[email protected]> Date: 2021-04-16 (Fri, 16 Apr 2021) Changed paths: R src/main/java/org/jenkinsci/test/acceptance/plugins/multiple_scms/MultipleScms.java Log Message: ----------- Merge pull request #656 from jglick/multiple-scms Deleting MultipleScms page object Commit: 9781988b91d4ae3d58dcdc084212880ae06a001c https://github.com/jenkinsci/acceptance-test-harness/commit/9781988b91d4ae3d58dcdc084212880ae06a001c Author: Raúl Arabaolaza Barquin <[email protected]> Date: 2021-04-21 (Wed, 21 Apr 2021) Changed paths: M docs/DOCKER.md M pom.xml Log Message: ----------- Docker fixtures update to 1.11 (#655) * Update docker-fixtures to 1.11 So https://github.com/jenkinsci/docker-fixtures/pull/32 can be used * Update doc * Temporary revert so I can get a proper test baseline * Restore back fixtures update Commit: fe9bdb4ff3e5e7b3866bd9523e53a40406c5e24e https://github.com/jenkinsci/acceptance-test-harness/commit/fe9bdb4ff3e5e7b3866bd9523e53a40406c5e24e Author: James Nord <[email protected]> Date: 2021-04-26 (Mon, 26 Apr 2021) Changed paths: R src/main/java/org/jenkinsci/test/acceptance/docker/fixtures/SAMLContainer.java R src/main/java/org/jenkinsci/test/acceptance/plugins/saml/SamlSecurityRealm.java R src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/SAMLContainer/Dockerfile R src/test/java/plugins/SAMLPluginTest.java R src/test/resources/saml_plugin/config.php R src/test/resources/saml_plugin/saml-key.jks R src/test/resources/saml_plugin/saml20-idp-hosted.php R src/test/resources/saml_plugin/users.php Log Message: ----------- Merge pull request #652 from jglick/saml Removing SAMLPluginTest Commit: 789dd8a89ea3957a483148b750d658cc4c1f7284 https://github.com/jenkinsci/acceptance-test-harness/commit/789dd8a89ea3957a483148b750d658cc4c1f7284 Author: Antonio Muñiz <[email protected]> Date: 2021-04-27 (Tue, 27 Apr 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release acceptance-test-harness-1.90 Commit: a58681ad7f08f106f0655205df17992f6b3ae444 https://github.com/jenkinsci/acceptance-test-harness/commit/a58681ad7f08f106f0655205df17992f6b3ae444 Author: Antonio Muñiz <[email protected]> Date: 2021-04-27 (Tue, 27 Apr 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: 977fed22458efe0b620e5b24c2a4e884d2f7ea63 https://github.com/jenkinsci/acceptance-test-harness/commit/977fed22458efe0b620e5b24c2a4e884d2f7ea63 Author: Antonio Muñiz <[email protected]> Date: 2021-04-29 (Thu, 29 Apr 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/po/PluginManager.java Log Message: ----------- Reduce flakiness on plugins check I've observed this failing with `StaleElementReferenceException` from time to time. I tracked it down to the plugin manager UI dynamic behaviour (DOM elements show up and down) so the initially select element becomes stale after a few milliseconds. There is no way to know if the element will become stale or not, so the only way I found to make this less flaky is by waiting 1 second and retrying, then give up if it fails again. Commit: 0ab257df0d9f0f0c53fe93024225a7022644ebc0 https://github.com/jenkinsci/acceptance-test-harness/commit/0ab257df0d9f0f0c53fe93024225a7022644ebc0 Author: Antonio Muñiz <[email protected]> Date: 2021-04-29 (Thu, 29 Apr 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/po/PluginManager.java Log Message: ----------- Use a smarter wait Commit: d3c7beb5ffcff2a7463b1869d54fe6a55e189be9 https://github.com/jenkinsci/acceptance-test-harness/commit/d3c7beb5ffcff2a7463b1869d54fe6a55e189be9 Author: Antonio Muniz <[email protected]> Date: 2021-05-03 (Mon, 03 May 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/po/PluginManager.java Log Message: ----------- Merge pull request #659 from amuniz/plugin-select Reduce flakiness on plugins check Commit: c3250933e22326b7fa7dd19af0ecffa3a7210b04 https://github.com/jenkinsci/acceptance-test-harness/commit/c3250933e22326b7fa7dd19af0ecffa3a7210b04 Author: Antonio Muñiz <[email protected]> Date: 2021-05-03 (Mon, 03 May 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release acceptance-test-harness-1.91 Commit: 56cd99441040d0784161930c4d107d4e8430c42d https://github.com/jenkinsci/acceptance-test-harness/commit/56cd99441040d0784161930c4d107d4e8430c42d Author: Antonio Muñiz <[email protected]> Date: 2021-05-03 (Mon, 03 May 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: 8132eeca690ab5635e04aac74cd0a97d7638d3b4 https://github.com/jenkinsci/acceptance-test-harness/commit/8132eeca690ab5635e04aac74cd0a97d7638d3b4 Author: Vincent Latombe <[email protected]> Date: 2021-05-05 (Wed, 05 May 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/po/Jenkins.java Log Message: ----------- Support bundle should not fail when crumb issuer is disabled Commit: fb582d91d50b95be7c54682df0a767a30f0f1209 https://github.com/jenkinsci/acceptance-test-harness/commit/fb582d91d50b95be7c54682df0a767a30f0f1209 Author: James Nord <[email protected]> Date: 2021-05-05 (Wed, 05 May 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/po/Jenkins.java Log Message: ----------- Merge pull request #660 from Vlatombe/support-bundle-with-disabled-crumb Support bundle should not fail when crumb issuer is disabled Commit: 842fd1d92cd37c5435c732a5dfe2391d6e32d38f https://github.com/jenkinsci/acceptance-test-harness/commit/842fd1d92cd37c5435c732a5dfe2391d6e32d38f Author: James Nord <[email protected]> Date: 2021-05-05 (Wed, 05 May 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release acceptance-test-harness-1.92 Commit: 86868cd4e88acba1fc3c07b80e5b753c8ca66eca https://github.com/jenkinsci/acceptance-test-harness/commit/86868cd4e88acba1fc3c07b80e5b753c8ca66eca Author: James Nord <[email protected]> Date: 2021-05-05 (Wed, 05 May 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: a4e825d59e5c31b3dc1235c95024ca91c30af0c1 https://github.com/jenkinsci/acceptance-test-harness/commit/a4e825d59e5c31b3dc1235c95024ca91c30af0c1 Author: Vincent Latombe <[email protected]> Date: 2021-05-17 (Mon, 17 May 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/po/CommandSlaveLauncher.java Log Message: ----------- [JENKINS-65398] Apply matching changes for terminology updates to command-launcher (#661) https://github.com/jenkinsci/command-launcher-plugin/pull/19 Commit: a996a8662ca2a732ca3aee8654ab82f6fb9edeb7 https://github.com/jenkinsci/acceptance-test-harness/commit/a996a8662ca2a732ca3aee8654ab82f6fb9edeb7 Author: Vincent Latombe <[email protected]> Date: 2021-05-18 (Tue, 18 May 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release acceptance-test-harness-1.93 Commit: 9d0c71345f7bcf453746a9f2a0f822c7b37f24d0 https://github.com/jenkinsci/acceptance-test-harness/commit/9d0c71345f7bcf453746a9f2a0f822c7b37f24d0 Author: Vincent Latombe <[email protected]> Date: 2021-05-18 (Tue, 18 May 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: 97bd75120a14fe6fc4f66fbccf0cf86c1861cd23 https://github.com/jenkinsci/acceptance-test-harness/commit/97bd75120a14fe6fc4f66fbccf0cf86c1861cd23 Author: James Nord <[email protected]> Date: 2021-05-20 (Thu, 20 May 2021) Changed paths: M src/test/java/core/FreestyleJobTest.java Log Message: ----------- [JENKINS-65587] fix FreestyleJobTest#should_visit_build_with_permalink in latest cores Commit: d14988869b66962b767cb1cfd6ed53f9661fd5fc https://github.com/jenkinsci/acceptance-test-harness/commit/d14988869b66962b767cb1cfd6ed53f9661fd5fc Author: Jesse Glick <[email protected]> Date: 2021-05-21 (Fri, 21 May 2021) Changed paths: M src/test/java/core/FreestyleJobTest.java Log Message: ----------- Merge pull request #662 from jtnord/JENKINS-65587 [JENKINS-65587] fix FreestyleJobTest#should_visit_build_with_permalink in latest cores Commit: 100ae5971c30146690d1ae07a7a6ed212846b00d https://github.com/jenkinsci/acceptance-test-harness/commit/100ae5971c30146690d1ae07a7a6ed212846b00d Author: James Nord <[email protected]> Date: 2021-05-27 (Thu, 27 May 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release acceptance-test-harness-1.94 Commit: 53ab0246e6a3a334d503e8e2aadda91045175dfa https://github.com/jenkinsci/acceptance-test-harness/commit/53ab0246e6a3a334d503e8e2aadda91045175dfa Author: James Nord <[email protected]> Date: 2021-05-27 (Thu, 27 May 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: e5e62e76c02c691370b7eebd49d44ce34aa3bca9 https://github.com/jenkinsci/acceptance-test-harness/commit/e5e62e76c02c691370b7eebd49d44ce34aa3bca9 Author: James Nord <[email protected]> Date: 2021-06-03 (Thu, 03 Jun 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/docker/fixtures/SvnContainer.java M src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/SvnContainer/Dockerfile R src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/SvnContainer/config/config.php M src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/SvnContainer/config/dav_svn.conf M src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/SvnContainer/config/supervisord.conf A src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/SvnContainer/config/viewvc.conf M src/test/java/plugins/SubversionPluginTest.java Log Message: ----------- fix subversion test. The subversion container could no longer be built as the ubuntu version was no longer supported and its repos removed. Switched to Debain (from ubuntu) as this contained packages for everything that was required. Using ViewVC not webSVN now - but nothing was actually using this (we could remove it entierly if we want. took the opertunity to cleanup the docker file Commit: d0ec750d64f28959eea6ef4781606bdc9a840f12 https://github.com/jenkinsci/acceptance-test-harness/commit/d0ec750d64f28959eea6ef4781606bdc9a840f12 Author: James Nord <[email protected]> Date: 2021-06-03 (Thu, 03 Jun 2021) Changed paths: M src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/LdapContainer/Dockerfile Log Message: ----------- Update image to no longer use the ubuntu precise repo Ubuntu Precise is no longer supported and the container can not be built. Switch to Focal as the most recent ubuntu LTS Commit: 83f372479c7d765be8a52900fe0f8677627aabe5 https://github.com/jenkinsci/acceptance-test-harness/commit/83f372479c7d765be8a52900fe0f8677627aabe5 Author: James Nord <[email protected]> Date: 2021-06-04 (Fri, 04 Jun 2021) Changed paths: M src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/LdapContainer/Dockerfile Log Message: ----------- Merge pull request #664 from jtnord/fix-ldap-container Update LdapContainer image to no longer use the ubuntu precise repo Commit: b9b861d77b984e942cb4331c179ece9d5f880cd0 https://github.com/jenkinsci/acceptance-test-harness/commit/b9b861d77b984e942cb4331c179ece9d5f880cd0 Author: James Nord <[email protected]> Date: 2021-06-04 (Fri, 04 Jun 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/docker/fixtures/SvnContainer.java M src/test/java/plugins/SubversionPluginTest.java M src/test/java/plugins/WorkflowPluginTest.java Log Message: ----------- Change another unsave(sic) to Unauthenticated Commit: 863e5230b7ab9432ab02ccbf07aa4d10acecdcb2 https://github.com/jenkinsci/acceptance-test-harness/commit/863e5230b7ab9432ab02ccbf07aa4d10acecdcb2 Author: James Nord <[email protected]> Date: 2021-06-04 (Fri, 04 Jun 2021) Changed paths: M src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/SvnContainer/config/supervisord.conf Log Message: ----------- route logs to docker for debugging A failed test on ci.jenkins.io showed apache terminating for some reason that will only be in a file inside the container... which is not much help. Looks like this is infra related (possibly not enough memory as it worked on the next run..) Commit: 4bc2291cd2880e3816b02bf2aa9dd7cb86368a2a https://github.com/jenkinsci/acceptance-test-harness/commit/4bc2291cd2880e3816b02bf2aa9dd7cb86368a2a Author: James Nord <[email protected]> Date: 2021-06-04 (Fri, 04 Jun 2021) Changed paths: M src/test/java/plugins/GitPluginTest.java Log Message: ----------- [JENKINS-38676] adapt test to code changes https://github.com/jenkinsci/git-plugin/pull/1067/ changed the format of this message, updating test accordingly Commit: 4a11328f34b99d7906659e20eb5ea007ca276484 https://github.com/jenkinsci/acceptance-test-harness/commit/4a11328f34b99d7906659e20eb5ea007ca276484 Author: James Nord <[email protected]> Date: 2021-06-04 (Fri, 04 Jun 2021) Changed paths: M src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/SvnContainer/Dockerfile Log Message: ----------- wait for apache to exit correctly so it will start apache2 had not fully stopped and so would not always start up. this caused some tests to randomly fail with somethign like the following in the logs. ``` 2021-06-04 13:05:16,519 INFO Set uid to user 0 succeeded 2021-06-04 13:05:16,520 INFO supervisord started with pid 1 2021-06-04 13:05:17,522 INFO spawned: 'svnserve' with pid 9 2021-06-04 13:05:17,524 INFO spawned: 'ssh' with pid 10 2021-06-04 13:05:17,525 INFO spawned: 'apache2' with pid 11 Server listening on 0.0.0.0 port 22. Server listening on :: port 22. [Fri Jun 04 13:05:17.552862 2021] [so:warn] [pid 11] AH01574: module dav_module is already loaded, skipping AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.3. Set the 'ServerName' directive globally to suppress this message httpd (pid 9) already running 2021-06-04 13:05:17,567 INFO exited: apache2 (exit status 0; not expected) 2021-06-04 13:05:18,568 INFO success: svnserve entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2021-06-04 13:05:18,568 INFO success: ssh entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2021-06-04 13:05:18,569 INFO spawned: 'apache2' with pid 12 [Fri Jun 04 13:05:18.598125 2021] [so:warn] [pid 12] AH01574: module dav_module is already loaded, skipping AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.3. Set the 'ServerName' directive globally to suppress this message httpd (pid 9) already running 2021-06-04 13:05:18,613 INFO exited: apache2 (exit status 0; not expected) 2021-06-04 13:05:20,616 INFO spawned: 'apache2' with pid 13 [Fri Jun 04 13:05:20.641513 2021] [so:warn] [pid 13] AH01574: module dav_module is already loaded, skipping AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.3. Set the 'ServerName' directive globally to suppress this message httpd (pid 9) already running 2021-06-04 13:05:20,655 INFO exited: apache2 (exit status 0; not expected) 2021-06-04 13:05:23,660 INFO spawned: 'apache2' with pid 14 [Fri Jun 04 13:05:23.686608 2021] [so:warn] [pid 14] AH01574: module dav_module is already loaded, skipping AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.3. Set the 'ServerName' directive globally to suppress this message httpd (pid 9) already running 2021-06-04 13:05:23,700 INFO exited: apache2 (exit status 0; not expected) 2021-06-04 13:05:24,701 INFO gave up: apache2 entered FATAL state, too many start retries too quickly ``` Commit: 4d0cc04f93590e4e410b682934e6d9e4216d8011 https://github.com/jenkinsci/acceptance-test-harness/commit/4d0cc04f93590e4e410b682934e6d9e4216d8011 Author: James Nord <[email protected]> Date: 2021-06-04 (Fri, 04 Jun 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/docker/fixtures/SvnContainer.java M src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/SvnContainer/Dockerfile R src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/SvnContainer/config/config.php M src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/SvnContainer/config/dav_svn.conf M src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/SvnContainer/config/supervisord.conf A src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/SvnContainer/config/viewvc.conf M src/test/java/plugins/SubversionPluginTest.java M src/test/java/plugins/WorkflowPluginTest.java Log Message: ----------- Merge pull request #663 from jtnord/fix-svn-container fix subversion test. Commit: 831c848972a8c13502b9354d503132bb4ccd65ac https://github.com/jenkinsci/acceptance-test-harness/commit/831c848972a8c13502b9354d503132bb4ccd65ac Author: James Nord <[email protected]> Date: 2021-06-04 (Fri, 04 Jun 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release acceptance-test-harness-1.95 Commit: 8b204ef6b9439ed0dbdfc395ccb782750a744408 https://github.com/jenkinsci/acceptance-test-harness/commit/8b204ef6b9439ed0dbdfc395ccb782750a744408 Author: James Nord <[email protected]> Date: 2021-06-04 (Fri, 04 Jun 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: a7d571e16c57a7db9e93a94eaba1efbd6d42df55 https://github.com/jenkinsci/acceptance-test-harness/commit/a7d571e16c57a7db9e93a94eaba1efbd6d42df55 Author: James Nord <[email protected]> Date: 2021-06-04 (Fri, 04 Jun 2021) Changed paths: M src/test/java/plugins/GitPluginTest.java Log Message: ----------- Update GitPluginTest.java Add backward compatability with the regex check. Commit: 4ac5cfc69d22eb3bf78ce81aeeca723a5ce7c3d8 https://github.com/jenkinsci/acceptance-test-harness/commit/4ac5cfc69d22eb3bf78ce81aeeca723a5ce7c3d8 Author: James Nord <[email protected]> Date: 2021-06-04 (Fri, 04 Jun 2021) Changed paths: M src/test/java/core/FormValidationTest.java Log Message: ----------- Adapt to changes in validate text Commit: f38de77e5c36f675441497db3b605cb8298163b3 https://github.com/jenkinsci/acceptance-test-harness/commit/f38de77e5c36f675441497db3b605cb8298163b3 Author: James Nord <[email protected]> Date: 2021-06-04 (Fri, 04 Jun 2021) Changed paths: M src/main/tool_installers/updates/hudson.plugins.groovy.GroovyInstaller Log Message: ----------- Fix GroovyPluginTest.run_groovy Bintray is no more, so get the groovy artifacts from https://groovy.jfrog.io/ui/packages which is the same place as a real jenkins would get them from. Commit: bc8d335e97b6d7bb3f7dfd424ef0344a3eb6178b https://github.com/jenkinsci/acceptance-test-harness/commit/bc8d335e97b6d7bb3f7dfd424ef0344a3eb6178b Author: James Nord <[email protected]> Date: 2021-06-04 (Fri, 04 Jun 2021) Changed paths: M src/main/tool_installers/updates/hudson.plugins.groovy.GroovyInstaller Log Message: ----------- Merge pull request #668 from jtnord/fix-groovy-test Fix GroovyPluginTest.run_groovy Commit: 6af029eaaf92a3302961b73c170594419e809c6d https://github.com/jenkinsci/acceptance-test-harness/commit/6af029eaaf92a3302961b73c170594419e809c6d Author: James Nord <[email protected]> Date: 2021-06-04 (Fri, 04 Jun 2021) Changed paths: M src/test/java/plugins/GitPluginTest.java Log Message: ----------- Merge pull request #666 from jenkinsci/adapt-to-git-plugin_PR1067 [JENKINS-38676] adapt git plugin test to code changes Commit: 24699d2afbfe908c25b99d54564bb22b89eb8d7d https://github.com/jenkinsci/acceptance-test-harness/commit/24699d2afbfe908c25b99d54564bb22b89eb8d7d Author: James Nord <[email protected]> Date: 2021-06-04 (Fri, 04 Jun 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/plugins/nodelabelparameter/NodeParameter.java M src/main/java/org/jenkinsci/test/acceptance/po/Job.java Log Message: ----------- Fix (some of) the NodeLabelParameterPluginTest the test was firstly failing as the PageObject was selecting the wrong part of the page in the job. secondly selecting a node was using an incorrect control there are still failures in 3 tests that I have not looked at that also need fixing. Commit: 1e2ba8e9da6538136809aab5d933e6f25ae6cb96 https://github.com/jenkinsci/acceptance-test-harness/commit/1e2ba8e9da6538136809aab5d933e6f25ae6cb96 Author: Vincent Latombe <[email protected]> Date: 2021-06-07 (Mon, 07 Jun 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/utils/aether/ArtifactResolverUtil.java M src/main/resources/ath-container/run.sh Log Message: ----------- Should use https Commit: 809cab57056f1a2f1ed21570f6813f0a12fcd8cc https://github.com/jenkinsci/acceptance-test-harness/commit/809cab57056f1a2f1ed21570f6813f0a12fcd8cc Author: Vincent Latombe <[email protected]> Date: 2021-06-07 (Mon, 07 Jun 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/utils/aether/ArtifactResolverUtil.java M src/main/resources/ath-container/run.sh Log Message: ----------- Merge pull request #670 from Vlatombe/https Should use https Commit: daaa48665232b64e03bf64eeab349b4e0045bd02 https://github.com/jenkinsci/acceptance-test-harness/commit/daaa48665232b64e03bf64eeab349b4e0045bd02 Author: Vincent Latombe <[email protected]> Date: 2021-06-07 (Mon, 07 Jun 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release acceptance-test-harness-1.96 Commit: 350789d64b756f5e5aba66e59e27fd24b655ac92 https://github.com/jenkinsci/acceptance-test-harness/commit/350789d64b756f5e5aba66e59e27fd24b655ac92 Author: Vincent Latombe <[email protected]> Date: 2021-06-07 (Mon, 07 Jun 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: 69a6ada4e13d79b503628219bc08ec6ce3dbc804 https://github.com/jenkinsci/acceptance-test-harness/commit/69a6ada4e13d79b503628219bc08ec6ce3dbc804 Author: Damien Duportal <[email protected]> Date: 2021-06-16 (Wed, 16 Jun 2021) Changed paths: M Jenkinsfile M src/main/resources/ath-container/Dockerfile Log Message: ----------- fix: specifies UID and GID from the user running pipeline (#672) Fixes https://issues.jenkins.io/browse/INFRA-3006 until the docker.inside is removed. Root cause was https://github.com/jenkins-infra/packer-images/pull/57 which changed the default UID if the agent's `jenkins` user. Signed-off-by: Damien Duportal <[email protected]> Commit: fb54472eefa4c38a45f094e1777695a10489b551 https://github.com/jenkinsci/acceptance-test-harness/commit/fb54472eefa4c38a45f094e1777695a10489b551 Author: Vincent Latombe <[email protected]> Date: 2021-06-21 (Mon, 21 Jun 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/controller/LocalController.java Log Message: ----------- Don't display an ugly stacktrace if the JENKINS_HOME doesn't exist when cleaning up java.lang.RuntimeException: java.io.FileNotFoundException: File does not exist: [redacted] at org.jenkinsci.test.acceptance.controller.LocalController.tearDown(LocalController.java:295) at org.jenkinsci.test.acceptance.controller.JenkinsController.close(JenkinsController.java:138) at org.jenkinsci.test.acceptance.guice.TestCleaner.performCleanUp(TestCleaner.java:23) at org.jenkinsci.test.acceptance.guice.World.endTestScope(World.java:66) at org.jenkinsci.test.acceptance.junit.JenkinsAcceptanceTestRule$1.evaluate(JenkinsAcceptanceTestRule.java:64) ... 30 more Caused by: java.io.FileNotFoundException: File does not exist: [redacted] at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:2275) at org.jenkinsci.test.acceptance.controller.LocalController.tearDown(LocalController.java:286) ... 35 more Commit: 2df9605e111467bbb6b36e2850af24097c3bfe8a https://github.com/jenkinsci/acceptance-test-harness/commit/2df9605e111467bbb6b36e2850af24097c3bfe8a Author: Vincent Latombe <[email protected]> Date: 2021-06-21 (Mon, 21 Jun 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/po/UpdateCenter.java Log Message: ----------- Refresh plugin updates page sometimes while waiting for plugins to install Commit: db8560ea65beb8b9863bfd3d9a7ea61ce9eca1a8 https://github.com/jenkinsci/acceptance-test-harness/commit/db8560ea65beb8b9863bfd3d9a7ea61ce9eca1a8 Author: Vincent Latombe <[email protected]> Date: 2021-06-21 (Mon, 21 Jun 2021) Changed paths: M pom.xml Log Message: ----------- Updates browserup-proxy to 2.1.2 Commit: 468e90186c836877e5f159bc140fac0bfc6fd22e https://github.com/jenkinsci/acceptance-test-harness/commit/468e90186c836877e5f159bc140fac0bfc6fd22e Author: Ramon Leon <[email protected]> Date: 2021-06-22 (Tue, 22 Jun 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/plugins/config_file_provider/CustomConfig.java M src/main/java/org/jenkinsci/test/acceptance/plugins/config_file_provider/ProvidedFile.java Log Message: ----------- Fix latest changes of Config File Provider - Remove link which is no longer an anchor - The custom file content is now a CodeMirror element Commit: 0e667a6c99f64934effc4b723cfee02a7c04d860 https://github.com/jenkinsci/acceptance-test-harness/commit/0e667a6c99f64934effc4b723cfee02a7c04d860 Author: Ramon Leon <[email protected]> Date: 2021-06-22 (Tue, 22 Jun 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/plugins/config_file_provider/ProvidedFile.java Log Message: ----------- Fix version for new remove element Commit: c9b302831cf5071f4ba6013b9fd07cc4798d965b https://github.com/jenkinsci/acceptance-test-harness/commit/c9b302831cf5071f4ba6013b9fd07cc4798d965b Author: Ramon Leon <[email protected]> Date: 2021-06-24 (Thu, 24 Jun 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/plugins/config_file_provider/ProvidedFile.java Log Message: ----------- Remove unused remove method for configfileprovider Commit: 44444ebfd331206e64076cc7204624ef5f6009ec https://github.com/jenkinsci/acceptance-test-harness/commit/44444ebfd331206e64076cc7204624ef5f6009ec Author: Vincent Latombe <[email protected]> Date: 2021-07-01 (Thu, 01 Jul 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/controller/LocalController.java Log Message: ----------- Merge pull request #673 from Vlatombe/localController-tearDown Don't display an ugly stacktrace if the JENKINS_HOME doesn't exist when cleaning up Commit: 7f5804115dc571144a0c8cdded440ea6027f2c40 https://github.com/jenkinsci/acceptance-test-harness/commit/7f5804115dc571144a0c8cdded440ea6027f2c40 Author: Vincent Latombe <[email protected]> Date: 2021-07-01 (Thu, 01 Jul 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/po/UpdateCenter.java Log Message: ----------- Merge pull request #674 from Vlatombe/updatecenter-flakiness Refresh plugin updates page sometimes while waiting for plugins to install Commit: 13a9d9746756e48ff0bf9d4dd1577887b954713d https://github.com/jenkinsci/acceptance-test-harness/commit/13a9d9746756e48ff0bf9d4dd1577887b954713d Author: Vincent Latombe <[email protected]> Date: 2021-07-01 (Thu, 01 Jul 2021) Changed paths: M pom.xml Log Message: ----------- Merge pull request #675 from Vlatombe/update-browserup-2.1.2 Updates browserup-proxy to 2.1.2 Commit: fcfd234b3c749edf5c883701b0b2cb2a9e14be33 https://github.com/jenkinsci/acceptance-test-harness/commit/fcfd234b3c749edf5c883701b0b2cb2a9e14be33 Author: Vincent Latombe <[email protected]> Date: 2021-07-01 (Thu, 01 Jul 2021) Changed paths: M src/test/java/core/FormValidationTest.java Log Message: ----------- Merge pull request #667 from jtnord/adapt-to-jenkins-pr-5538 Adapt to changes in validate text Commit: 0b3651e612306773932821914794665b6d61c73b https://github.com/jenkinsci/acceptance-test-harness/commit/0b3651e612306773932821914794665b6d61c73b Author: Vincent Latombe <[email protected]> Date: 2021-07-01 (Thu, 01 Jul 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release acceptance-test-harness-1.97 Commit: 3f10b3c969239c2f70b32b2eae7634837544b21d https://github.com/jenkinsci/acceptance-test-harness/commit/3f10b3c969239c2f70b32b2eae7634837544b21d Author: Vincent Latombe <[email protected]> Date: 2021-07-01 (Thu, 01 Jul 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: cc38b982361c411df1066ccbefb722b9926436ec https://github.com/jenkinsci/acceptance-test-harness/commit/cc38b982361c411df1066ccbefb722b9926436ec Author: James Nord <[email protected]> Date: 2021-07-06 (Tue, 06 Jul 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/plugins/config_file_provider/CustomConfig.java M src/main/java/org/jenkinsci/test/acceptance/plugins/config_file_provider/ProvidedFile.java Log Message: ----------- Merge pull request #676 from MRamonLeon/fix-config-file-provider-3.8.0 Fix latest changes of Config File Provider Commit: bbc7df3ff04ee75dca0560b9fcfdaa12df0b6fd4 https://github.com/jenkinsci/acceptance-test-harness/commit/bbc7df3ff04ee75dca0560b9fcfdaa12df0b6fd4 Author: James Nord <[email protected]> Date: 2021-07-06 (Tue, 06 Jul 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release acceptance-test-harness-1.98 Commit: 5ea5b37051dce12f6d0df9a8bd3d557252411aaa https://github.com/jenkinsci/acceptance-test-harness/commit/5ea5b37051dce12f6d0df9a8bd3d557252411aaa Author: James Nord <[email protected]> Date: 2021-07-06 (Tue, 06 Jul 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: 1a3674abb5f6db221d098ceaaff5c58c4a77b616 https://github.com/jenkinsci/acceptance-test-harness/commit/1a3674abb5f6db221d098ceaaff5c58c4a77b616 Author: Jon Sten <[email protected]> Date: 2021-07-08 (Thu, 08 Jul 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/utils/FormElementPath.java Log Message: ----------- Add ability to skip form-element-path plugin check Its not always possible to check for and install plugins when running tests against protected Jenkins instances where the test user has limited access. Commit: 58dfc09e0fe1ce187516e74f24b7d2e2ed7e21fb https://github.com/jenkinsci/acceptance-test-harness/commit/58dfc09e0fe1ce187516e74f24b7d2e2ed7e21fb Author: Francisco Javier Fernandez Gonzalez <[email protected]> Date: 2021-08-04 (Wed, 04 Aug 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/controller/WinstoneController.java A src/main/java/org/jenkinsci/test/acceptance/junit/WithSystemProperties.java A src/test/java/org/jenkinsci/test/acceptance/junit/WithSystemPropertiesTest.java Log Message: ----------- Add annotation to add System properties Commit: 1a74c804157c1ec32001412af3afa1434d9faae6 https://github.com/jenkinsci/acceptance-test-harness/commit/1a74c804157c1ec32001412af3afa1434d9faae6 Author: Francisco Javier Fernandez Gonzalez <[email protected]> Date: 2021-08-05 (Thu, 05 Aug 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/junit/WithSystemProperties.java Log Message: ----------- Fix javadoc Commit: e58006c266b3b6db1ce1fb0eb41fbacc439d4764 https://github.com/jenkinsci/acceptance-test-harness/commit/e58006c266b3b6db1ce1fb0eb41fbacc439d4764 Author: Francisco Javier Fernandez Gonzalez <[email protected]> Date: 2021-08-05 (Thu, 05 Aug 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/controller/LocalController.java Log Message: ----------- Fix error tearing down Commit: 757bad4960daa87775e7e6c5d749ea60ea2b7461 https://github.com/jenkinsci/acceptance-test-harness/commit/757bad4960daa87775e7e6c5d749ea60ea2b7461 Author: Francisco Javier Fernandez Gonzalez <[email protected]> Date: 2021-08-06 (Fri, 06 Aug 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/controller/WinstoneController.java Log Message: ----------- System properties cannot be static so they are for a single test Commit: bc8582651da1c3ebab02e45d5365667cc8fd6100 https://github.com/jenkinsci/acceptance-test-harness/commit/bc8582651da1c3ebab02e45d5365667cc8fd6100 Author: Francisco Javier Fernandez Gonzalez <[email protected]> Date: 2021-08-06 (Fri, 06 Aug 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/controller/LocalController.java Log Message: ----------- Undo change calling FileUtils Commit: a2cb686cda2bf4425a30c6a5b00b73c86b451f09 https://github.com/jenkinsci/acceptance-test-harness/commit/a2cb686cda2bf4425a30c6a5b00b73c86b451f09 Author: Francisco Javier Fernandez Gonzalez <[email protected]> Date: 2021-08-11 (Wed, 11 Aug 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/controller/WinstoneController.java M src/main/java/org/jenkinsci/test/acceptance/junit/WithSystemProperties.java M src/test/java/org/jenkinsci/test/acceptance/junit/WithSystemPropertiesTest.java Log Message: ----------- Do not add -D to the properties Commit: 96671bf9e4cabc376efb56e3f801d356d528b767 https://github.com/jenkinsci/acceptance-test-harness/commit/96671bf9e4cabc376efb56e3f801d356d528b767 Author: Francisco Javier Fernandez Gonzalez <[email protected]> Date: 2021-08-11 (Wed, 11 Aug 2021) Changed paths: A src/main/java/org/jenkinsci/test/acceptance/junit/WithJavaOptions.java R src/main/java/org/jenkinsci/test/acceptance/junit/WithSystemProperties.java A src/test/java/org/jenkinsci/test/acceptance/junit/WithJavaOptionsTest.java R src/test/java/org/jenkinsci/test/acceptance/junit/WithSystemPropertiesTest.java Log Message: ----------- Rename annotation to WithJavaOptions Commit: bbe9482af1ee720b79e01a9478999fb6b83b3b58 https://github.com/jenkinsci/acceptance-test-harness/commit/bbe9482af1ee720b79e01a9478999fb6b83b3b58 Author: Francisco Javier Fernandez <[email protected]> Date: 2021-08-11 (Wed, 11 Aug 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/controller/WinstoneController.java Log Message: ----------- Update src/main/java/org/jenkinsci/test/acceptance/controller/WinstoneController.java Co-authored-by: James Nord <[email protected]> Commit: 2399845cfbf9bc568e0791746f0565b2682b0778 https://github.com/jenkinsci/acceptance-test-harness/commit/2399845cfbf9bc568e0791746f0565b2682b0778 Author: James Nord <[email protected]> Date: 2021-08-11 (Wed, 11 Aug 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/controller/WinstoneController.java A src/main/java/org/jenkinsci/test/acceptance/junit/WithJavaOptions.java A src/test/java/org/jenkinsci/test/acceptance/junit/WithJavaOptionsTest.java Log Message: ----------- Merge pull request #678 from fcojfernandez/with-system-properties-annotation New WithSystemProperties annotation to add System properties to a single test execution Commit: 8f7034a8e27f171234e3e7febdd00a2cc215f239 https://github.com/jenkinsci/acceptance-test-harness/commit/8f7034a8e27f171234e3e7febdd00a2cc215f239 Author: James Nord <[email protected]> Date: 2021-08-11 (Wed, 11 Aug 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release acceptance-test-harness-1.99 Commit: bb891a83390c5789e5ab0aac13ace238808e91e3 https://github.com/jenkinsci/acceptance-test-harness/commit/bb891a83390c5789e5ab0aac13ace238808e91e3 Author: James Nord <[email protected]> Date: 2021-08-11 (Wed, 11 Aug 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: a6743b7b456ec00357f0da93ff94dbfea789269a https://github.com/jenkinsci/acceptance-test-harness/commit/a6743b7b456ec00357f0da93ff94dbfea789269a Author: Vincent Latombe <[email protected]> Date: 2021-08-18 (Wed, 18 Aug 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/utils/FormElementPath.java Log Message: ----------- Merge pull request #677 from jonsten/skipPluginCheck Add ability to skip form-element-path plugin check Commit: 5ae115177e788705f8f23556fd3d45411a7f0ba8 https://github.com/jenkinsci/acceptance-test-harness/commit/5ae115177e788705f8f23556fd3d45411a7f0ba8 Author: Vincent Latombe <[email protected]> Date: 2021-08-27 (Fri, 27 Aug 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/po/ConfigurablePageObject.java Log Message: ----------- Wait for ConfigurablePageObject elements even if we don't need to navigate Commit: 6195f839946209926c6d706c45ba4b068d40728e https://github.com/jenkinsci/acceptance-test-harness/commit/6195f839946209926c6d706c45ba4b068d40728e Author: Vincent Latombe <[email protected]> Date: 2021-08-27 (Fri, 27 Aug 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/FallbackConfig.java Log Message: ----------- Trying out the workaround mentioned at https://bugzilla.mozilla.org/show_bug.cgi?id=1693857 Commit: f7840061f2c376c39adc8588d0d401964837c2c9 https://github.com/jenkinsci/acceptance-test-harness/commit/f7840061f2c376c39adc8588d0d401964837c2c9 Author: Vincent Latombe <[email protected]> Date: 2021-08-27 (Fri, 27 Aug 2021) Changed paths: M src/test/java/core/FormValidationTest.java Log Message: ----------- Revert "[JENKINS-65016] ignore failures from buggy firefox" This reverts commit a2550d25ccd4d22918d307b1d5b7a22ff0822ad2. Commit: 38ae490e04e1a77e124f72c7488af19a9eda8300 https://github.com/jenkinsci/acceptance-test-harness/commit/38ae490e04e1a77e124f72c7488af19a9eda8300 Author: Vincent Latombe <[email protected]> Date: 2021-08-27 (Fri, 27 Aug 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/FallbackConfig.java M src/test/java/core/FormValidationTest.java Log Message: ----------- Need to explicitly navigate away on firefox otherwise the alert doesn't get discarded Commit: abf47c307ba36863c65c5489c66ce9d9eccce90f https://github.com/jenkinsci/acceptance-test-harness/commit/abf47c307ba36863c65c5489c66ce9d9eccce90f Author: Vincent Latombe <[email protected]> Date: 2021-08-30 (Mon, 30 Aug 2021) Changed paths: M src/test/java/plugins/AuditTrailPluginTest.java Log Message: ----------- Fix AuditTrailPluginTest Commit: 77b36ea62896a2dfba0dbbc49ad7b9a64f38c0cb https://github.com/jenkinsci/acceptance-test-harness/commit/77b36ea62896a2dfba0dbbc49ad7b9a64f38c0cb Author: Vincent Latombe <[email protected]> Date: 2021-08-31 (Tue, 31 Aug 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/FallbackConfig.java Log Message: ----------- Use constant also here Commit: 8ffeac1c99ab60fc92c9e2fb80a25abe54575280 https://github.com/jenkinsci/acceptance-test-harness/commit/8ffeac1c99ab60fc92c9e2fb80a25abe54575280 Author: Carroll Chiou <[email protected]> Date: 2021-09-02 (Thu, 02 Sep 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/plugins/workflow_shared_library/WorkflowGithubSharedLibrary.java Log Message: ----------- update WorkflowGithubSharedLibrary for JENKINS-62813 Commit: 292f877443d96a16181454af3836a4f453094623 https://github.com/jenkinsci/acceptance-test-harness/commit/292f877443d96a16181454af3836a4f453094623 Author: Vincent Latombe <[email protected]> Date: 2021-09-07 (Tue, 07 Sep 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/po/ConfigurablePageObject.java Log Message: ----------- Merge pull request #679 from Vlatombe/configurable-page-object-wait Wait for ConfigurablePageObject elements even if we don't need to navigate Commit: 9fe16269a5d6b41c920e1d8292fd69a6a406c91f https://github.com/jenkinsci/acceptance-test-harness/commit/9fe16269a5d6b41c920e1d8292fd69a6a406c91f Author: Vincent Latombe <[email protected]> Date: 2021-09-07 (Tue, 07 Sep 2021) Changed paths: M src/test/java/plugins/AuditTrailPluginTest.java Log Message: ----------- Merge pull request #681 from Vlatombe/fix-audit-trail-test Fix AuditTrailPluginTest Commit: 69fdf2ec0f87c575f36995193488df8cd1a28c3a https://github.com/jenkinsci/acceptance-test-harness/commit/69fdf2ec0f87c575f36995193488df8cd1a28c3a Author: Vincent Latombe <[email protected]> Date: 2021-09-07 (Tue, 07 Sep 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/FallbackConfig.java M src/test/java/core/FormValidationTest.java Log Message: ----------- Merge pull request #680 from Vlatombe/trying-out-firefox-workaround Trying out the firefox workaround mentioned in mozilla bugzilla Commit: 5fc0a6352f7d309c31ecaeed47119c2dc0f074d1 https://github.com/jenkinsci/acceptance-test-harness/commit/5fc0a6352f7d309c31ecaeed47119c2dc0f074d1 Author: Vincent Latombe <[email protected]> Date: 2021-09-07 (Tue, 07 Sep 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release acceptance-test-harness-1.100 Commit: c0e35e378b0e06c62da9d6237a49b351d42add7c https://github.com/jenkinsci/acceptance-test-harness/commit/c0e35e378b0e06c62da9d6237a49b351d42add7c Author: Vincent Latombe <[email protected]> Date: 2021-09-07 (Tue, 07 Sep 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: 6465285b80abc14099ebcb3adddd0518ba747c57 https://github.com/jenkinsci/acceptance-test-harness/commit/6465285b80abc14099ebcb3adddd0518ba747c57 Author: James Nord <[email protected]> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/plugins/workflow_shared_library/WorkflowGithubSharedLibrary.java Log Message: ----------- Merge pull request #682 from car-roll/workflow-cps-global-lib update WorkflowGithubSharedLibrary for JENKINS-62813 Commit: 0c37dd48d6d8f28d413fe2c35683481fad9e3b6b https://github.com/jenkinsci/acceptance-test-harness/commit/0c37dd48d6d8f28d413fe2c35683481fad9e3b6b Author: Vincent Latombe <[email protected]> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/po/CapybaraPortingLayerImpl.java Log Message: ----------- Workaround some problems with checking elements with tooltip Commit: e604e39481615d2c0d6ab15efed09443d95c979a https://github.com/jenkinsci/acceptance-test-harness/commit/e604e39481615d2c0d6ab15efed09443d95c979a Author: Vincent Latombe <[email protected]> Date: 2021-09-09 (Thu, 09 Sep 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/po/CapybaraPortingLayerImpl.java Log Message: ----------- Merge pull request #683 from Vlatombe/matrix-auth-reliability Workaround some problems with checking elements with tooltip Commit: 16ada53b363918627f6d1caef409f6f8825cf9fd https://github.com/jenkinsci/acceptance-test-harness/commit/16ada53b363918627f6d1caef409f6f8825cf9fd Author: Vincent Latombe <[email protected]> Date: 2021-09-09 (Thu, 09 Sep 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release acceptance-test-harness-1.101 Commit: 232cadee6c0f4d1a0626ec10f7a3a7f3e95572b7 https://github.com/jenkinsci/acceptance-test-harness/commit/232cadee6c0f4d1a0626ec10f7a3a7f3e95572b7 Author: Vincent Latombe <[email protected]> Date: 2021-09-09 (Thu, 09 Sep 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: fc714888bf21579281336fa591fac2303e37ebb2 https://github.com/jenkinsci/acceptance-test-harness/commit/fc714888bf21579281336fa591fac2303e37ebb2 Author: Vincent Latombe <[email protected]> Date: 2021-09-13 (Mon, 13 Sep 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/FallbackConfig.java Log Message: ----------- Set firefox options consistently (local, container, remote) Commit: ead094e31d10406d4429c7c6b1f92a02ca1fdecc https://github.com/jenkinsci/acceptance-test-harness/commit/ead094e31d10406d4429c7c6b1f92a02ca1fdecc Author: Vincent Latombe <[email protected]> Date: 2021-09-14 (Tue, 14 Sep 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/FallbackConfig.java Log Message: ----------- Merge pull request #684 from Vlatombe/firefox-options Set firefox options consistently (local, container, remote) Commit: accbcc385ef58801432f0f66125a710d8ea92ecf https://github.com/jenkinsci/acceptance-test-harness/commit/accbcc385ef58801432f0f66125a710d8ea92ecf Author: Vincent Latombe <[email protected]> Date: 2021-09-23 (Thu, 23 Sep 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/FallbackConfig.java Log Message: ----------- Fix up firefox closing in all cases Follows up on #680 and #684 Commit: e57d33760935e2d7fe516b7b35a70db6113b3cb1 https://github.com/jenkinsci/acceptance-test-harness/commit/e57d33760935e2d7fe516b7b35a70db6113b3cb1 Author: Vincent Latombe <[email protected]> Date: 2021-09-27 (Mon, 27 Sep 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/FallbackConfig.java Log Message: ----------- Revert this part as I don't think it is strictly necessary Commit: cda259c72bacfc01662ae148cde8de8925454b8c https://github.com/jenkinsci/acceptance-test-harness/commit/cda259c72bacfc01662ae148cde8de8925454b8c Author: Vincent Latombe <[email protected]> Date: 2021-09-27 (Mon, 27 Sep 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/FallbackConfig.java Log Message: ----------- Merge pull request #688 from Vlatombe/closing-firefox-alerts Commit: d7aae8734e5afee831bc966986562d283752539a https://github.com/jenkinsci/acceptance-test-harness/commit/d7aae8734e5afee831bc966986562d283752539a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2021-09-28 (Tue, 28 Sep 2021) Changed paths: M pom.xml Log Message: ----------- Bump jackson.version from 2.10.3 to 2.12.1 (#644) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Commit: 188b41547af6247bba49e038343f5603c791fd54 https://github.com/jenkinsci/acceptance-test-harness/commit/188b41547af6247bba49e038343f5603c791fd54 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2021-09-28 (Tue, 28 Sep 2021) Changed paths: M pom.xml Log Message: ----------- Bump guava from 28.2-jre to 29.0-jre (#654) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Commit: e8ae66f0fa203b3651032ef46fe00546a8e6fae2 https://github.com/jenkinsci/acceptance-test-harness/commit/e8ae66f0fa203b3651032ef46fe00546a8e6fae2 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2021-09-28 (Tue, 28 Sep 2021) Changed paths: M pom.xml Log Message: ----------- Bump commons-io from 2.6 to 2.7 (#658) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Commit: aea2ee189fde239cf3b72d6466f52d8a4318a943 https://github.com/jenkinsci/acceptance-test-harness/commit/aea2ee189fde239cf3b72d6466f52d8a4318a943 Author: Kenneth Rogers <[email protected]> Date: 2021-09-30 (Thu, 30 Sep 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/controller/WinstoneController.java Log Message: ----------- Change envVarOpts to protected for use in derived class Commit: 611f7babda860c2d93def09878c290267195c33e https://github.com/jenkinsci/acceptance-test-harness/commit/611f7babda860c2d93def09878c290267195c33e Author: Vincent Latombe <[email protected]> Date: 2021-10-01 (Fri, 01 Oct 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/controller/WinstoneController.java Log Message: ----------- Merge pull request #689 from kerogers-cloudbees/change-access Commit: 0afb7e3814c19533743c594ee6c5c84a41742ba6 https://github.com/jenkinsci/acceptance-test-harness/commit/0afb7e3814c19533743c594ee6c5c84a41742ba6 Author: Vincent Latombe <[email protected]> Date: 2021-10-01 (Fri, 01 Oct 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release acceptance-test-harness-1.102 Commit: e71f95d556f9ef164eeeb266d5615f237abb5eea https://github.com/jenkinsci/acceptance-test-harness/commit/e71f95d556f9ef164eeeb266d5615f237abb5eea Author: Vincent Latombe <[email protected]> Date: 2021-10-01 (Fri, 01 Oct 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: 74fc2517ca51c316fa66548dea97ec4364651ef5 https://github.com/jenkinsci/acceptance-test-harness/commit/74fc2517ca51c316fa66548dea97ec4364651ef5 Author: Oliver Gondža <[email protected]> Date: 2021-10-04 (Mon, 04 Oct 2021) Changed paths: M src/main/resources/ath-container/Dockerfile Log Message: ----------- ath-container: Bum maven version for plugins based on parent-pom:4.20 https://github.com/jenkinsci/plugin-pom/commit/826a0f18a91fe1bf3ca2c0e0f2ebd69af1224ebb Commit: 216d1d1bf069cc451c1d84524e2efc35a26f13de https://github.com/jenkinsci/acceptance-test-harness/commit/216d1d1bf069cc451c1d84524e2efc35a26f13de Author: Vincent Latombe <[email protected]> Date: 2021-10-04 (Mon, 04 Oct 2021) Changed paths: M src/test/java/plugins/MatrixPluginTest.java Log Message: ----------- Fix MatrixPluginTest#run_configurations_on_with_a_given_label for Jenkins 2.307+ Commit: d3707275ae5e73cbe7bf86a2a2e51c72d1861114 https://github.com/jenkinsci/acceptance-test-harness/commit/d3707275ae5e73cbe7bf86a2a2e51c72d1861114 Author: Vincent Latombe <[email protected]> Date: 2021-10-04 (Mon, 04 Oct 2021) Changed paths: M src/test/java/plugins/XUnitPluginTest.java Log Message: ----------- Fix selector for test result trend Commit: df5905be99eca6c9909aa5ae80e5164d8087c570 https://github.com/jenkinsci/acceptance-test-harness/commit/df5905be99eca6c9909aa5ae80e5164d8087c570 Author: Vincent Latombe <[email protected]> Date: 2021-10-04 (Mon, 04 Oct 2021) Changed paths: M src/test/java/plugins/OwnershipPluginTest.java Log Message: ----------- Fix OwnershipPluginTest#correct_redirect_after_save Commit: 99b7dafcf9b0a477f85a7767a4f83b45eaf6e97e https://github.com/jenkinsci/acceptance-test-harness/commit/99b7dafcf9b0a477f85a7767a4f83b45eaf6e97e Author: Vincent Latombe <[email protected]> Date: 2021-10-04 (Mon, 04 Oct 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/plugins/priority_sorter/PriorityConfig.java M src/main/java/org/jenkinsci/test/acceptance/po/Slave.java Log Message: ----------- Fix PrioritySorterPluginTest tests Commit: a98557baf5773f59765282984411ebe39d6feeee https://github.com/jenkinsci/acceptance-test-harness/commit/a98557baf5773f59765282984411ebe39d6feeee Author: Vincent Latombe <[email protected]> Date: 2021-10-04 (Mon, 04 Oct 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/po/View.java M src/test/java/plugins/JobDslPluginTest.java Log Message: ----------- Fix JobDslPluginTest#are_columns_created At some point after the latest LTS, icons were switched from png to svg Commit: 24dd8301eea3fbabfa2f179d50e6eb3abddb9dcd https://github.com/jenkinsci/acceptance-test-harness/commit/24dd8301eea3fbabfa2f179d50e6eb3abddb9dcd Author: Vincent Latombe <[email protected]> Date: 2021-10-04 (Mon, 04 Oct 2021) Changed paths: M src/test/java/plugins/OwnershipPluginTest.java Log Message: ----------- Charset name Commit: f9761aac86fc4ee0bdfcd6180551796e310f8ee5 https://github.com/jenkinsci/acceptance-test-harness/commit/f9761aac86fc4ee0bdfcd6180551796e310f8ee5 Author: Vincent Latombe <[email protected]> Date: 2021-10-05 (Tue, 05 Oct 2021) Changed paths: M src/test/java/plugins/MatrixPluginTest.java Log Message: ----------- Merge pull request #692 from Vlatombe/MatrixPluginTest-run_configurations_on_with_a_given_label Commit: eca1b3452ef7718f8ec3065c275557e53ea28480 https://github.com/jenkinsci/acceptance-test-harness/commit/eca1b3452ef7718f8ec3065c275557e53ea28480 Author: Vincent Latombe <[email protected]> Date: 2021-10-05 (Tue, 05 Oct 2021) Changed paths: M src/test/java/plugins/XUnitPluginTest.java Log Message: ----------- Merge pull request #693 from Vlatombe/XUnitPluginTest-publish_xunit_results Commit: 992005a1004c469cdca2f2d5e7a162cd450235b1 https://github.com/jenkinsci/acceptance-test-harness/commit/992005a1004c469cdca2f2d5e7a162cd450235b1 Author: Vincent Latombe <[email protected]> Date: 2021-10-05 (Tue, 05 Oct 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/plugins/priority_sorter/PriorityConfig.java M src/main/java/org/jenkinsci/test/acceptance/po/Slave.java Log Message: ----------- Merge pull request #695 from Vlatombe/prioritysorter Commit: bbe4b09c3ee23ebbf0780ca3d54f89a446c9db79 https://github.com/jenkinsci/acceptance-test-harness/commit/bbe4b09c3ee23ebbf0780ca3d54f89a446c9db79 Author: Vincent Latombe <[email protected]> Date: 2021-10-05 (Tue, 05 Oct 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/po/View.java M src/test/java/plugins/JobDslPluginTest.java Log Message: ----------- Merge pull request #696 from Vlatombe/JobDslPluginTest-are_columns_created Commit: 4e36179eec87103f890ce39a74a6cc40af376b12 https://github.com/jenkinsci/acceptance-test-harness/commit/4e36179eec87103f890ce39a74a6cc40af376b12 Author: Vincent Latombe <[email protected]> Date: 2021-10-05 (Tue, 05 Oct 2021) Changed paths: M src/test/java/plugins/OwnershipPluginTest.java Log Message: ----------- Merge pull request #694 from Vlatombe/ownershipplugin Commit: 2671e96d4dad1d8d42f4417e81290691cf8f2a27 https://github.com/jenkinsci/acceptance-test-harness/commit/2671e96d4dad1d8d42f4417e81290691cf8f2a27 Author: Oliver Gondža <[email protected]> Date: 2021-10-08 (Fri, 08 Oct 2021) Changed paths: M src/main/resources/ath-container/Dockerfile Log Message: ----------- Use latest maven in container Co-authored-by: Tim Jacomb <[email protected]> Commit: 17e709646be8917a7bc1c829a2df290a2c864805 https://github.com/jenkinsci/acceptance-test-harness/commit/17e709646be8917a7bc1c829a2df290a2c864805 Author: Vincent Latombe <[email protected]> Date: 2021-10-11 (Mon, 11 Oct 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/controller/WinstoneController.java Log Message: ----------- Allow caller to pass a tcp port without relying on the random logic Commit: e24e3e4c6de722654d89e84e03ff9041da0e5db3 https://github.com/jenkinsci/acceptance-test-harness/commit/e24e3e4c6de722654d89e84e03ff9041da0e5db3 Author: James Nord <[email protected]> Date: 2021-10-11 (Mon, 11 Oct 2021) Changed paths: M docs/BROWSER.md M src/main/java/org/jenkinsci/test/acceptance/FallbackConfig.java M src/main/java/org/jenkinsci/test/acceptance/recorder/HarRecorder.java M src/test/java/org/jenkinsci/test/acceptance/recorder/HarRecorderTest.java Log Message: ----------- [JENKINS-66827] enable the ability to specify the proxy server #684 specified the firefox options consitently across all firefox browser types, however this broke remote-webdriver-firefox as the proxy was not localhost as far as firefox was conserned (as it was by definition remote). This cange makes the NIC to use for the proxy configurable so that you can bind to a specific NIC and pass that to firefox via selenium. Commit: 86d2ae11aebb94079072d1a314715244ec99f82f https://github.com/jenkinsci/acceptance-test-harness/commit/86d2ae11aebb94079072d1a314715244ec99f82f Author: Kenneth Rogers <[email protected]> Date: 2021-10-11 (Mon, 11 Oct 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/controller/WinstoneController.java Log Message: ----------- Make httpPort protected so derived classes don't have to re-implement it. Commit: 9cc744ab5306d41f7842d0a33b8d27bb27ddef55 https://github.com/jenkinsci/acceptance-test-harness/commit/9cc744ab5306d41f7842d0a33b8d27bb27ddef55 Author: James Nord <[email protected]> Date: 2021-10-11 (Mon, 11 Oct 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/recorder/HarRecorder.java Log Message: ----------- Disable the MitM proxy the MitM proxy spews copious amounts of logs at run time about unknown_ca Additionally the broser needs to be correctly configured to support the MitM proxy by installing some CA certs. DOing this on a local instance is bad (its likely going to be re-used) and there is no API in selenium to do this for browsers like remote-firefox and we do not customize the contianer image, so firefox would not accept the response either. So as it is of little use without hand tweaking the environemnt it runs in and this is not done on CI that I know of just disable MitM. if we do find that is really is required somewhere we can make it can be enabled by some property. Commit: 9206abd4df9631d74cc1b02cdd8ec458accb6a41 https://github.com/jenkinsci/acceptance-test-harness/commit/9206abd4df9631d74cc1b02cdd8ec458accb6a41 Author: James Nord <[email protected]> Date: 2021-10-11 (Mon, 11 Oct 2021) Changed paths: M src/main/resources/ath-container/Dockerfile Log Message: ----------- Merge pull request #690 from olivergondza/container-maven-version ath-container: Bump maven version for plugins based on parent-pom:4.20 Commit: 70013f573664f6bfa6ff5cacbd8ece49c486f19a https://github.com/jenkinsci/acceptance-test-harness/commit/70013f573664f6bfa6ff5cacbd8ece49c486f19a Author: Vincent Latombe <[email protected]> Date: 2021-10-12 (Tue, 12 Oct 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/controller/WinstoneController.java Log Message: ----------- Merge pull request #697 from Vlatombe/tcp-port Commit: 13295dfa1a1fec302dd07ed03a42e828642ccb95 https://github.com/jenkinsci/acceptance-test-harness/commit/13295dfa1a1fec302dd07ed03a42e828642ccb95 Author: Vincent Latombe <[email protected]> Date: 2021-10-12 (Tue, 12 Oct 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/controller/WinstoneController.java Log Message: ----------- Merge pull request #699 from kerogers-cloudbees/make-httpport-inheritable Commit: 09bbac98223ddbfc264999ae90d4af0bf834193d https://github.com/jenkinsci/acceptance-test-harness/commit/09bbac98223ddbfc264999ae90d4af0bf834193d Author: Vincent Latombe <[email protected]> Date: 2021-10-12 (Tue, 12 Oct 2021) Changed paths: M docs/BROWSER.md M src/main/java/org/jenkinsci/test/acceptance/FallbackConfig.java M src/main/java/org/jenkinsci/test/acceptance/recorder/HarRecorder.java M src/test/java/org/jenkinsci/test/acceptance/recorder/HarRecorderTest.java Log Message: ----------- Merge pull request #698 from jtnord/JENKINS-66827 Commit: 7074f915069773f26036bb59d28dcf8e9584f653 https://github.com/jenkinsci/acceptance-test-harness/commit/7074f915069773f26036bb59d28dcf8e9584f653 Author: Vincent Latombe <[email protected]> Date: 2021-10-12 (Tue, 12 Oct 2021) Changed paths: M docs/BROWSER.md M src/main/java/org/jenkinsci/test/acceptance/FallbackConfig.java M src/main/java/org/jenkinsci/test/acceptance/controller/WinstoneController.java M src/main/java/org/jenkinsci/test/acceptance/recorder/HarRecorder.java M src/main/resources/ath-container/Dockerfile M src/test/java/org/jenkinsci/test/acceptance/recorder/HarRecorderTest.java Log Message: ----------- Merge branch 'master' into no-mitm Commit: f52952e01f69c3e7b330a2eacac016c8379a41bc https://github.com/jenkinsci/acceptance-test-harness/commit/f52952e01f69c3e7b330a2eacac016c8379a41bc Author: Vincent Latombe <[email protected]> Date: 2021-10-12 (Tue, 12 Oct 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/recorder/HarRecorder.java Log Message: ----------- Merge pull request #700 from jtnord/no-mitm Commit: cfa9c2ad627f489dce4e1d346bda0d3abdaaf24d https://github.com/jenkinsci/acceptance-test-harness/commit/cfa9c2ad627f489dce4e1d346bda0d3abdaaf24d Author: Vincent Latombe <[email protected]> Date: 2021-10-12 (Tue, 12 Oct 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release acceptance-test-harness-1.103 Commit: 4e9fff14504001c36f94e115ffc42905c8935083 https://github.com/jenkinsci/acceptance-test-harness/commit/4e9fff14504001c36f94e115ffc42905c8935083 Author: Vincent Latombe <[email protected]> Date: 2021-10-12 (Tue, 12 Oct 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: d514fdd04618a37eef5bf44d704755ae276bdd14 https://github.com/jenkinsci/acceptance-test-harness/commit/d514fdd04618a37eef5bf44d704755ae276bdd14 Author: James Nord <[email protected]> Date: 2021-10-12 (Tue, 12 Oct 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/plugins/nodelabelparameter/LabelParameter.java M src/main/java/org/jenkinsci/test/acceptance/plugins/nodelabelparameter/NodeParameter.java M src/main/java/org/jenkinsci/test/acceptance/po/Job.java M src/test/java/plugins/NodeLabelParameterPluginTest.java Log Message: ----------- Fix the remaining 3 NodeLabelParameterPluginTest failures Commit: 60b8f6769e82500ced1961a7ce8c725c7d72fb9f https://github.com/jenkinsci/acceptance-test-harness/commit/60b8f6769e82500ced1961a7ce8c725c7d72fb9f Author: James Nord <[email protected]> Date: 2021-10-12 (Tue, 12 Oct 2021) Changed paths: M Jenkinsfile M docs/BROWSER.md M pom.xml M src/main/java/org/jenkinsci/test/acceptance/FallbackConfig.java M src/main/java/org/jenkinsci/test/acceptance/controller/LocalController.java M src/main/java/org/jenkinsci/test/acceptance/controller/WinstoneController.java A src/main/java/org/jenkinsci/test/acceptance/junit/WithJavaOptions.java M src/main/java/org/jenkinsci/test/acceptance/plugins/config_file_provider/CustomConfig.java M src/main/java/org/jenkinsci/test/acceptance/plugins/config_file_provider/ProvidedFile.java M src/main/java/org/jenkinsci/test/acceptance/plugins/priority_sorter/PriorityConfig.java M src/main/java/org/jenkinsci/test/acceptance/plugins/workflow_shared_library/WorkflowGithubSharedLibrary.java M src/main/java/org/jenkinsci/test/acceptance/po/CapybaraPortingLayerImpl.java M src/main/java/org/jenkinsci/test/acceptance/po/ConfigurablePageObject.java M src/main/java/org/jenkinsci/test/acceptance/po/Slave.java M src/main/java/org/jenkinsci/test/acceptance/po/UpdateCenter.java M src/main/java/org/jenkinsci/test/acceptance/po/View.java M src/main/java/org/jenkinsci/test/acceptance/recorder/HarRecorder.java M src/main/java/org/jenkinsci/test/acceptance/utils/FormElementPath.java M src/main/java/org/jenkinsci/test/acceptance/utils/aether/ArtifactResolverUtil.java M src/main/resources/ath-container/Dockerfile M src/main/resources/ath-container/run.sh M src/main/tool_installers/updates/hudson.plugins.groovy.GroovyInstaller M src/test/java/core/FormValidationTest.java A src/test/java/org/jenkinsci/test/acceptance/junit/WithJavaOptionsTest.java M src/test/java/org/jenkinsci/test/acceptance/recorder/HarRecorderTest.java M src/test/java/plugins/AuditTrailPluginTest.java M src/test/java/plugins/GitPluginTest.java M src/test/java/plugins/JobDslPluginTest.java M src/test/java/plugins/MatrixPluginTest.java M src/test/java/plugins/OwnershipPluginTest.java M src/test/java/plugins/XUnitPluginTest.java Log Message: ----------- Merge remote-tracking branch 'origin/master' into node-label-parameter-tests Commit: d2d0f80c2e1117ab1d230633bea1904affe0e3f1 https://github.com/jenkinsci/acceptance-test-harness/commit/d2d0f80c2e1117ab1d230633bea1904affe0e3f1 Author: James Nord <[email protected]> Date: 2021-10-12 (Tue, 12 Oct 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/po/BuildHistory.java Log Message: ----------- we need to wait for the BuildHistory to populate Commit: c7ddf81470bf217beeecdd3b8a920865d8595a2c https://github.com/jenkinsci/acceptance-test-harness/commit/c7ddf81470bf217beeecdd3b8a920865d8595a2c Author: Jesse Glick <[email protected]> Date: 2021-10-13 (Wed, 13 Oct 2021) Changed paths: M Jenkinsfile Log Message: ----------- `disableConcurrentBuilds(abortPrevious: true)` (#702) Commit: d5136debca5840397a736d31dffeb0b414c63109 https://github.com/jenkinsci/acceptance-test-harness/commit/d5136debca5840397a736d31dffeb0b414c63109 Author: James Nord <[email protected]> Date: 2021-10-13 (Wed, 13 Oct 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/po/BuildHistory.java Log Message: ----------- do not open the page twice there is no need to call `open` in getBuildsOf as this calls getBuilds which calls open this appears to have fixed the failing tests using BuildHistory pageObject but open should not change anything as that should wait for things to be loaded. possibly the async nature of the graph is the issue and something is running there when it the page is unloaded Commit: a3ee65d6fa8b3f148b619252d261a3194a361b18 https://github.com/jenkinsci/acceptance-test-harness/commit/a3ee65d6fa8b3f148b619252d261a3194a361b18 Author: James Nord <[email protected]> Date: 2021-10-13 (Wed, 13 Oct 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/plugins/nodelabelparameter/LabelParameter.java M src/main/java/org/jenkinsci/test/acceptance/plugins/nodelabelparameter/NodeParameter.java M src/main/java/org/jenkinsci/test/acceptance/po/BuildHistory.java M src/main/java/org/jenkinsci/test/acceptance/po/Job.java M src/test/java/plugins/NodeLabelParameterPluginTest.java Log Message: ----------- Merge pull request #669 from jtnord/node-label-parameter-tests Fix the NodeLabelParameterPluginTests Commit: af8260c850c91ebd47819d5a13e648c55d724ecd https://github.com/jenkinsci/acceptance-test-harness/commit/af8260c850c91ebd47819d5a13e648c55d724ecd Author: Hervé Le Meur <[email protected]> Date: 2021-10-19 (Tue, 19 Oct 2021) Changed paths: M Jenkinsfile Log Message: ----------- fix: use specific 'docker-highmem' instead of the combination of 'docker' and 'highmem' (INFRA-3099) (#703) Commit: 5f4c255ea90a16af1ddc67a9271bd9449d575b7a https://github.com/jenkinsci/acceptance-test-harness/commit/5f4c255ea90a16af1ddc67a9271bd9449d575b7a Author: Tim Jacomb <[email protected]> Date: 2021-10-26 (Tue, 26 Oct 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/ByFactory.java M src/main/java/org/jenkinsci/test/acceptance/po/CapybaraPortingLayerImpl.java M src/main/java/org/jenkinsci/test/acceptance/po/SlavesMixIn.java M src/main/java/org/jenkinsci/test/acceptance/po/ViewsMixIn.java Log Message: ----------- Adjustments for new view / new node changes in core (#704) Commit: 8e744b4cf5d074cc5bea09bf8519fe50ee84ec97 https://github.com/jenkinsci/acceptance-test-harness/commit/8e744b4cf5d074cc5bea09bf8519fe50ee84ec97 Author: Vincent Latombe <[email protected]> Date: 2021-10-27 (Wed, 27 Oct 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/plugins/artifactory/ArtifactoryGlobalConfig.java M src/test/java/plugins/ArtifactoryPluginTest.java Log Message: ----------- Fix selectors from artifactory plugin (#691) Commit: 63447871d3756533638378ff5d4e27cbc97e3e11 https://github.com/jenkinsci/acceptance-test-harness/commit/63447871d3756533638378ff5d4e27cbc97e3e11 Author: Tim Jacomb <[email protected]> Date: 2021-10-28 (Thu, 28 Oct 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/plugins/config_file_provider/ConfigFileProvider.java M src/main/java/org/jenkinsci/test/acceptance/plugins/config_file_provider/CustomConfig.java M src/main/java/org/jenkinsci/test/acceptance/plugins/config_file_provider/MavenSettingsConfig.java M src/main/java/org/jenkinsci/test/acceptance/plugins/git/GitRepo.java M src/main/java/org/jenkinsci/test/acceptance/plugins/job_dsl/JobDslBuildStep.java M src/main/java/org/jenkinsci/test/acceptance/plugins/logparser/LogParserPublisher.java M src/main/java/org/jenkinsci/test/acceptance/po/GlobalSecurityConfig.java M src/main/java/org/jenkinsci/test/acceptance/po/Job.java M src/main/java/org/jenkinsci/test/acceptance/po/LdapSecurityRealm.java M src/test/java/plugins/LogParserTest.java M src/test/java/plugins/TimestamperPluginTest.java M src/test/java/plugins/WorkflowPluginTest.java Log Message: ----------- Adjustments for new view / new node changes in core part 2 (#705) Co-authored-by: James Nord <[email protected]> Commit: 299f76271d318fcf69e5ceba95f4170f3af5ae5f https://github.com/jenkinsci/acceptance-test-harness/commit/299f76271d318fcf69e5ceba95f4170f3af5ae5f Author: Tim Jacomb <[email protected]> Date: 2021-10-28 (Thu, 28 Oct 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release acceptance-test-harness-1.104 Commit: 7882cabcdda5a0223642bcf6b25df5d3bde30eda https://github.com/jenkinsci/acceptance-test-harness/commit/7882cabcdda5a0223642bcf6b25df5d3bde30eda Author: Tim Jacomb <[email protected]> Date: 2021-10-28 (Thu, 28 Oct 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: 1230591b1afa19edf9c229f1996fe76a5999c162 https://github.com/jenkinsci/acceptance-test-harness/commit/1230591b1afa19edf9c229f1996fe76a5999c162 Author: Tim Jacomb <[email protected]> Date: 2021-10-28 (Thu, 28 Oct 2021) Changed paths: M src/test/java/plugins/GitPluginTest.java M src/test/java/plugins/MailWatcherPluginTest.java Log Message: ----------- Ignore remaining tests - cmon green build (#706) Commit: 674e35cf65b775a81cba529e6ec8b23f9e629396 https://github.com/jenkinsci/acceptance-test-harness/commit/674e35cf65b775a81cba529e6ec8b23f9e629396 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2021-11-01 (Mon, 01 Nov 2021) Changed paths: M pom.xml Log Message: ----------- Bump httpclient from 4.5.6 to 4.5.13 (#665) * Bump httpclient from 4.5.6 to 4.5.13 Bumps httpclient from 4.5.6 to 4.5.13. --- updated-dependencies: - dependency-name: org.apache.httpcomponents:httpclient dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bump httpcore Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tim Jacomb <[email protected]> Commit: 1a304c23726b81e7acf1b45bc2b0dff7f02a3a26 https://github.com/jenkinsci/acceptance-test-harness/commit/1a304c23726b81e7acf1b45bc2b0dff7f02a3a26 Author: René Scheibe <[email protected]> Date: 2021-11-05 (Fri, 05 Nov 2021) Changed paths: R unsafe.key Log Message: ----------- Remove broken symlink The target file was removed in commit bd7fe3ffbff68c8df84f5f5dd1fe1f9eb2223993 in 2017 and replaced by the "docker-fixtures" dependency. Commit: 3c5b0655babf8931542f688b2970994b033434a7 https://github.com/jenkinsci/acceptance-test-harness/commit/3c5b0655babf8931542f688b2970994b033434a7 Author: imonteroperez <[email protected]> Date: 2021-11-08 (Mon, 08 Nov 2021) Changed paths: M src/test/java/plugins/WorkflowPluginTest.java Log Message: ----------- Attach specific network from Docker fixtures Commit: ded3dbf23f5e4912a6ef041754b971381e9d416b https://github.com/jenkinsci/acceptance-test-harness/commit/ded3dbf23f5e4912a6ef041754b971381e9d416b Author: Vincent Latombe <[email protected]> Date: 2021-11-08 (Mon, 08 Nov 2021) Changed paths: M src/test/java/plugins/WorkflowPluginTest.java Log Message: ----------- Merge pull request #707 from imonteroperez/use-network Commit: 31a8eb91802b574b89c86abbf378d0ee16ef91bb https://github.com/jenkinsci/acceptance-test-harness/commit/31a8eb91802b574b89c86abbf378d0ee16ef91bb Author: Vincent Latombe <[email protected]> Date: 2021-11-08 (Mon, 08 Nov 2021) Changed paths: R unsafe.key Log Message: ----------- Merge pull request #708 from darxriggs/broken-symplink Commit: 11974888b6816e989eb378ad171344bad1694f02 https://github.com/jenkinsci/acceptance-test-harness/commit/11974888b6816e989eb378ad171344bad1694f02 Author: Vincent Latombe <[email protected]> Date: 2021-11-08 (Mon, 08 Nov 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release acceptance-test-harness-1.105 Commit: d4329134f74cc2e8c3d0d84049015036907c3877 https://github.com/jenkinsci/acceptance-test-harness/commit/d4329134f74cc2e8c3d0d84049015036907c3877 Author: Vincent Latombe <[email protected]> Date: 2021-11-08 (Mon, 08 Nov 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: 3e2cc97f21e2bb22a5d5a110c7a43689442d7cae https://github.com/jenkinsci/acceptance-test-harness/commit/3e2cc97f21e2bb22a5d5a110c7a43689442d7cae Author: Tim Jacomb <[email protected]> Date: 2021-11-15 (Mon, 15 Nov 2021) Changed paths: M src/main/resources/ath-container/run.sh Log Message: ----------- Add no-transfer-progress (#710) Commit: 5d40d987c29193d56047b4b9e9251c79a1cd2206 https://github.com/jenkinsci/acceptance-test-harness/commit/5d40d987c29193d56047b4b9e9251c79a1cd2206 Author: Tim Jacomb <[email protected]> Date: 2021-11-22 (Mon, 22 Nov 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/plugins/dashboard_view/read/ProjectStatusStdJobList.java M src/main/java/org/jenkinsci/test/acceptance/plugins/priority_sorter/PriorityConfig.java M src/main/java/org/jenkinsci/test/acceptance/plugins/subversion/SvnRepositoryBrowserWebSvn.java M src/main/java/org/jenkinsci/test/acceptance/po/BuildHistory.java M src/main/java/org/jenkinsci/test/acceptance/po/Folder.java M src/main/java/org/jenkinsci/test/acceptance/po/ListView.java M src/main/java/org/jenkinsci/test/acceptance/po/PluginManager.java M src/main/java/org/jenkinsci/test/acceptance/po/Slave.java M src/main/java/org/jenkinsci/test/acceptance/po/View.java M src/test/java/plugins/DashboardViewPluginTest.java M src/test/java/plugins/FolderPluginTest.java M src/test/java/plugins/JobDslPluginTest.java M src/test/java/plugins/NodeLabelParameterPluginTest.java M src/test/java/plugins/PrioritySorterPluginTest.java Log Message: ----------- Fix some tests (#713) * Fix some tests * Fix more tests * Handle <wbr> element returning \n * Remove unrequired assume Commit: 648dcb03f9c16f3f011ecfde9991035792399120 https://github.com/jenkinsci/acceptance-test-harness/commit/648dcb03f9c16f3f011ecfde9991035792399120 Author: Tim Jacomb <[email protected]> Date: 2021-11-22 (Mon, 22 Nov 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release acceptance-test-harness-1.106 Commit: ce5182bc1be566de0ff061681c831630a5e30e71 https://github.com/jenkinsci/acceptance-test-harness/commit/ce5182bc1be566de0ff061681c831630a5e30e71 Author: Tim Jacomb <[email protected]> Date: 2021-11-22 (Mon, 22 Nov 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: 01bd5840273170bbe3c6c7c82aa9479acb5181c1 https://github.com/jenkinsci/acceptance-test-harness/commit/01bd5840273170bbe3c6c7c82aa9479acb5181c1 Author: Tim Jacomb <[email protected]> Date: 2021-11-25 (Thu, 25 Nov 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/controller/WinstoneController.java M src/main/java/org/jenkinsci/test/acceptance/controller/WinstoneDockerController.java Log Message: ----------- Enable form element path from core (#712) Commit: 253546b17b2873dedf204269cc9b244bea7f62b9 https://github.com/jenkinsci/acceptance-test-harness/commit/253546b17b2873dedf204269cc9b244bea7f62b9 Author: Tim Jacomb <[email protected]> Date: 2021-12-10 (Fri, 10 Dec 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/ByFactory.java M src/main/java/org/jenkinsci/test/acceptance/plugins/maven/MavenModuleSet.java M src/main/java/org/jenkinsci/test/acceptance/plugins/priority_sorter/PriorityConfig.java M src/main/java/org/jenkinsci/test/acceptance/po/CapybaraPortingLayerImpl.java M src/main/java/org/jenkinsci/test/acceptance/po/Job.java M src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/ArtifactoryContainer/Dockerfile M src/test/java/core/FreestyleJobTest.java Log Message: ----------- Click label instead of input for checkbox (#717) Commit: 85bd87c0ecccb7e1c130cbbdbe23651934a29517 https://github.com/jenkinsci/acceptance-test-harness/commit/85bd87c0ecccb7e1c130cbbdbe23651934a29517 Author: Tim Jacomb <[email protected]> Date: 2021-12-12 (Sun, 12 Dec 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: 070053a9122c52dac16231e5abc3b6ea25b05b19 https://github.com/jenkinsci/acceptance-test-harness/commit/070053a9122c52dac16231e5abc3b6ea25b05b19 Author: Tim Jacomb <[email protected]> Date: 2021-12-13 (Mon, 13 Dec 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/po/PluginManager.java M src/test/java/core/PluginManagerTest.java Log Message: ----------- Forward compat for plugin manager modernise (#718) Commit: 8b0baa609337c1bdad0fbfc50a5dbb62fcf2f68e https://github.com/jenkinsci/acceptance-test-harness/commit/8b0baa609337c1bdad0fbfc50a5dbb62fcf2f68e Author: Basil Crow <[email protected]> Date: 2021-12-13 (Mon, 13 Dec 2021) Changed paths: M pom.xml Log Message: ----------- Remove GMaven plugin (#719) Commit: fe5b7d490f3ceac678c8d43ee4ca090ef4e55d9d https://github.com/jenkinsci/acceptance-test-harness/commit/fe5b7d490f3ceac678c8d43ee4ca090ef4e55d9d Author: Tim Jacomb <[email protected]> Date: 2021-12-14 (Tue, 14 Dec 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release acceptance-test-harness-1.108 Commit: fa6c8b4d24f77f6e5b3dfac9ea480752a40514ca https://github.com/jenkinsci/acceptance-test-harness/commit/fa6c8b4d24f77f6e5b3dfac9ea480752a40514ca Author: Tim Jacomb <[email protected]> Date: 2021-12-14 (Tue, 14 Dec 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: 50f5810f1697f9ac1fea1bb3713fb7b76b310557 https://github.com/jenkinsci/acceptance-test-harness/commit/50f5810f1697f9ac1fea1bb3713fb7b76b310557 Author: Tim Jacomb <[email protected]> Date: 2021-12-23 (Thu, 23 Dec 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/plugins/credentials/CredentialsPage.java M src/main/java/org/jenkinsci/test/acceptance/plugins/matrix_auth/MatrixAuthorizationStrategy.java M src/main/java/org/jenkinsci/test/acceptance/plugins/matrix_auth/ProjectMatrixProperty.java M src/main/java/org/jenkinsci/test/acceptance/plugins/maven/MavenModuleSet.java M src/main/java/org/jenkinsci/test/acceptance/po/CapybaraPortingLayerImpl.java M src/main/java/org/jenkinsci/test/acceptance/po/Control.java M src/main/java/org/jenkinsci/test/acceptance/po/GlobalSecurityConfig.java M src/main/java/org/jenkinsci/test/acceptance/po/Job.java M src/main/java/org/jenkinsci/test/acceptance/po/LdapSecurityRealm.java M src/test/java/core/TriggerRemoteBuildsTest.java Log Message: ----------- Click more labels by checkbox (#720) Commit: 832395473eec10f85f9ae6a15f6b36204151713c https://github.com/jenkinsci/acceptance-test-harness/commit/832395473eec10f85f9ae6a15f6b36204151713c Author: Tim Jacomb <[email protected]> Date: 2021-12-23 (Thu, 23 Dec 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/FallbackConfig.java M src/main/java/org/jenkinsci/test/acceptance/plugins/nodelabelparameter/NodeParameter.java Log Message: ----------- Couple more checkbox fixes (#722) Commit: 05cb481fe24d56a557d3297202a43f444d7a0ddd https://github.com/jenkinsci/acceptance-test-harness/commit/05cb481fe24d56a557d3297202a43f444d7a0ddd Author: Tim Jacomb <[email protected]> Date: 2021-12-23 (Thu, 23 Dec 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release acceptance-test-harness-1.109 Commit: 756841bac5ca9362ab1917be30afae513f885a1f https://github.com/jenkinsci/acceptance-test-harness/commit/756841bac5ca9362ab1917be30afae513f885a1f Author: Tim Jacomb <[email protected]> Date: 2021-12-23 (Thu, 23 Dec 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: d4128c5e5c806cd88f843ae85f635fc4e39647cb https://github.com/jenkinsci/acceptance-test-harness/commit/d4128c5e5c806cd88f843ae85f635fc4e39647cb Author: Tim Jacomb <[email protected]> Date: 2021-12-24 (Fri, 24 Dec 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/plugins/batch_task/BatchTaskDeclaration.java M src/main/java/org/jenkinsci/test/acceptance/plugins/external_workspace_manager/ExternalNodeConfig.java M src/main/java/org/jenkinsci/test/acceptance/plugins/gradle/GradleStep.java M src/main/java/org/jenkinsci/test/acceptance/plugins/job_dsl/JobDslBuildStep.java M src/main/java/org/jenkinsci/test/acceptance/plugins/mail_watcher/OnlineStatusNotification.java M src/main/java/org/jenkinsci/test/acceptance/plugins/maven/MavenModuleSet.java M src/main/java/org/jenkinsci/test/acceptance/po/CapybaraPortingLayerImpl.java M src/main/java/org/jenkinsci/test/acceptance/po/Control.java M src/main/java/org/jenkinsci/test/acceptance/po/GlobalSecurityConfig.java M src/main/java/org/jenkinsci/test/acceptance/po/Job.java M src/main/java/org/jenkinsci/test/acceptance/po/LdapSecurityRealm.java M src/main/java/org/jenkinsci/test/acceptance/selenium/Scroller.java M src/test/java/plugins/GradlePluginTest.java M src/test/java/plugins/TimestamperPluginTest.java Log Message: ----------- Click labels for checkboxes (#724) Commit: 089753950501d6364b646e6a3d3cb754c822f4d9 https://github.com/jenkinsci/acceptance-test-harness/commit/089753950501d6364b646e6a3d3cb754c822f4d9 Author: Tim Jacomb <[email protected]> Date: 2021-12-28 (Tue, 28 Dec 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/plugins/workflow_multibranch/GithubBranchSource.java M src/main/java/org/jenkinsci/test/acceptance/po/CapybaraPortingLayerImpl.java M src/main/java/org/jenkinsci/test/acceptance/po/PluginManager.java M src/test/java/plugins/ExternalWorkspaceManagerPluginTest.java Log Message: ----------- More checkbox locating by label (#731) Commit: 05b03be69ab3d9704568ba4011fa74ccf7e306c4 https://github.com/jenkinsci/acceptance-test-harness/commit/05b03be69ab3d9704568ba4011fa74ccf7e306c4 Author: Tim Jacomb <[email protected]> Date: 2021-12-28 (Tue, 28 Dec 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release acceptance-test-harness-1.110 Commit: b309f1f62815f3e85c6cc8bd90d0b81c1265bd91 https://github.com/jenkinsci/acceptance-test-harness/commit/b309f1f62815f3e85c6cc8bd90d0b81c1265bd91 Author: Tim Jacomb <[email protected]> Date: 2021-12-28 (Tue, 28 Dec 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: fc5804f9b787db73098c78a820455deb68903c56 https://github.com/jenkinsci/acceptance-test-harness/commit/fc5804f9b787db73098c78a820455deb68903c56 Author: Tim Jacomb <[email protected]> Date: 2021-12-28 (Tue, 28 Dec 2021) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/plugins/subversion/SubversionScm.java M src/test/java/plugins/SubversionPluginTest.java Log Message: ----------- Svn compat with modern forms PR (#732) Commit: b10285f500ea5effce8c79e3a4af90adf849d1f6 https://github.com/jenkinsci/acceptance-test-harness/commit/b10285f500ea5effce8c79e3a4af90adf849d1f6 Author: Tim Jacomb <[email protected]> Date: 2021-12-28 (Tue, 28 Dec 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release acceptance-test-harness-1.111 Commit: f9f321e5ec0747c3766b5b5d04a046df153ffff5 https://github.com/jenkinsci/acceptance-test-harness/commit/f9f321e5ec0747c3766b5b5d04a046df153ffff5 Author: Tim Jacomb <[email protected]> Date: 2021-12-28 (Tue, 28 Dec 2021) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: 44a7ef553b2cc2fa5415b671802491b0df2d3721 https://github.com/jenkinsci/acceptance-test-harness/commit/44a7ef553b2cc2fa5415b671802491b0df2d3721 Author: Adrien Lecharpentier <[email protected]> Date: 2022-01-06 (Thu, 06 Jan 2022) Changed paths: A src/test/java/plugins/FavoriteTest.java Log Message: ----------- Validate adding and removing projects to users' favorites Commit: 509ac67ac7a4a45240892400b2c5b5e2f77314af https://github.com/jenkinsci/acceptance-test-harness/commit/509ac67ac7a4a45240892400b2c5b5e2f77314af Author: Tim Jacomb <[email protected]> Date: 2022-01-09 (Sun, 09 Jan 2022) Changed paths: M Jenkinsfile Log Message: ----------- Drop Java 8 on CI (#726) Commit: 09d52a433c973b37ce820ddc36ae4fcf50d1bf12 https://github.com/jenkinsci/acceptance-test-harness/commit/09d52a433c973b37ce820ddc36ae4fcf50d1bf12 Author: Tim Jacomb <[email protected]> Date: 2022-01-10 (Mon, 10 Jan 2022) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/plugins/priority_sorter/PriorityConfig.java M src/test/java/plugins/ScriptSecurityPluginTest.java Log Message: ----------- Adapt to recent changes in plugins (#735) * System.identityHashCode was added to the allow list Fixes tests since https://github.com/jenkinsci/script-security-plugin/releases/tag/1131.v8b_b_5eda_c328e * Adapt to capitalisation changes in priority sorter https://github.com/jenkinsci/priority-sorter-plugin/pull/104 Commit: f0efcf641ccc61bde4ce0b0d0ed31621be608626 https://github.com/jenkinsci/acceptance-test-harness/commit/f0efcf641ccc61bde4ce0b0d0ed31621be608626 Author: Tim Jacomb <[email protected]> Date: 2022-01-27 (Thu, 27 Jan 2022) Changed paths: R src/main/java/org/jenkinsci/test/acceptance/plugins/batch_task/BatchTask.java R src/main/java/org/jenkinsci/test/acceptance/plugins/batch_task/BatchTaskDeclaration.java R src/main/java/org/jenkinsci/test/acceptance/plugins/batch_task/BatchTaskTrigger.java R src/test/java/plugins/BatchTaskPluginTest.java Log Message: ----------- Remove ATH for suspended batch plugin (#737) Commit: 0f809be895ab9dfc2d3e9885d6da31578de03dbe https://github.com/jenkinsci/acceptance-test-harness/commit/0f809be895ab9dfc2d3e9885d6da31578de03dbe Author: Tim Jacomb <[email protected]> Date: 2022-01-27 (Thu, 27 Jan 2022) Changed paths: M src/test/java/plugins/JobDslPluginTest.java Log Message: ----------- Workaround JENKINS-67689 (#738) Commit: 436dfd26dccb6c98e1b0f15fb32d9038150c46f7 https://github.com/jenkinsci/acceptance-test-harness/commit/436dfd26dccb6c98e1b0f15fb32d9038150c46f7 Author: Tim Jacomb <[email protected]> Date: 2022-01-27 (Thu, 27 Jan 2022) Changed paths: M src/test/java/core/PluginManagerTest.java Log Message: ----------- Deflake uninstall plugin test (#742) Commit: 21e01b821e0eab950d8f3feaee9a223f65492580 https://github.com/jenkinsci/acceptance-test-harness/commit/21e01b821e0eab950d8f3feaee9a223f65492580 Author: Tim Jacomb <[email protected]> Date: 2022-01-27 (Thu, 27 Jan 2022) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/po/Job.java M src/main/java/org/jenkinsci/test/acceptance/po/ListView.java M src/main/java/org/jenkinsci/test/acceptance/po/View.java M src/test/java/plugins/JobDslPluginTest.java M src/test/java/plugins/MavenPluginTest.java Log Message: ----------- Forward compat for breadcrumbs (#740) Commit: bd7828082771e2a2dffe69834c1715ad1b88e13e https://github.com/jenkinsci/acceptance-test-harness/commit/bd7828082771e2a2dffe69834c1715ad1b88e13e Author: Adrien Lecharpentier <[email protected]> Date: 2022-02-03 (Thu, 03 Feb 2022) Changed paths: M src/test/java/plugins/FavoriteTest.java Log Message: ----------- Trying to un-favorite a project This is not working. Commit: abb80806bc0ca71a5a96324b2a035da7e4126941 https://github.com/jenkinsci/acceptance-test-harness/commit/abb80806bc0ca71a5a96324b2a035da7e4126941 Author: Raul Arabaolaza <[email protected]> Date: 2022-02-03 (Thu, 03 Feb 2022) Changed paths: M src/test/java/plugins/FavoriteTest.java Log Message: ----------- You can not waitFor for no displayed elements plus various hardenings Commit: df7399a813f61fc9db2ddef3968d377827af1118 https://github.com/jenkinsci/acceptance-test-harness/commit/df7399a813f61fc9db2ddef3968d377827af1118 Author: Adrien Lecharpentier <[email protected]> Date: 2022-02-07 (Mon, 07 Feb 2022) Changed paths: M src/test/java/plugins/FavoriteTest.java Log Message: ----------- Describe assertion to be made Thanks @jtnord for the suggestions. Co-authored-by: James Nord <[email protected]> Commit: 864cf439f8401e3a50f1fbc2c02c065dd212a622 https://github.com/jenkinsci/acceptance-test-harness/commit/864cf439f8401e3a50f1fbc2c02c065dd212a622 Author: Adrien Lecharpentier <[email protected]> Date: 2022-02-08 (Tue, 08 Feb 2022) Changed paths: M src/test/java/plugins/FavoriteTest.java Log Message: ----------- Add explaination to why it could fail Thanks @jtnord. Co-authored-by: James Nord <[email protected]> Commit: 2fb6a5fb1cd72d0dc6577f95a5124b65b4d84b06 https://github.com/jenkinsci/acceptance-test-harness/commit/2fb6a5fb1cd72d0dc6577f95a5124b65b4d84b06 Author: imonteroperez <[email protected]> Date: 2022-02-10 (Thu, 10 Feb 2022) Changed paths: A .mvn/jvm.config Log Message: ----------- Setup a jvm configuration for Maven Commit: 398670fe04e50936304e347adc01d7d17793daef https://github.com/jenkinsci/acceptance-test-harness/commit/398670fe04e50936304e347adc01d7d17793daef Author: James Nord <[email protected]> Date: 2022-02-10 (Thu, 10 Feb 2022) Changed paths: A src/test/java/plugins/FavoriteTest.java Log Message: ----------- Merge pull request #734 from alecharp/feature/favorite-plugin-validation Validate adding and removing projects to users' favorites Commit: e7a4635d519b5907dd0b0747f5587fa521f0a1ea https://github.com/jenkinsci/acceptance-test-harness/commit/e7a4635d519b5907dd0b0747f5587fa521f0a1ea Author: James Nord <[email protected]> Date: 2022-02-11 (Fri, 11 Feb 2022) Changed paths: A .mvn/jvm.config Log Message: ----------- Merge pull request #743 from imonteroperez/jvm-settings Setup a jvm configuration for Maven Commit: d6b39ebe1753649b61cd09e16c6ca736012c5ca9 https://github.com/jenkinsci/acceptance-test-harness/commit/d6b39ebe1753649b61cd09e16c6ca736012c5ca9 Author: Tim Jacomb <[email protected]> Date: 2022-02-22 (Tue, 22 Feb 2022) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/plugins/config_file_provider/ConfigFileProvider.java Log Message: ----------- Update config file provider UI (#747) Commit: d96edbce7b8544b05c193642f002f40c5396f174 https://github.com/jenkinsci/acceptance-test-harness/commit/d96edbce7b8544b05c193642f002f40c5396f174 Author: Tim Jacomb <[email protected]> Date: 2022-03-04 (Fri, 04 Mar 2022) Changed paths: M src/test/java/plugins/ExternalWorkspaceManagerPluginTest.java M src/test/java/plugins/LogParserTest.java M src/test/java/plugins/StageViewTest.java Log Message: ----------- Compatibility with tango item replacement (#748) Commit: fa7dd76fc7dc3a5c29bf288bfe7719ac64008284 https://github.com/jenkinsci/acceptance-test-harness/commit/fa7dd76fc7dc3a5c29bf288bfe7719ac64008284 Author: Alex <[email protected]> Date: 2022-03-09 (Wed, 09 Mar 2022) Changed paths: A .github/workflows/release-drafter.yml Log Message: ----------- Move away from deprecated Release Drafter App (#750) Commit: 176fa160e2fa74896bae2a2c79e1506c1e6dce47 https://github.com/jenkinsci/acceptance-test-harness/commit/176fa160e2fa74896bae2a2c79e1506c1e6dce47 Author: Tim Jacomb <[email protected]> Date: 2022-03-26 (Sat, 26 Mar 2022) Changed paths: M src/main/java/org/jenkinsci/test/acceptance/po/Slave.java M src/test/java/plugins/SshSlavesPluginTest.java Log Message: ----------- Fix SSH Agents on recent core (#752) Commit: 2bdcb1b0fcd5c6cf0d00b0e3468060f21b5c6b46 https://github.com/jenkinsci/acceptance-test-harness/commit/2bdcb1b0fcd5c6cf0d00b0e3468060f21b5c6b46 Author: James Nord <[email protected]> Date: 2022-03-27 (Sun, 27 Mar 2022) Changed paths: M Jenkinsfile Log Message: ----------- Test against the LTS as well as the weekly (#744) Co-authored-by: Mark Waite <[email protected]> Co-authored-by: Tim Jacomb <[email protected]> Commit: 0caa93bb1eef77bb2cded5d672f0853c5d6a19c3 https://github.com/jenkinsci/acceptance-test-harness/commit/0caa93bb1eef77bb2cded5d672f0853c5d6a19c3 Author: Jesse Glick <[email protected]> Date: 2022-03-29 (Tue, 29 Mar 2022) Changed paths: A .github/workflows/release-drafter.yml A .mvn/jvm.config M Jenkinsfile M docs/BROWSER.md M docs/DOCKER.md M pom.xml M src/main/java/org/jenkinsci/test/acceptance/ByFactory.java M src/main/java/org/jenkinsci/test/acceptance/FallbackConfig.java M src/main/java/org/jenkinsci/test/acceptance/controller/LocalController.java M src/main/java/org/jenkinsci/test/acceptance/controller/WinstoneController.java M src/main/java/org/jenkinsci/test/acceptance/controller/WinstoneDockerController.java R src/main/java/org/jenkinsci/test/acceptance/docker/fixtures/SAMLContainer.java M src/main/java/org/jenkinsci/test/acceptance/docker/fixtures/SvnContainer.java A src/main/java/org/jenkinsci/test/acceptance/junit/WithJavaOptions.java M src/main/java/org/jenkinsci/test/acceptance/plugins/artifactory/ArtifactoryGlobalConfig.java R src/main/java/org/jenkinsci/test/acceptance/plugins/batch_task/BatchTask.java R src/main/java/org/jenkinsci/test/acceptance/plugins/batch_task/BatchTaskDeclaration.java R src/main/java/org/jenkinsci/test/acceptance/plugins/batch_task/BatchTaskTrigger.java M src/main/java/org/jenkinsci/test/acceptance/plugins/config_file_provider/ConfigFileProvider.java M src/main/java/org/jenkinsci/test/acceptance/plugins/config_file_provider/CustomConfig.java M src/main/java/org/jenkinsci/test/acceptance/plugins/config_file_provider/MavenSettingsConfig.java M src/main/java/org/jenkinsci/test/acceptance/plugins/config_file_provider/ProvidedFile.java M src/main/java/org/jenkinsci/test/acceptance/plugins/credentials/CredentialsPage.java M src/main/java/org/jenkinsci/test/acceptance/plugins/dashboard_view/read/ProjectStatusStdJobList.java M src/main/java/org/jenkinsci/test/acceptance/plugins/external_workspace_manager/ExternalNodeConfig.java M src/main/java/org/jenkinsci/test/acceptance/plugins/git/GitRepo.java M src/main/java/org/jenkinsci/test/acceptance/plugins/gradle/GradleStep.java M src/main/java/org/jenkinsci/test/acceptance/plugins/job_dsl/JobDslBuildStep.java M src/main/java/org/jenkinsci/test/acceptance/plugins/logparser/LogParserPublisher.java M src/main/java/org/jenkinsci/test/acceptance/plugins/mail_watcher/OnlineStatusNotification.java M src/main/java/org/jenkinsci/test/acceptance/plugins/matrix_auth/MatrixAuthorizationStrategy.java M src/main/java/org/jenkinsci/test/acceptance/plugins/matrix_auth/ProjectMatrixProperty.java M src/main/java/org/jenkinsci/test/acceptance/plugins/maven/MavenModuleSet.java R src/main/java/org/jenkinsci/test/acceptance/plugins/multiple_scms/MultipleScms.java M src/main/java/org/jenkinsci/test/acceptance/plugins/nodelabelparameter/LabelParameter.java M src/main/java/org/jenkinsci/test/acceptance/plugins/nodelabelparameter/NodeParameter.java M src/main/java/org/jenkinsci/test/acceptance/plugins/priority_sorter/PriorityConfig.java R src/main/java/org/jenkinsci/test/acceptance/plugins/saml/SamlSecurityRealm.java M src/main/java/org/jenkinsci/test/acceptance/plugins/subversion/SubversionScm.java M src/main/java/org/jenkinsci/test/acceptance/plugins/subversion/SvnRepositoryBrowserWebSvn.java M src/main/java/org/jenkinsci/test/acceptance/plugins/workflow_multibranch/GithubBranchSource.java M src/main/java/org/jenkinsci/test/acceptance/plugins/workflow_shared_library/WorkflowGithubSharedLibrary.java M src/main/java/org/jenkinsci/test/acceptance/po/BuildHistory.java M src/main/java/org/jenkinsci/test/acceptance/po/CapybaraPortingLayerImpl.java M src/main/java/org/jenkinsci/test/acceptance/po/CommandSlaveLauncher.java M src/main/java/org/jenkinsci/test/acceptance/po/ConfigurablePageObject.java M src/main/java/org/jenkinsci/test/acceptance/po/Control.java M src/main/java/org/jenkinsci/test/acceptance/po/Folder.java M src/main/java/org/jenkinsci/test/acceptance/po/GlobalSecurityConfig.java M src/main/java/org/jenkinsci/test/acceptance/po/Jenkins.java M src/main/java/org/jenkinsci/test/acceptance/po/Job.java M src/main/java/org/jenkinsci/test/acceptance/po/LdapSecurityRealm.java M src/main/java/org/jenkinsci/test/acceptance/po/ListView.java M src/main/java/org/jenkinsci/test/acceptance/po/PluginManager.java M src/main/java/org/jenkinsci/test/acceptance/po/Slave.java M src/main/java/org/jenkinsci/test/acceptance/po/SlavesMixIn.java M src/main/java/org/jenkinsci/test/acceptance/po/UpdateCenter.java M src/main/java/org/jenkinsci/test/acceptance/po/View.java M src/main/java/org/jenkinsci/test/acceptance/po/ViewsMixIn.java M src/main/java/org/jenkinsci/test/acceptance/recorder/HarRecorder.java M src/main/java/org/jenkinsci/test/acceptance/selenium/Scroller.java M src/main/java/org/jenkinsci/test/acceptance/utils/FormElementPath.java M src/main/java/org/jenkinsci/test/acceptance/utils/aether/ArtifactResolverUtil.java M src/main/resources/ath-container/Dockerfile M src/main/resources/ath-container/run.sh M src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/ArtifactoryContainer/Dockerfile M src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/LdapContainer/Dockerfile R src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/SAMLContainer/Dockerfile M src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/SvnContainer/Dockerfile R src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/SvnContainer/config/config.php M src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/SvnContainer/config/dav_svn.conf M src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/SvnContainer/config/supervisord.conf A src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/SvnContainer/config/viewvc.conf M src/main/tool_installers/updates/hudson.plugins.groovy.GroovyInstaller M src/test/java/core/FormValidationTest.java M src/test/java/core/FreestyleJobTest.java M src/test/java/core/PluginManagerTest.java M src/test/java/core/TriggerRemoteBuildsTest.java A src/test/java/org/jenkinsci/test/acceptance/junit/WithJavaOptionsTest.java M src/test/java/org/jenkinsci/test/acceptance/recorder/HarRecorderTest.java M src/test/java/plugins/ArtifactoryPluginTest.java M src/test/java/plugins/AuditTrailPluginTest.java R src/test/java/plugins/BatchTaskPluginTest.java M src/test/java/plugins/DashboardViewPluginTest.java M src/test/java/plugins/ExternalWorkspaceManagerPluginTest.java A src/test/java/plugins/FavoriteTest.java M src/test/java/plugins/FolderPluginTest.java M src/test/java/plugins/GitPluginTest.java M src/test/java/plugins/GradlePluginTest.java M src/test/java/plugins/JobDslPluginTest.java M src/test/java/plugins/LogParserTest.java M src/test/java/plugins/MailWatcherPluginTest.java M src/test/java/plugins/MatrixPluginTest.java M src/test/java/plugins/MavenPluginTest.java M src/test/java/plugins/NodeLabelParameterPluginTest.java M src/test/java/plugins/OwnershipPluginTest.java M src/test/java/plugins/PrioritySorterPluginTest.java R src/test/java/plugins/SAMLPluginTest.java M src/test/java/plugins/ScriptSecurityPluginTest.java M src/test/java/plugins/SshSlavesPluginTest.java M src/test/java/plugins/StageViewTest.java M src/test/java/plugins/SubversionPluginTest.java M src/test/java/plugins/TimestamperPluginTest.java M src/test/java/plugins/WorkflowPluginTest.java M src/test/java/plugins/XUnitPluginTest.java R src/test/resources/saml_plugin/config.php R src/test/resources/saml_plugin/saml-key.jks R src/test/resources/saml_plugin/saml20-idp-hosted.php R src/test/resources/saml_plugin/users.php R unsafe.key Log Message: ----------- Merge branch 'master' of https://github.com/jenkinsci/acceptance-test-harness into GlobalSecurityConfiguration-dropdownDescriptorSelector Compare: https://github.com/jenkinsci/acceptance-test-harness/compare/f55b5e8ea699...0caa93bb1eef -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/acceptance-test-harness/push/refs/heads/GlobalSecurityConfiguration-dropdownDescriptorSelector/f55b5e-0caa93%40github.com.
