Explorar o código

added sgent spec

Raymond Edah %!s(int64=7) %!d(string=hai) anos
pai
achega
a6f79c8801
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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....'