I hereby claim:
- I am slide on github.
- I am slideomix (https://keybase.io/slideomix) on keybase.
- I have a public key ASAG4PntIb_rx2AsUQOSOYZQk8Y77ClWWvVS3W0aJw_-RQo
To claim this, I am signing this object:
| Error detected while processing C:\Users\Alex Earl\vimfiles\vimrc[26]..C:\Us | |
| ers\Alex Earl\vimfiles\main.vim[64]..function SpaceVim#end[98]..SpaceVim | |
| #plugins#load[3]..SpaceVim#plugins#fetch[4]..dein#add[1]..FuncUndefined | |
| Autocommands for "*"..FuncUndefined Autocommands for | |
| "*"..FuncUndefined Autocommands for "*"..FuncUndefined | |
| Autocommands for "*"..FuncUndefined Autocommands for | |
| "*"..FuncUndefined Autocommands for "*"..FuncUndefined | |
| Autocommands for "*"..FuncUndefined Autocommands for | |
| "*"..FuncUndefined Autocommands for "*"..FuncUndefined | |
| Autocommands for "*": |
| Unable to provision agent worker-d2b4d4b1-24bb-41db-b780-848ab543e937-52jmx-pzkb0 : | |
| - default -- terminated (0) | |
| -----Logs------------- | |
| -noreconnect : If the connection ends, don't retry | |
| and just exit. (default: false) | |
| -protocols VAL : Specify the remoting protocols to | |
| attempt when instanceIdentity is | |
| provided. | |
| -proxyCredentials USER:PASSWORD : HTTP BASIC AUTH header to pass in for |
| <Application | |
| x:Class="Iron.Uno.App" | |
| xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | |
| xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | |
| xmlns:local="using:Iron.Uno"> | |
| <Application.Resources> | |
| <XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" /> | |
| <local:ViewModelLocator x:Key="ViewModelLocator"/> | |
| </Application.Resources> |
| @Test | |
| public void testPropertyTest() throws Exception { | |
| FreeStyleProject project = j.createFreeStyleProject("tester"); | |
| project.getBuildersList().add(new TestBuilder() { | |
| @Override | |
| public boolean perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener) throws InterruptedException, IOException { | |
| listener.getLogger().println("[2020-12-07T12:06:20.387Z] SonarQube task 'AXY9F-obrAIK9ZVmoTfZ' completed. Quality gate is 'ERROR'"); | |
| return true; | |
| } | |
| }); |
| <settings> | |
| <pluginGroups> | |
| <pluginGroup>org.jenkins-ci.tools</pluginGroup> | |
| </pluginGroups> | |
| <profiles> | |
| <!-- Give access to Jenkins plugins --> | |
| <profile> | |
| <id>jenkins</id> | |
| <activation> |
| def buildmap = [:] | |
| pipeline { | |
| agent { | |
| label 'build' | |
| } | |
| environment { | |
| //Sets the codedir that have been changed under services sub-directories | |
| CODEDIR = '1 2 3' |
| def buildmap = [:] | |
| pipeline { | |
| agent { | |
| label 'docker' | |
| } | |
| options { | |
| timestamps() | |
| buildDiscarder(logRotator(daysToKeepStr: '30')) |
I hereby claim:
To claim this, I am signing this object:
| Link: <http://mirrors.jenkins-ci.org/debian/jenkins_2.232_all.deb.meta4>; rel=describedby; type="application/metalink4+xml" | |
| Link: <http://mirror.xmission.com/jenkins/debian/jenkins_2.232_all.deb>; rel=duplicate; pri=1; geo=us | |
| Link: <http://ftp-chi.osuosl.org/pub/jenkins/debian/jenkins_2.232_all.deb>; rel=duplicate; pri=2; geo=us | |
| Link: <http://ftp-nyc.osuosl.org/pub/jenkins/debian/jenkins_2.232_all.deb>; rel=duplicate; pri=3; geo=us | |
| Link: <http://mirror.serverion.com/jenkins/debian/jenkins_2.232_all.deb>; rel=duplicate; pri=4; geo=ae |
| [ERROR] Tests run: 120, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 528.673 s <<< FAILURE! - in org.jenkinsci.plugins.gitclient.CliGitAPIImplTest | |
| 20:31:45 [ERROR] org.jenkinsci.plugins.gitclient.CliGitAPIImplTest.test_submodule_update_shallow Time elapsed: 6.386 s <<< ERROR! | |
| 20:31:45 hudson.plugins.git.GitException: | |
| 20:31:45 Command "git fetch --tags --force --progress -- file:///C:\Users\jenkins\Work\workspace\Plugins_git-client-plugin_PR-520\target\tmp\no-spaces3058544028745064015\dir-repository +refs/heads/*:refs/remotes/origin/*" returned status code 128: | |
| 20:31:45 stdout: | |
| 20:31:45 stderr: fatal: '/C:\Users\jenkins\Work\workspace\Plugins_git-client-plugin_PR-520\target\tmp\no-spaces3058544028745064015\dir-repository' does not appear to be a git repository | |
| 20:31:45 fatal: Could not read from remote repository. | |
| 20:31:45 | |
| 20:31:45 Please make sure you have the correct access rights | |
| 20:31:45 and the repository exists. |