fix: wrong tag to jenkins lib and make parameter

This commit is contained in:
B.Melnik 2021-07-20 15:56:08 +03:00 committed by Iuri Matias
parent a3979511e2
commit 0def782841
4 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
library 'status-jenkins-lib@v1.2.18'
library 'status-jenkins-lib@v1.2.19'
pipeline {
agent { label 'linux' }

View File

@ -1,4 +1,4 @@
library 'status-jenkins-lib@v1.2.18'
library 'status-jenkins-lib@v1.2.19'
pipeline {
agent {

View File

@ -1,4 +1,4 @@
library 'status-jenkins-lib@v1.2.18'
library 'status-jenkins-lib@v1.2.19'
pipeline {
agent {

View File

@ -1,4 +1,4 @@
library 'status-jenkins-lib@feat/windows-installer'
library 'status-jenkins-lib@v1.2.19'
pipeline {
agent { label 'windows' }
@ -26,7 +26,7 @@ pipeline {
environment {
TARGET = 'windows'
/* Improve make performance */
MAKEFLAGS = '-j4 V=1'
MAKEFLAGS = '-j4'
/* Disable colors in Nim compiler logs */
NIMFLAGS = '--colors:off'
/* Control output the filename */