Skip to content

Commit 42bad79

Browse files
author
rogerthat17
committed
changed the Jenkinsfile
1 parent aac81be commit 42bad79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pipeline {
1717
echo "We are Deploying to UAT"
1818
}
1919
}
20-
stage("Deploy to production) {
20+
stage("Deploy to production)
2121
steps {
2222
echo "We are Deploying to production"
2323
}

0 commit comments

Comments
 (0)