Skip to content

Commit

Permalink
Update Jenkinsfile1
Browse files Browse the repository at this point in the history
  • Loading branch information
williamlui00 authored Aug 25, 2024
1 parent d9073e4 commit 1d7e2b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Jenkinsfile1
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,11 @@ def userInput(){

node {
stage ("User Input"){
step{
def inputValues = userInput()
def username = inputValues["USERNAME"]
def action = inputValues["ACTION"]

echo "The user is ${username}."
echo "The selected action is ${action}"
}
}
}

0 comments on commit 1d7e2b6

Please sign in to comment.