Skip to content

Commit 9425c8c

Browse files
committed
Disable signing to investigate Tycho surefire failures
1 parent da84b55 commit 9425c8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

releng/nightly/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pipeline {
3737
steps {
3838
script {
3939
build.mvn_args += " -Ddash.skip=true"
40-
build.build_and_test(true)
40+
build.build_and_test(false)
4141
}
4242
}
4343
}

0 commit comments

Comments
 (0)