Skip to content

Commit

Permalink
Update _preparation.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
dariancampospeya authored Apr 6, 2020
1 parent 893a801 commit f3d784e
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions _preparation.groovy
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
stage ('code-dev'){
steps{
sh "echo enter your code dev"
}
}


stage('code-dev') {
steps {
sh "echo enter your code dev"
}
}

0 comments on commit f3d784e

Please sign in to comment.