Update 'Jenkinsfile'

This commit is contained in:
dany 2022-08-02 19:37:10 +02:00
parent 87889ec615
commit cba31aea88

10
Jenkinsfile vendored
View File

@ -13,7 +13,7 @@ def build_antd()
} }
pipeline{ pipeline{
agent { node{ label'master' }} agent none
options { options {
// Limit build history with buildDiscarder option: // Limit build history with buildDiscarder option:
// daysToKeepStr: history is only kept up to this many days. // daysToKeepStr: history is only kept up to this many days.
@ -32,14 +32,6 @@ pipeline{
} }
stages stages
{ {
stage('env')
{
steps {
sh '''
printenv
'''
}
}
stage('Test') stage('Test')
{ {
agent { agent {