Update 'Jenkinsfile'
This commit is contained in:
parent
7ace118a04
commit
31e2545f93
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -32,6 +32,14 @@ pipeline{
|
||||
}
|
||||
stages
|
||||
{
|
||||
stage('env')
|
||||
{
|
||||
steps {
|
||||
sh '''
|
||||
printenv
|
||||
'''
|
||||
}
|
||||
}
|
||||
stage('Test')
|
||||
{
|
||||
agent {
|
||||
|
Loading…
Reference in New Issue
Block a user