Update 'Jenkinsfile'
This commit is contained in:
parent
87889ec615
commit
cba31aea88
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user