itshan
itshan
my solution may not good. ``` object ElasticJson4s { object Implicits { implicit def Json4sHitReader[T](implicit json4s: Serialization, formats: Formats, mf: Manifest[T]): HitReader[T] = new HitReader[T] { override def read(hit: Hit):...
> Wondering how to do something like > `envsubst '\$VAR1 \$VAR2' < /filea > /fileb` > [docker-library/docs#496 (comment)](https://github.com/docker-library/docs/issues/496#issuecomment-186149231), I'm happy to file a PR if help needed seems that go...
Another question, how can i skip hystrixStreamOutput into zipkin?
I had fixed by passing ``` proxy_set_header Authorization $authorization; ``` ``` set $authorization $http_authorization; if ($authorization = '') { set $authorization "Basic YWRtaW46SGFuMTk4NzA2MTQ="; # anonymous:anonymous } location ~ ^/(v1|v2)/ {...
Thanks. @oleg-nenashev It's the previous version not sure if or not 3.8 and now working since updated to latest version.
When build task. Building remotely on jenkins-slave-4 (default) in workspace /home/jenkins/workspace/xxxxxx java.io.IOException: Failed to mkdirs: /home/jenkins/workspace/xxxxxx at hudson.FilePath.mkdirs(FilePath.java:1170) at hudson.model.AbstractProject.checkout(AbstractProject.java:1200) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499) at hudson.model.Run.execute(Run.java:1724) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:542)...
Hi @oleg-nenashev, could that be expose internalDir(JENKINS_AGENT_INTERNAL_DIR) path same as JENKINS_AGENT_WORKDIR which should fix that issue.? ``` Run from agent command line: java -jar agent.jar -jnlpUrl https://ci/computer/jenkins-slave-4/slave-agent.jnlp -secret ab9f27798100418590c07a910f299e5e2e250eb1d79c5858a75b7f8e24a8f1f2 -workDir...
It's good way than using if (ex instanceof .... ``` @ExceptionHandler( EntityNotFoundException::class, NoSuchElementException::class, EmptyResultDataAccessException::class, IndexOutOfBoundsException::class, KotlinNullPointerException::class ) fun notFoundException(e: Exception): GraphQLError { return GraphqlErrorBuilder.newError().message(e.message).build() } ```
> 比我还慢点,我拿下阿里offer的时候是非科班转行一年半 。 牛逼哄哄