fix: wrong tag to jenkins lib and make parameter
This commit is contained in:
parent
a3979511e2
commit
0def782841
|
@ -1,4 +1,4 @@
|
|||
library 'status-jenkins-lib@v1.2.18'
|
||||
library 'status-jenkins-lib@v1.2.19'
|
||||
|
||||
pipeline {
|
||||
agent { label 'linux' }
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
library 'status-jenkins-lib@v1.2.18'
|
||||
library 'status-jenkins-lib@v1.2.19'
|
||||
|
||||
pipeline {
|
||||
agent {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
library 'status-jenkins-lib@v1.2.18'
|
||||
library 'status-jenkins-lib@v1.2.19'
|
||||
|
||||
pipeline {
|
||||
agent {
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue