浏览代码

add Jenkinsfile

Benjamin Kornblum 9 月之前
父节点
当前提交
e62bc343e4
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -1,5 +1,5 @@
-node {
-    def app
+pipeline {
+    agent any
 
     stage('Clone repository') {
         /* Let's make sure we have the repository cloned to our workspace */