Add JenkinsFile
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
|||||||
|
pipeline {
|
||||||
|
agent any {
|
||||||
|
stages {
|
||||||
|
stage('Show Branch Name and Project Name') {
|
||||||
|
steps {
|
||||||
|
echo "The job name its ${JOB_NAME} at project dyb-tech.com - Jenkins"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user