Removed Jenkinsfile
This commit is contained in:
parent
c475628375
commit
02d443107b
23
JENKINSFILE
23
JENKINSFILE
@ -1,23 +0,0 @@
|
|||||||
pipeline {
|
|
||||||
agent any
|
|
||||||
tools {
|
|
||||||
maven 'Maven'
|
|
||||||
jdk 'Java JDK'
|
|
||||||
}
|
|
||||||
stages {
|
|
||||||
stage ('Initialize') {
|
|
||||||
steps {
|
|
||||||
sh '''
|
|
||||||
echo "PATH = ${PATH}"
|
|
||||||
echo "M2_HOME = ${M2_HOME}"
|
|
||||||
'''
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage ('Build') {
|
|
||||||
steps {
|
|
||||||
echo 'This is a minimal pipeline.'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user