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{
|
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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user