Jenkinsfile added whoami
This commit is contained in:
parent
605905361b
commit
eae07427ec
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -6,7 +6,12 @@ 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