Sfoglia il codice sorgente

edited Jenkinsfile

Spencer Gardner 6 anni fa
parent
commit
9d6359e301
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -4,8 +4,8 @@ pipeline{
 		pollSCM('H * * * *')
 		cron('H H H * *')
 	}
-	stages{
-		node('docker'){
+	node('docker'){
+		stages{
 			stage('Build') {
 				steps {
 					script {