Commit 46ff555c authored by abdullh.alsoleman's avatar abdullh.alsoleman

test

parent 05f00674
pipeline{ pipeline {
agent{ agent {
label "jenkins-agent4" label 'jenkins-agent4'
} }
tools{ tools {
jdk 'jdk17' jdk 'jdk17'
maven 'Maven3' maven 'Maven3'
} }
stages{ stages {
stage["Cleanup Workspace"]{ stage('Cleanup Workspace') {
steps{ steps {
cleanWs() cleanWs()
} }
} }
stage["Checkout from SCM"]{ stage('Checkout from SCM') {
steps{ steps {
git branch: 'master', credentialsId: 'gitlab', url: 'https://git.hiast.edu.sy/abdullh.alsoleman/ci_cd-test-' git branch: 'master', credentialsId: 'gitlab', url: 'https://git.hiast.edu.sy/abdullh.alsoleman/ci_cd-test-'
} }
} }
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment