Explorar el Código

edited Jenkinsfile

Spencer Gardner hace 6 años
padre
commit
9d6359e301
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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 {