Skip to content

Commit 4c6c098

Browse files
committed
da
1 parent 2e71d3d commit 4c6c098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jira_automation_jenkins/Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ pipeline {
2424
steps {
2525
echo 'Building...'
2626
sh """
27+
cd jira_automation_jenkins
2728
python -m venv venv && . ./venv/bin/activate
28-
ls -ltr
2929
pip install -r requirements.txt
3030
python main.py -k "DUMMY3" -n "DUMMYTESTING" -pk "software" -pl "abcd"
3131
"""

0 commit comments

Comments
 (0)