[ 
https://issues.apache.org/jira/browse/BEAM-7788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16892114#comment-16892114
 ] 

Zach Badgett edited comment on BEAM-7788 at 7/24/19 7:35 PM:
-------------------------------------------------------------

Specifically 
[https://jenkinsci.github.io/job-dsl-plugin/#path/job-scm-git-extensions-wipeOutWorkspace]

We should be able to add this to the context.scm.git block

 {code:groovy}
context.scm {
  git {
    // ...
    extensions {
      // ...
      wipeOutWorkspace()
    }
}
{code}

I'll test it out and close my pull request


was (Author: zachbadgett):
Specifically 
[https://jenkinsci.github.io/job-dsl-plugin/#path/job-scm-git-extensions-wipeOutWorkspace]

We should be able to add this to the context.scm.git block

 {code:groovy}
context.scm {
  git {
    // ...
    wipeOutWorkspace()
}
{code}

I'll test it out and close my pull request

> Go modules breaking precommits?
> -------------------------------
>
>                 Key: BEAM-7788
>                 URL: https://issues.apache.org/jira/browse/BEAM-7788
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-go, testing
>            Reporter: Udi Meiri
>            Priority: Major
>
> Lots of errors like:
> {code}
> 01:32:36  > git clean -fdx # timeout=10
> 01:32:38 FATAL: Command "git clean -fdx" returned status code 1:
> 01:32:38 stdout: 
> 01:32:38 stderr: warning: failed to remove 
> sdks/go/.gogradle/project_gopath/pkg/mod/go.opencensus.io@v0.22.0/zpages/example_test.go
> ... [lots of files listed]
> {code}
> Examples:
> https://builds.apache.org/job/beam_PreCommit_Python_PVR_Flink_Commit/3886/consoleFull
> https://builds.apache.org/job/beam_PreCommit_Python_PVR_Flink_Commit/3884/consoleFull
> https://builds.apache.org/job/beam_PreCommit_JavaPortabilityApi_Commit/3790/consoleFull
> https://builds.apache.org/job/beam_PreCommit_JavaPortabilityApi_Commit/3788/consoleFull
> cc: [~lostluck]



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to