diff --git a/ci/Jenkinsfile.combined b/ci/Jenkinsfile.combined index 23011babae..efa9830923 100644 --- a/ci/Jenkinsfile.combined +++ b/ci/Jenkinsfile.combined @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.6.2' +library 'status-jenkins-lib@v1.6.3' pipeline { agent { label 'linux' } diff --git a/ci/Jenkinsfile.e2e b/ci/Jenkinsfile.e2e index 498c1286ba..c353eb9d98 100644 --- a/ci/Jenkinsfile.e2e +++ b/ci/Jenkinsfile.e2e @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.6.1' +library 'status-jenkins-lib@v1.6.3' /* Options section can't access functions in objects. */ def isPRBuild = utils.isPRBuild() @@ -43,7 +43,7 @@ pipeline { } environment { - TARGET = 'e2e' + TARGET = 'linux-e2e' /* Improve make performance */ MAKEFLAGS = "-j4 V=${params.VERBOSE}" /* Disable colors in Nim compiler logs */ diff --git a/ci/Jenkinsfile.imports b/ci/Jenkinsfile.imports index 2aca8fdd60..e0c55a4ebf 100644 --- a/ci/Jenkinsfile.imports +++ b/ci/Jenkinsfile.imports @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.6.2' +library 'status-jenkins-lib@v1.6.3' /* Options section can't access functions in objects. */ def isPRBuild = utils.isPRBuild() diff --git a/ci/Jenkinsfile.linux b/ci/Jenkinsfile.linux index e787aea5c6..24e4a2bcb4 100644 --- a/ci/Jenkinsfile.linux +++ b/ci/Jenkinsfile.linux @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.6.2' +library 'status-jenkins-lib@v1.6.3' /* Options section can't access functions in objects. */ def isPRBuild = utils.isPRBuild() diff --git a/ci/Jenkinsfile.linux-cpp b/ci/Jenkinsfile.linux-cpp index df673d16dc..4a2a13d5cc 100644 --- a/ci/Jenkinsfile.linux-cpp +++ b/ci/Jenkinsfile.linux-cpp @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.6.2' +library 'status-jenkins-lib@v1.6.3' /* Options section can't access functions in objects. */ def isPRBuild = utils.isPRBuild() diff --git a/ci/Jenkinsfile.macos b/ci/Jenkinsfile.macos index a2d96858a5..5752ed4843 100644 --- a/ci/Jenkinsfile.macos +++ b/ci/Jenkinsfile.macos @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.6.2' +library 'status-jenkins-lib@v1.6.3' /* Options section can't access functions in objects. */ def isPRBuild = utils.isPRBuild() diff --git a/ci/Jenkinsfile.macos-cpp.todo b/ci/Jenkinsfile.macos-cpp.todo index 8160b187ef..008fc92644 100644 --- a/ci/Jenkinsfile.macos-cpp.todo +++ b/ci/Jenkinsfile.macos-cpp.todo @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.6.2' +library 'status-jenkins-lib@v1.6.3' /* Options section can't access functions in objects. */ def isPRBuild = utils.isPRBuild() diff --git a/ci/Jenkinsfile.windows b/ci/Jenkinsfile.windows index 55f7b7a7cf..aa22df0ebb 100644 --- a/ci/Jenkinsfile.windows +++ b/ci/Jenkinsfile.windows @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.6.2' +library 'status-jenkins-lib@v1.6.3' /* Options section can't access functions in objects. */ def isPRBuild = utils.isPRBuild() diff --git a/ci/Jenkinsfile.windows-cpp.todo b/ci/Jenkinsfile.windows-cpp.todo index da6fe28af6..452e8d6440 100644 --- a/ci/Jenkinsfile.windows-cpp.todo +++ b/ci/Jenkinsfile.windows-cpp.todo @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.6.2' +library 'status-jenkins-lib@v1.6.3' /* Options section can't access functions in objects. */ def isPRBuild = utils.isPRBuild()