Browse Source

add Jenkinsfile

Benjamin Kornblum 8 tháng trước cách đây
mục cha
commit
d44cb181e9
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      Jenkinsfile

+ 2 - 1
Jenkinsfile

@@ -1,4 +1,5 @@
-node {
+pipeline {
+    agent any
     def app
 
     stage('Clone repository') {