Explorar o código

edited Jenkinsfile

Spencer Gardner %!s(int64=6) %!d(string=hai) anos
pai
achega
69eafd280b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

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