Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
michelu89 committed Apr 26, 2024
1 parent fccf53d commit 2861599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ pipeline {
stages {
stage('Example') {
steps {
echo params.artifact_url
echo "Artifact URL: ${env.ARTIFACT_URL}"
echo
echo "Artifact URL: ${params.artifact_url}"
echo "VERSION: ${env.VERSION}"
}
}
Expand Down

0 comments on commit 2861599

Please sign in to comment.