Skip to content

Commit 80f60f6

Browse files
committed
update app dev url
1 parent f9afe98 commit 80f60f6

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
@@ -31,7 +31,7 @@ node('maven') {
3131

3232
stage ('IntegrationTest') {
3333
sh "sleep 10"
34-
sh "curl http://notes:8080/api/notes/3 | grep ok"
34+
sh "curl http://notes-dev.getup.io/api/notes/3 | grep ok"
3535
}
3636

3737
stage ('PromoteStage') {

0 commit comments

Comments
 (0)