Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bacciotti committed Aug 10, 2023
1 parent b50f076 commit fa6261d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ pipeline {
dir("${it}"){
sh "pwd"
sh "mvn -s ${PME_MAVEN_SETTINGS_XML} clean package -DskipTests"
archiveArtifacts artifacts: 'target/*.tar.gz', fingerprint: true
}
}
}
Expand Down Expand Up @@ -162,6 +163,16 @@ pipeline {
}
}

stage('Create README file') {
steps {
script {
sh "curl -L https://gist.githubusercontent.com/bacciotti/89651fdc1dc2f411bc52a6d80f712215/raw/c2b437a103c2428bad1ae752e8c556442fe605e9/README.txt > README.txt"
sh "less README.txt"
}
}
}



}
post {
Expand Down

0 comments on commit fa6261d

Please sign in to comment.