Przeglądaj źródła

edit pipeline file

root 5 lat temu
rodzic
commit
8497b607b0
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      env/test.jenkins

+ 3 - 3
env/test.jenkins

@@ -10,12 +10,12 @@ pipeline {
 	timestamps()
 	}
     stages {
-        stage('get time & uptime'){
+        stage("get time & uptime"){
             steps {
                sh 'echo uptime > /tmp/uptime'
                sh 'echo date >> /tmp/uptime'
-	    }
-        stage('get pwd')
+	    } 
+        stage("get pwd")
             steps {
                sh 'echo pwd >> /tmp/uptime'
             }