Browse Source

added sgent spec

Raymond Edah 7 năm trước cách đây
mục cha
commit
a6f79c8801
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      Jenkinsfile

+ 5 - 0
Jenkinsfile

@@ -1,6 +1,11 @@
 node {
+    checkout scm
+    agent { label 'smartos' }
+
     stage('Build') {
         echo 'Building....'
+        echo "Running ${env.BUILD_ID} on ${env.JENKINS_URL}"
+        sh 'buildscripts/clean.sh'
     }
     stage('Test') {
         echo 'Building....'