syntax

PHOTO EMBED

Thu Dec 14 2023 08:02:25 GMT+0000 (Coordinated Universal Time)

Saved by @ishwarshinde041 #html

pipeline {
    agent any
    stages {
        stage('Build') {
            steps {
                //
            }
        }
        stage('Test') {
            steps {
                //
            }
        }
        stage('Deploy') {
            steps {
                //
            }
        }
    }
}
content_copyCOPY