Skip to content

Commit 24ab4c2

Browse files
authored
Update jenkinsfile
1 parent e683ef9 commit 24ab4c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pipeline {
1313
}
1414
stage('Deliver') {
1515
steps {
16-
sh 'docker run -d -p 8060:80'
16+
sh 'mvn run -d -p 8060:80 devops:test'
1717
}
1818
}
1919
}

0 commit comments

Comments
 (0)