commit | effabc9d6c7c0fac9904cd3900ed471e9bbd23f9 | [log] [tgz] |
---|---|---|
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | Tue Apr 10 22:22:45 2018 +0200 |
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | Mon May 21 11:35:06 2018 +0200 |
tree | 847545ae944326b7bab5d35fc67d40b5f58f2277 | |
parent | f59e0976a8c575fb46a2d6dce0a8e8ef63a90dd2 [diff] [blame] |
Move to Weld as the build system. Change-Id: I7c9704f3f310cf7e5410db148a9c4c589914b0f2
diff --git a/Jenkinsfile b/Jenkinsfile index aa49804..00d0bb2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -47,7 +47,7 @@ sh """ colormake test-junit -j4 """ - junit 'test-results/**/*.xml' + junit '**/*.xml' } } } @@ -56,7 +56,7 @@ stage('Archive artifacts') { steps { container('baker') { - archiveArtifacts 'exe/hello-world-ng' + archiveArtifacts 'build/unix/amd64/debug/bin/hello-world-ng' } } }