This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git
The following commit(s) were added to refs/heads/master by this push:
new 309db14 try to fix build on new server
309db14 is described below
commit 309db1448ef597b7027084eadb98fdf28c112480
Author: Olivier Lamy <[email protected]>
AuthorDate: Sun Jul 26 08:14:48 2020 +1000
try to fix build on new server
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 6f5745a..356d4a3 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -43,7 +43,7 @@ publishers = [artifactsPublisher(disabled: false),
cmdLine = (env.NONAPACHEORG_RUN != 'y' && env.BRANCH_NAME == 'master') ?
"clean deploy" : "clean install"
- INTEGRATION_PIPELINE = "Archiva-IntegrationTests-Gitbox"
+ INTEGRATION_PIPELINE = "/Archiva/Archiva-IntegrationTests-Gitbox"
pipeline {
agent {