Jenkinsfile added whoami
This commit is contained in:
parent
605905361b
commit
eae07427ec
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -7,6 +7,11 @@ node {
|
||||
stage('Clone repository') {
|
||||
checkout scm
|
||||
}
|
||||
stage('Whoami'){
|
||||
sh """
|
||||
whoami
|
||||
"""
|
||||
}
|
||||
stage('Enable docker experimental features'){
|
||||
sh """
|
||||
export DOCKER_CLI_EXPERIMENTAL=enabled
|
||||
|
Loading…
Reference in New Issue
Block a user