Add more testing commands
All checks were successful
dustin/jenkinskube/pipeline/head This commit looks good
All checks were successful
dustin/jenkinskube/pipeline/head This commit looks good
This commit is contained in:
3
ci/Jenkinsfile
vendored
3
ci/Jenkinsfile
vendored
@@ -10,8 +10,11 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Stage 1') {
|
stage('Stage 1') {
|
||||||
steps {
|
steps {
|
||||||
|
sh 'whoami'
|
||||||
sh 'env'
|
sh 'env'
|
||||||
sh 'touch "${BUILD_ID}".txt'
|
sh 'touch "${BUILD_ID}".txt'
|
||||||
|
sh 'ls /'
|
||||||
|
sh 'pwd'
|
||||||
sh 'ls'
|
sh 'ls'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user