Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
uditgaurav authored Dec 9, 2021
1 parent 1af14a4 commit 1cacc97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ pipeline {
}
}
stages {
stage('Show ENVs') {
stage('Show Experiment') {
steps {
container('jnlp') {
sh "echo running pod-dlete experiment"
sh "echo running pod-delete experiment"
}
}
}
Expand Down

0 comments on commit 1cacc97

Please sign in to comment.