Add more testing commands
dustin/jenkinskube/pipeline/head This commit looks good Details

master
Dustin 2022-07-25 16:18:56 -05:00
parent 40f1ef7ab2
commit b8e4c8fa72
1 changed files with 3 additions and 0 deletions

3
ci/Jenkinsfile vendored
View File

@ -10,8 +10,11 @@ pipeline {
stages {
stage('Stage 1') {
steps {
sh 'whoami'
sh 'env'
sh 'touch "${BUILD_ID}".txt'
sh 'ls /'
sh 'pwd'
sh 'ls'
}
}