Skip to content

Commit

Permalink
ref(17): Add more configuration on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanjerome committed Aug 31, 2023
1 parent e0aa3d7 commit 40a16db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library identifier: "wild@15-test-wild-on-jenkins", retriever: modernSCM(
library identifier: "wild@17-add-more-configurations-on-workflow-pipeline", retriever: modernSCM(
[$class: 'GitSCMSource',
remote: 'https://github.com/scalastic/wild.git',
credentialsId: 'wild-github-token']) _
Expand Down
2 changes: 1 addition & 1 deletion test/jenkins/config/casc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
url('https://github.com/scalastic/wild.git')
credentials('wild-github-token')
}
branch('*/15-test-wild-on-jenkins')
branch('*/17-add-more-configurations-on-workflow-pipeline')
}
}
lightweight()
Expand Down

0 comments on commit 40a16db

Please sign in to comment.