automated terminal push

This commit is contained in:
lenape
2025-08-03 04:23:37 +00:00
parent 5b0d882912
commit 942dbfec9e

View File

@@ -122,9 +122,9 @@ pipeline {
echo "✅ Repository structure validated" echo "✅ Repository structure validated"
''' '''
} } // end script
} } // end steps
} } // end stage
stage('🔧 Setup Tools') { stage('🔧 Setup Tools') {
steps { steps {
@@ -874,4 +874,3 @@ Type 'DESTROY' exactly to confirm:
} }
} }
} }
}