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